POST api/v2/EncuentraEspecialista_VideoAhora
Request Information
URI Parameters
None.
Body Parameters
TB_PostEncuentraEspecialista_Video| Name | Description | Type | Additional information |
|---|---|---|---|
| idUser | globally unique identifier |
None. |
|
| idEspecialidad | globally unique identifier |
None. |
|
| Ren | integer |
None. |
|
| Pag | integer |
None. |
|
| banCESDi | boolean |
None. |
|
| banRango | boolean |
None. |
|
| Min | decimal number |
None. |
|
| Max | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"idUser": "4fd6f0ab-305d-4b4a-b9af-2f7fea4350c7",
"idEspecialidad": "0108d5d3-0135-4648-968f-cd2e01c48268",
"Ren": 3,
"Pag": 4,
"banCESDi": true,
"banRango": true,
"Min": 7.1,
"Max": 8.1
}
application/xml, text/xml
Sample:
<TB_PostEncuentraEspecialista_Video xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuperAPPpruebas"> <Max>8.1</Max> <Min>7.1</Min> <Pag>4</Pag> <Ren>3</Ren> <banCESDi>true</banCESDi> <banRango>true</banRango> <idEspecialidad>0108d5d3-0135-4648-968f-cd2e01c48268</idEspecialidad> <idUser>4fd6f0ab-305d-4b4a-b9af-2f7fea4350c7</idUser> </TB_PostEncuentraEspecialista_Video>
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>