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": "1fd42642-3a22-444e-9349-ce69660dad52",
"idProducto": "8cdb20be-a8a1-42d2-896d-c2758e1368dc",
"idPersona": "98be16c1-38f0-4b1e-bc2a-a59c73f3bee3",
"Paterno": "sample string 4",
"Materno": "sample string 5",
"Nombre": "sample string 6",
"idGenero": "4d49af19-fb8a-4f45-9106-533931a8852e",
"fecNace": "2026-03-13T20:35:34.7366988+00:00",
"idLugarNace": "d9d25472-2fc4-4cfb-aba7-9bbde256824c",
"idNacionalidad": "5985dbb1-a87d-40df-9aa9-a14fa4eda5bc",
"idEstadoCivil": "8bb723e0-02aa-466d-bf91-7ad77252db4c",
"CURP": "sample string 12",
"RFC": "sample string 13",
"idReligion": "267a149e-ad41-4458-af3b-bc20e428c2cc",
"num": 15
}