POST api/v5/EncuentraEspecialista_Presencial
Request Information
URI Parameters
None.
Body Parameters
TB_PostEncuentraEspecialista_Presencial| Name | Description | Type | Additional information |
|---|---|---|---|
| idUser | globally unique identifier |
None. |
|
| idEspecialidad | globally unique identifier |
None. |
|
| Ren | integer |
None. |
|
| Pag | integer |
None. |
|
| Ubicacion | TB_BusquedaDireccionesSAv2 |
None. |
|
| banCESDi | boolean |
None. |
|
| banRango | boolean |
None. |
|
| Min | decimal number |
None. |
|
| Max | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"idUser": "bf8659b2-bd3d-4e65-bfa7-65049caa079e",
"idEspecialidad": "a32632db-4e8e-4ccf-b5ee-e2e9086e7551",
"Ren": 3,
"Pag": 4,
"Ubicacion": {
"latitud": 1.1,
"longitud": 1.1
},
"banCESDi": true,
"banRango": true,
"Min": 7.1,
"Max": 8.1
}
application/xml, text/xml
Sample:
<TB_PostEncuentraEspecialista_Presencial 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>
<Ubicacion>
<latitud>1.1</latitud>
<longitud>1.1</longitud>
</Ubicacion>
<banCESDi>true</banCESDi>
<banRango>true</banRango>
<idEspecialidad>a32632db-4e8e-4ccf-b5ee-e2e9086e7551</idEspecialidad>
<idUser>bf8659b2-bd3d-4e65-bfa7-65049caa079e</idUser>
</TB_PostEncuentraEspecialista_Presencial>
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>