POST api/GetModalidadesProveedor
Request Information
URI Parameters
None.
Body Parameters
TB_GetModalidadesProveedorSA| Name | Description | Type | Additional information |
|---|---|---|---|
| idProveedor | globally unique identifier |
None. |
|
| idEspecialidad | globally unique identifier |
None. |
|
| idUser | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"idProveedor": "fdc865f5-4e2a-4275-81ac-f3ff665cc64c",
"idEspecialidad": "26c7d226-e175-44f7-be4f-2e8b2886850c",
"idUser": "e7c58af3-b3fa-4229-a314-24be70c6b64f"
}
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>26c7d226-e175-44f7-be4f-2e8b2886850c</idEspecialidad> <idProveedor>fdc865f5-4e2a-4275-81ac-f3ff665cc64c</idProveedor> <idUser>e7c58af3-b3fa-4229-a314-24be70c6b64f</idUser> </TB_GetModalidadesProveedorSA>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MsgRespuesta| Name | Description | Type | Additional 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>