POST api/GetEspecialidadesMedDom_x_distancia_x_Filial_x_km?lat={lat}&lon={lon}&idFilial={idFilial}&idEspecialidad={idEspecialidad}&dis={dis}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| lat | decimal number |
Required |
|
| lon | decimal number |
Required |
|
| idFilial | globally unique identifier |
Required |
|
| idEspecialidad | globally unique identifier |
Required |
|
| dis | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_Direccion_x_distancia| Name | Description | Type | Additional information |
|---|---|---|---|
| idDireccion | globally unique identifier |
None. |
|
| calle | string |
None. |
|
| numExterior | string |
None. |
|
| Colonia | string |
None. |
|
| Municipio | string |
None. |
|
| Estado | string |
None. |
|
| CP | string |
None. |
|
| latitud | decimal number |
None. |
|
| longitud | decimal number |
None. |
|
| idProveedor | globally unique identifier |
None. |
|
| nomComercial | string |
None. |
|
| nomSucursal | string |
None. |
|
| idSucursal | globally unique identifier |
None. |
|
| Distancia | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"idDireccion": "0346c950-f421-4bdf-b515-c4e2778a9a45",
"calle": "sample string 2",
"numExterior": "sample string 3",
"Colonia": "sample string 4",
"Municipio": "sample string 5",
"Estado": "sample string 6",
"CP": "sample string 7",
"latitud": 1.1,
"longitud": 1.1,
"idProveedor": "017be52c-7ddb-4ebb-95cd-486a065be072",
"nomComercial": "sample string 9",
"nomSucursal": "sample string 10",
"idSucursal": "7dd7f2c3-5e39-4793-b8df-2d5e5407db93",
"Distancia": 12.1
}