POST api/v4/EncuentraEspecialista_Video
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": "a6ffab2d-168b-4f0b-a511-0a4d49965f93",
"idEspecialidad": "3ada6de6-93e0-4b29-a5bd-9ca460ea8a58",
"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>3ada6de6-93e0-4b29-a5bd-9ca460ea8a58</idEspecialidad> <idUser>a6ffab2d-168b-4f0b-a511-0a4d49965f93</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>