POST api/GetPacientes_x_Cliente_x_Pag?idCliente={idCliente}&Ren={Ren}&Pag={Pag}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idCliente | globally unique identifier |
Required |
|
| Ren | integer |
Required |
|
| Pag | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_DatosPacientexFilial| Name | Description | Type | Additional information |
|---|---|---|---|
| idCliente | globally unique identifier |
None. |
|
| idFilial | 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": "a057c7aa-5686-4eba-8121-1a5257714102",
"idFilial": "8e624cc2-6255-4c12-a386-bf104a31d1c3",
"idProducto": "def917b4-5fa4-4e77-9683-b8753ef2c924",
"idPersona": "803ffba8-d9d9-4287-90ec-9a02a42b337c",
"Paterno": "sample string 5",
"Materno": "sample string 6",
"Nombre": "sample string 7",
"idGenero": "eb1a1c98-a887-4922-a05b-b4cd2cbfa61e",
"fecNace": "2026-07-10T14:11:12.0343095+00:00",
"idLugarNace": "09ed041a-63ca-4245-a018-51c702a01f9a",
"idNacionalidad": "76e1faa1-670f-4d4f-84e0-1bf3c49a0f89",
"idEstadoCivil": "7cc4c205-6572-4330-b04a-b06baa4384c7",
"CURP": "sample string 13",
"RFC": "sample string 14",
"idReligion": "25d043dc-546e-40a2-ae45-c8bb14367312",
"num": 16
}