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": "04752535-704b-4266-bc70-8d6e93e4afdf",
"idSucursal": "0b269d86-b443-4c0b-bc0a-09c85191f3fe",
"idEspecialidad": "492bd143-71c6-478a-9215-8d02bfdf4e98",
"idUser": "05f5f835-a820-476a-a038-350fcf01d42e"
}
application/xml, text/xml
Sample:
<TB_GetModalidadesProveedorv2SA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/apiSuperAPP"> <idEspecialidad>492bd143-71c6-478a-9215-8d02bfdf4e98</idEspecialidad> <idProveedor>04752535-704b-4266-bc70-8d6e93e4afdf</idProveedor> <idSucursal>0b269d86-b443-4c0b-bc0a-09c85191f3fe</idSucursal> <idUser>05f5f835-a820-476a-a038-350fcf01d42e</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/apiSuperAPP"> <codigo>sample string 1</codigo> <contenido /> <mensaje>sample string 2</mensaje> </MsgRespuesta>