POST api/v6/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": "27cb632d-4739-4c17-960b-4fb99187dac2",
"idSucursal": "b8d9d72f-c923-42f0-b8ab-c192ccb3e571",
"idEspecialidad": "be44e8fe-5788-4f1f-9bd1-d5f5d3abea9c",
"idUser": "9b794c72-c085-4c7e-8b08-95737e9d4457"
}
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>be44e8fe-5788-4f1f-9bd1-d5f5d3abea9c</idEspecialidad> <idProveedor>27cb632d-4739-4c17-960b-4fb99187dac2</idProveedor> <idSucursal>b8d9d72f-c923-42f0-b8ab-c192ccb3e571</idSucursal> <idUser>9b794c72-c085-4c7e-8b08-95737e9d4457</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>