POST api/v7/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": "febdf543-ae57-4fdf-8f3f-edd9d04fd983",
  "idSucursal": "56caace0-ede7-4b33-a905-517fab3789d9",
  "idEspecialidad": "b8e40b7c-4e01-4125-9243-87ea33a90c4d",
  "idUser": "dd6c322d-7a9f-44e8-8245-0b789cf22566"
}

application/xml, text/xml

Sample:
<TB_GetModalidadesProveedorv2SA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuperAPPpruebas">
  <idEspecialidad>b8e40b7c-4e01-4125-9243-87ea33a90c4d</idEspecialidad>
  <idProveedor>febdf543-ae57-4fdf-8f3f-edd9d04fd983</idProveedor>
  <idSucursal>56caace0-ede7-4b33-a905-517fab3789d9</idSucursal>
  <idUser>dd6c322d-7a9f-44e8-8245-0b789cf22566</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/SuperAPPpruebas">
  <codigo>sample string 1</codigo>
  <contenido />
  <mensaje>sample string 2</mensaje>
</MsgRespuesta>