POST api/GetDatosPersona_x_idAplicacion?idAplicacion={idAplicacion}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idAplicacion | string |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_DatosTitular| Name | Description | Type | Additional information |
|---|---|---|---|
| idPersona | globally unique identifier |
None. |
|
| Nombre | string |
None. |
|
| Paterno | string |
None. |
|
| Materno | string |
None. |
|
| NumEmpleado | string |
None. |
|
| idAplicacion | string |
None. |
|
| idFam | string |
None. |
|
| idDireccion | globally unique identifier |
None. |
|
| idCliente | globally unique identifier |
None. |
|
| idFilial | globally unique identifier |
None. |
|
| nomComercial | string |
None. |
|
| idProducto | globally unique identifier |
None. |
|
| nomCliente | string |
None. |
|
| idControlAtenciones | globally unique identifier |
None. |
|
| idAgenda | globally unique identifier |
None. |
|
| idAtencion | globally unique identifier |
None. |
|
| FechaCita | date |
None. |
|
| Laboratorio | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"idPersona": "c81876fa-1af3-42a9-831a-e77f76bd6568",
"Nombre": "sample string 2",
"Paterno": "sample string 3",
"Materno": "sample string 4",
"NumEmpleado": "sample string 5",
"idAplicacion": "sample string 6",
"idFam": "sample string 7",
"idDireccion": "e1e30e29-2a68-428d-83fb-8cf7b3902a2a",
"idCliente": "eac77b3c-f8c5-450b-af85-836dbc67e6f9",
"idFilial": "f6ba5d82-c88e-45ca-a0d1-85d78fc95ee4",
"nomComercial": "sample string 11",
"idProducto": "430530b1-3af5-4a2f-b1eb-f298891f78ba",
"nomCliente": "sample string 13",
"idControlAtenciones": "82d5f1c7-d25c-48cd-b881-2a4f3eb7d044",
"idAgenda": "1ee6d3ac-843a-4f2e-9fd7-6971dccc96a0",
"idAtencion": "13a5c62d-bd3f-45a1-be4a-9e73045ec293",
"FechaCita": "2026-05-08T14:17:36.7294722+00:00",
"Laboratorio": "sample string 18"
}