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": "d83fa32f-50b7-4a44-b11a-7a79b66389cb",
"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": "9412f732-6000-42ec-9e4d-040a3a3526dc",
"idCliente": "9ce64632-e5bf-401d-bc17-072c5a764fe3",
"idFilial": "ab52ea3b-201d-4105-bb37-6e4b5f6ba536",
"nomComercial": "sample string 11",
"idProducto": "9b3d6fce-93c0-4ef7-9486-3acba2b38e1c",
"nomCliente": "sample string 13",
"idControlAtenciones": "765b6d29-22e8-4f61-b526-12683380b7ff",
"idAgenda": "d6242e80-e4ae-437b-9edb-608da0f699cd",
"idAtencion": "e429edca-bf27-41e2-827d-789a48f5e61a",
"FechaCita": "2026-09-03T14:54:51.8555111+00:00",
"Laboratorio": "sample string 18"
}