POST api/GetModalidadesProveedor
Request Information
URI Parameters
None.
Body Parameters
TB_GetModalidadesProveedorSA| Name | Description | Type | Additional information |
|---|---|---|---|
| idProveedor | globally unique identifier |
None. |
|
| idEspecialidad | globally unique identifier |
None. |
|
| idUser | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"idProveedor": "9724c43e-25b0-4ab8-9f9d-5a53860a240a",
"idEspecialidad": "ece4996e-eba3-4cbf-83ff-a0ce2a26dc31",
"idUser": "4314d1f3-429f-4c1c-96c4-fda3152fc043"
}
application/xml, text/xml
Sample:
<TB_GetModalidadesProveedorSA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/apiSuperAPP"> <idEspecialidad>ece4996e-eba3-4cbf-83ff-a0ce2a26dc31</idEspecialidad> <idProveedor>9724c43e-25b0-4ab8-9f9d-5a53860a240a</idProveedor> <idUser>4314d1f3-429f-4c1c-96c4-fda3152fc043</idUser> </TB_GetModalidadesProveedorSA>
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>