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": "3126a6d6-34c3-4960-8a82-0f566dd56172",
"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": "d7cff7b8-86e1-4407-ab82-ca5b6dd65b21",
"idCliente": "877dd9e9-4b28-41a8-9e1b-b211a084ed99",
"idFilial": "910bdf5e-077c-44d1-9b9b-f071110ec97d",
"nomComercial": "sample string 11",
"idProducto": "0b767e36-9f1d-4e33-981a-7f615ea5d6db",
"nomCliente": "sample string 13",
"idControlAtenciones": "6d87de5c-77e8-4967-99c4-da5761b05bac",
"idAgenda": "fe6a0c55-c793-4757-9283-e0ea94bf0dd8",
"idAtencion": "3a1424a5-ea45-41e0-8e4a-7c44d53424eb",
"FechaCita": "2026-04-04T14:24:47.2200831-04:00",
"Laboratorio": "sample string 18"
}