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": "77e34ac2-c591-449a-bc27-3587b0c4d32d",
"idProducto": "f109f8ab-c8cc-4bf9-bf94-98ae1bbda1f6",
"idPersona": "1199c646-9f3b-47a6-a2be-bdbae2e730a1",
"Paterno": "sample string 4",
"Materno": "sample string 5",
"Nombre": "sample string 6",
"idGenero": "6d093501-0369-46a6-bd06-158e08e14463",
"fecNace": "2026-03-21T02:16:44.055357-04:00",
"idLugarNace": "10d4941b-c10b-4638-a5ba-9ef3471d6242",
"idNacionalidad": "9d6883b4-851f-4581-a4dc-7486aeeaf0b4",
"idEstadoCivil": "7eee2877-7b66-48c3-8aa4-12e7331a6290",
"CURP": "sample string 12",
"RFC": "sample string 13",
"idReligion": "d3c101ab-8f92-4954-8f7b-b417fc2c366d",
"num": 15
}