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": "91b8fc4a-21e1-4bf2-af24-e62821c55ddb",
"idSucursal": "d38df9e6-0aca-43f3-8e96-f4bd45091c4c",
"idEspecialidad": "de1f5bb3-541e-4215-bcba-7bffb2ac5a6f",
"idUser": "1ed93cc4-49a9-4646-96f8-467b1ea2d013"
}
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>de1f5bb3-541e-4215-bcba-7bffb2ac5a6f</idEspecialidad> <idProveedor>91b8fc4a-21e1-4bf2-af24-e62821c55ddb</idProveedor> <idSucursal>d38df9e6-0aca-43f3-8e96-f4bd45091c4c</idSucursal> <idUser>1ed93cc4-49a9-4646-96f8-467b1ea2d013</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>