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": "9ab81c40-5a81-4fbd-aba3-b5c365bd6bba",
"idEspecialidad": "782f1417-c1e8-46f8-a642-f6a8523c39e4",
"idUser": "335f035a-c627-4cd3-8cd0-ca28375dfb75"
}
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>782f1417-c1e8-46f8-a642-f6a8523c39e4</idEspecialidad> <idProveedor>9ab81c40-5a81-4fbd-aba3-b5c365bd6bba</idProveedor> <idUser>335f035a-c627-4cd3-8cd0-ca28375dfb75</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>