POST api/GetBeneficiarios_x_Paciente?idPaciente={idPaciente}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idPaciente | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TB_rel_Paciente_Beneficiario| Name | Description | Type | Additional information |
|---|---|---|---|
| idPaciente | globally unique identifier |
None. |
|
| idBeneficiario | globally unique identifier |
None. |
|
| idParentesco | globally unique identifier |
None. |
|
| Nombre | string |
None. |
|
| Paterno | string |
None. |
|
| Materno | string |
None. |
|
| nomParentesco | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"idPaciente": "1e5e2cbf-f42a-42e4-ad47-f5d5fbc3b510",
"idBeneficiario": "dee21269-f67d-4344-89cd-1827c192108c",
"idParentesco": "f6656753-2c05-47c5-85a3-073152369392",
"Nombre": "sample string 4",
"Paterno": "sample string 5",
"Materno": "sample string 6",
"nomParentesco": "sample string 7"
}