POST api/v5/GetModalidadesProveedor
Request Information
URI Parameters
None.
Body Parameters
TB_GetModalidadesProveedorv2SA| Name | Description | Type | Additional 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": "76ac0b0a-3387-4b0a-8449-6e3622e7ba4c",
"idSucursal": "33487f74-97cf-4bb0-9097-abd126773c01",
"idEspecialidad": "5d79048a-b623-4a1c-81f8-c167ab196449",
"idUser": "5e4468d1-d7e0-46ac-bc83-42f0c53fa8ff"
}
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>5d79048a-b623-4a1c-81f8-c167ab196449</idEspecialidad> <idProveedor>76ac0b0a-3387-4b0a-8449-6e3622e7ba4c</idProveedor> <idSucursal>33487f74-97cf-4bb0-9097-abd126773c01</idSucursal> <idUser>5e4468d1-d7e0-46ac-bc83-42f0c53fa8ff</idUser> </TB_GetModalidadesProveedorv2SA>
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/SuperAPPpruebas"> <codigo>sample string 1</codigo> <contenido /> <mensaje>sample string 2</mensaje> </MsgRespuesta>