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": "1b26fde6-10e7-468a-bd51-bff5268dbd70",
"idProducto": "3251b7d5-01b3-47d1-b232-5a711f20a21e",
"idPersona": "8d8d965c-9c7c-4e42-bf65-fa5bbb2f206c",
"Paterno": "sample string 4",
"Materno": "sample string 5",
"Nombre": "sample string 6",
"idGenero": "92672ae5-b296-4686-a318-3b5600a7b837",
"fecNace": "2026-03-22T12:57:28.6656405-04:00",
"idLugarNace": "7837b321-f507-4653-a59c-b869229feb74",
"idNacionalidad": "26868bea-8005-4b7c-b2ac-495e70c108e1",
"idEstadoCivil": "52706ebb-01c4-4567-99ad-d1ddc3b626cc",
"CURP": "sample string 12",
"RFC": "sample string 13",
"idReligion": "75fc41f5-ea32-45ae-b9d3-02226ef10a0e",
"num": 15
}