POST api/v2/GetModalidadesProveedor

Request Information

URI Parameters

None.

Body Parameters

TB_GetModalidadesProveedorv2SA
NameDescriptionTypeAdditional information
idProveedor

globally unique identifier

None.

idSucursal

globally unique identifier

None.

idEspecialidad

globally unique identifier

None.

idUser

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "idProveedor": "305d6688-ce6c-4c7f-a92e-39d55a886713",
  "idSucursal": "f93f643d-7312-4666-9b4a-3f13ee1c8b17",
  "idEspecialidad": "c37c5104-10d2-4f6e-8309-12b83ebc905e",
  "idUser": "f03d0b15-0e4c-4ef7-9799-f64a6d89fd32"
}

application/xml, text/xml

Sample:
<TB_GetModalidadesProveedorv2SA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/apiSuperAPP">
  <idEspecialidad>c37c5104-10d2-4f6e-8309-12b83ebc905e</idEspecialidad>
  <idProveedor>305d6688-ce6c-4c7f-a92e-39d55a886713</idProveedor>
  <idSucursal>f93f643d-7312-4666-9b4a-3f13ee1c8b17</idSucursal>
  <idUser>f03d0b15-0e4c-4ef7-9799-f64a6d89fd32</idUser>
</TB_GetModalidadesProveedorv2SA>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

MsgRespuesta
NameDescriptionTypeAdditional information
codigo

string

None.

mensaje

string

None.

contenido

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "codigo": "sample string 1",
  "mensaje": "sample string 2",
  "contenido": {}
}

application/xml, text/xml

Sample:
<MsgRespuesta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/apiSuperAPP">
  <codigo>sample string 1</codigo>
  <contenido />
  <mensaje>sample string 2</mensaje>
</MsgRespuesta>