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": "01f7e271-e4b4-4ea5-aeb0-d425d72208cf",
"idEspecialidad": "6a9a67e9-486e-4a77-a97d-3933ee5e9591",
"idUser": "b65f85b2-7d20-4ada-9ac1-6771046c00a3"
}
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>6a9a67e9-486e-4a77-a97d-3933ee5e9591</idEspecialidad> <idProveedor>01f7e271-e4b4-4ea5-aeb0-d425d72208cf</idProveedor> <idUser>b65f85b2-7d20-4ada-9ac1-6771046c00a3</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>