POST api/GetDatosPersona_x_PMN?NombreCompleto={NombreCompleto}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| NombreCompleto | 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": "5bf178fa-1a94-4e41-8317-cb6b4c7a3ee1",
"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": "aa5267db-1924-4e02-b3e3-ed888f0e750d",
"idCliente": "a9a8d369-7179-44a0-9715-2894f6121178",
"idFilial": "322d03ca-3c86-476d-9f1c-e4c83a18a40c",
"nomComercial": "sample string 11",
"idProducto": "86b2e6fa-a47d-4ba9-abe3-c87c15a5e23a",
"nomCliente": "sample string 13",
"idControlAtenciones": "41fa4f6b-10aa-497c-b56c-6f718a61ba93",
"idAgenda": "03b11c28-b455-4184-996a-b8f4140753e2",
"idAtencion": "72f444d6-83f5-4fa0-a3f8-2ab3e03b67ca",
"FechaCita": "2026-04-04T14:29:17.1545591-04:00",
"Laboratorio": "sample string 18"
}