POST api/GetDatosTitular?idPersona={idPersona}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idPersona | globally unique identifier |
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": "9c1f92ae-7c94-4889-877f-af954076fd03",
"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": "f8e03beb-74a8-4a1c-9f1b-0216c18da9b1",
"idCliente": "fe0f16e8-e246-43ad-a617-bec66b4a50e5",
"idFilial": "db40249e-065d-4a92-8cb2-26af9cbb9761",
"nomComercial": "sample string 11",
"idProducto": "948dbd04-0190-4d58-8551-76dcfa80f4bf",
"nomCliente": "sample string 13",
"idControlAtenciones": "e196a776-3483-4810-a8e5-f0e317fabeb3",
"idAgenda": "6adfe2d5-90fb-4dab-aee3-42459954c22e",
"idAtencion": "2238ce2e-a6de-4896-80f2-8a04bfd5bc1e",
"FechaCita": "2026-03-13T20:23:37.0724642+00:00",
"Laboratorio": "sample string 18"
}