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": "1b6ceab4-0b66-4592-939d-0fbc54a797ab",
"idProducto": "59783d36-6028-4c42-bf39-4570614090ae",
"idPersona": "7936233b-8467-4ba2-aae9-1a015502e224",
"Paterno": "sample string 4",
"Materno": "sample string 5",
"Nombre": "sample string 6",
"idGenero": "a9fc541e-1f2e-45be-990f-8e518ee12616",
"fecNace": "2026-05-08T14:13:02.9733185+00:00",
"idLugarNace": "1cb6c8d7-c37a-4eb4-972f-76d0fb4aa0c7",
"idNacionalidad": "6df68ce3-a4ee-44e8-b8c0-a8253974ccbb",
"idEstadoCivil": "532f5340-bd1a-4e87-af7d-34d256ee0251",
"CURP": "sample string 12",
"RFC": "sample string 13",
"idReligion": "021d6c9b-7215-4f81-8232-e1500965a295",
"num": 15
}