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": "563a2245-3c8d-43e2-88ca-4909ed6e0ff2",
"idSucursal": "266b40d6-c94c-4d9a-b373-a3b05da912c5",
"idEspecialidad": "f454013b-6852-4475-b36a-ddc3dc8ba3f1",
"idUser": "3937d3c3-6b5d-4f0a-8330-b1197c6095d4"
}
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>f454013b-6852-4475-b36a-ddc3dc8ba3f1</idEspecialidad> <idProveedor>563a2245-3c8d-43e2-88ca-4909ed6e0ff2</idProveedor> <idSucursal>266b40d6-c94c-4d9a-b373-a3b05da912c5</idSucursal> <idUser>3937d3c3-6b5d-4f0a-8330-b1197c6095d4</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>