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": "1b6773ad-160f-4538-8b9f-21bed8d20f7b",
"idProducto": "24f4836a-7ed4-408d-a41d-cd20db53ef1e",
"idPersona": "19b6c9cc-4ca1-49a8-8e8a-84bef470edf8",
"Paterno": "sample string 4",
"Materno": "sample string 5",
"Nombre": "sample string 6",
"idGenero": "802049e2-74c9-4803-acfd-4bb88821099e",
"fecNace": "2026-07-10T14:08:35.6241312+00:00",
"idLugarNace": "ef6206e6-59f6-4adb-87b0-7fb306178558",
"idNacionalidad": "400c097a-8a5d-49a7-b947-7c1af999263e",
"idEstadoCivil": "8871f0e3-a53b-41b3-976d-1ca3643795c9",
"CURP": "sample string 12",
"RFC": "sample string 13",
"idReligion": "e8bf86e9-5d5e-4cec-9d0c-d1fa40ae13f2",
"num": 15
}