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": "bc168538-f5ce-4949-92bc-7208eae378fb",
"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": "a77b0aec-0950-44a7-baea-7bec9fef7817",
"idCliente": "9d0e9237-7293-4e31-9763-9c652b8abfe2",
"idFilial": "58b407a2-7d38-46d1-b36e-995e99f9850c",
"nomComercial": "sample string 11",
"idProducto": "91a99d7b-7811-49f5-8033-2e20c704655c",
"nomCliente": "sample string 13",
"idControlAtenciones": "b06dcf2b-6fe4-4da6-950e-83db60cbad3c",
"idAgenda": "8ceb2326-68e3-42c2-9d70-2ba52f452cec",
"idAtencion": "db13e442-2406-4611-a6ee-f482b07816f3",
"FechaCita": "2026-07-10T14:12:12.6918107+00:00",
"Laboratorio": "sample string 18"
}