GET api/Get_DatosPersona_Cliente_Filial?idPersona={idPersona}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idPersona | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_DatosPersona_Cliente_Filial| Name | Description | Type | Additional information |
|---|---|---|---|
| idPersona | globally unique identifier |
None. |
|
| Paterno | string |
None. |
|
| Materno | string |
None. |
|
| Nombre | string |
None. |
|
| idGenero | globally unique identifier |
None. |
|
| fecNace | date |
None. |
|
| 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. |
|
| idCliente | globally unique identifier |
None. |
|
| nomCliente | string |
None. |
|
| idFilial | globally unique identifier |
None. |
|
| nomFilial | string |
None. |
|
| Genero | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"idPersona": "18fbb0c7-33a2-4495-8ade-97b0622e326f",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"idGenero": "a841487b-a79d-4418-bec0-0f6ec196c86a",
"fecNace": "2026-05-08T14:12:39.8014257+00:00",
"idDireccion": "120684b3-61eb-4c4f-987c-6cc5861a360c",
"calle": "sample string 8",
"numExterior": "sample string 9",
"Colonia": "sample string 10",
"Municipio": "sample string 11",
"Estado": "sample string 12",
"CP": "sample string 13",
"latitud": 1.1,
"longitud": 1.1,
"idCliente": "b1c687bb-6286-4d75-ba72-f092732278cb",
"nomCliente": "sample string 15",
"idFilial": "863b5cb2-edfb-48e0-ab38-a2ff447d91b5",
"nomFilial": "sample string 17",
"Genero": "sample string 18"
}