POST api/FiltrarDH?Cadena={Cadena}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Cadena | string |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_DatosPacientexCliente| Name | Description | Type | Additional information |
|---|---|---|---|
| idCliente | globally unique identifier |
None. |
|
| idProducto | globally unique identifier |
None. |
|
| idPersona | globally unique identifier |
None. |
|
| Paterno | string |
None. |
|
| Materno | string |
None. |
|
| Nombre | string |
None. |
|
| idGenero | globally unique identifier |
None. |
|
| fecNace | date |
None. |
|
| idLugarNace | globally unique identifier |
None. |
|
| idNacionalidad | globally unique identifier |
None. |
|
| idEstadoCivil | globally unique identifier |
None. |
|
| CURP | string |
None. |
|
| RFC | string |
None. |
|
| idReligion | globally unique identifier |
None. |
|
| num | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"idCliente": "849d7ac9-52f0-48a5-b028-5560a1debdc0",
"idProducto": "cf4e5711-f1f2-4875-b5c6-cda48aedc792",
"idPersona": "41f2318d-1c79-415b-b0bb-efa78a5b8f2c",
"Paterno": "sample string 4",
"Materno": "sample string 5",
"Nombre": "sample string 6",
"idGenero": "f93c8ba1-b705-4fa5-be45-ff3279176f9a",
"fecNace": "2026-09-03T14:50:39.6038284+00:00",
"idLugarNace": "031a6d5c-85fb-473e-99ec-988c53df6e80",
"idNacionalidad": "b2d6775f-d21d-40a6-bea4-70d25cdfef30",
"idEstadoCivil": "9bc0bd3e-0a6c-4f4f-bda3-a93c0cc1c21b",
"CURP": "sample string 12",
"RFC": "sample string 13",
"idReligion": "56c7da25-c3e4-4c03-9c98-0ee770bb0673",
"num": 15
}