POST api/v3/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": "c6fd4763-3335-4b90-b923-578d6ee99286",
"idSucursal": "cf3c19ca-d35f-4dd0-8179-48e073327064",
"idEspecialidad": "07c07954-80c5-4d98-b1ed-a7a20b4a5a07",
"idUser": "46de0711-c7dd-436d-b1c9-4f5b6b0f3c46"
}
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>07c07954-80c5-4d98-b1ed-a7a20b4a5a07</idEspecialidad> <idProveedor>c6fd4763-3335-4b90-b923-578d6ee99286</idProveedor> <idSucursal>cf3c19ca-d35f-4dd0-8179-48e073327064</idSucursal> <idUser>46de0711-c7dd-436d-b1c9-4f5b6b0f3c46</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>