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": "dfd81d76-f771-4d53-8cc0-1cd2740d2966",
"idProducto": "106240ec-68d1-4b41-8e32-d34f084abbda",
"idPersona": "cd701c49-ee5d-4838-80cc-9a48cc907a43",
"Paterno": "sample string 4",
"Materno": "sample string 5",
"Nombre": "sample string 6",
"idGenero": "1674df9f-0601-4b2e-84a1-cea1c4428250",
"fecNace": "2026-08-12T14:49:30.642649+00:00",
"idLugarNace": "98bae06c-c021-4db4-b653-6d45cf0a2d8b",
"idNacionalidad": "94afb302-bf5a-48c5-94db-ee7de37ef0dc",
"idEstadoCivil": "2886a31a-f35c-4694-9f34-3d07733fcd24",
"CURP": "sample string 12",
"RFC": "sample string 13",
"idReligion": "aa5eb530-c29e-426c-8323-8891c32be324",
"num": 15
}