POST api/GetModalidadesProveedor

Request Information

URI Parameters

None.

Body Parameters

TB_GetModalidadesProveedorSA
NameDescriptionTypeAdditional information
idProveedor

globally unique identifier

None.

idEspecialidad

globally unique identifier

None.

idUser

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "idProveedor": "566fded7-0f43-4d31-8e40-e0be8818d5a6",
  "idEspecialidad": "45549ae2-ca8c-4ef0-bd4d-f188d0d8f8f4",
  "idUser": "a62e1ddc-6838-4df3-95d2-dc83e69ed472"
}

application/xml, text/xml

Sample:
<TB_GetModalidadesProveedorSA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api_Ecuador_pruebas">
  <idEspecialidad>45549ae2-ca8c-4ef0-bd4d-f188d0d8f8f4</idEspecialidad>
  <idProveedor>566fded7-0f43-4d31-8e40-e0be8818d5a6</idProveedor>
  <idUser>a62e1ddc-6838-4df3-95d2-dc83e69ed472</idUser>
</TB_GetModalidadesProveedorSA>

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/api_Ecuador_pruebas">
  <codigo>sample string 1</codigo>
  <contenido />
  <mensaje>sample string 2</mensaje>
</MsgRespuesta>