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": "b4961469-fa25-40c1-91cd-45ac8a724649",
"idProducto": "92cdf438-3719-4096-9a1f-985616db24cf",
"idPersona": "ef2ea4f6-6d74-496b-87f8-4e66acfbb219",
"Paterno": "sample string 4",
"Materno": "sample string 5",
"Nombre": "sample string 6",
"idGenero": "efc64c69-b415-4f52-ac3d-e06476abc8dd",
"fecNace": "2026-06-18T03:31:15.2129225+00:00",
"idLugarNace": "9ee35ae1-4bef-42cb-828a-166644d7bbb7",
"idNacionalidad": "a104511b-7b73-4dbb-8ba7-3bb4dfc384a3",
"idEstadoCivil": "f21bcf3a-7f85-42aa-86af-8f707843ed09",
"CURP": "sample string 12",
"RFC": "sample string 13",
"idReligion": "cd07ea9a-8938-49e6-949d-29b28486b82c",
"num": 15
}