POST api/v7/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": "6cb3c0f6-1c65-4eec-b81b-bd3c863a436b",
"idSucursal": "e4a95578-5fd2-48ff-b966-a0d9681b2119",
"idEspecialidad": "1c519697-b34b-4320-bf7b-56d02153e195",
"idUser": "e29bf05e-1d9b-4781-80b3-feb7f3752e2d"
}
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>1c519697-b34b-4320-bf7b-56d02153e195</idEspecialidad> <idProveedor>6cb3c0f6-1c65-4eec-b81b-bd3c863a436b</idProveedor> <idSucursal>e4a95578-5fd2-48ff-b966-a0d9681b2119</idSucursal> <idUser>e29bf05e-1d9b-4781-80b3-feb7f3752e2d</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>