POST api/v3/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": "ffc347b8-153d-4d5f-82fc-85eabba157f1",
"idEspecialidad": "ae997a0d-d86d-498b-91bd-69dbb54d6b7c",
"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>ae997a0d-d86d-498b-91bd-69dbb54d6b7c</idEspecialidad> <idUser>ffc347b8-153d-4d5f-82fc-85eabba157f1</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>