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": "1eee78aa-c0ce-4667-a7fe-c493850cf232",
"idBeneficiario": "ad5d2ca9-ef65-411d-81f8-06b6177c6751",
"idParentesco": "6b43eea5-bd94-41d7-a3f2-aa843283dcba",
"Nombre": "sample string 4",
"Paterno": "sample string 5",
"Materno": "sample string 6",
"nomParentesco": "sample string 7"
}