POST api/Put_rel_Paciente_Direccion
Request Information
URI Parameters
None.
Body Parameters
TB_Paciente_Direccion| Name | Description | Type | Additional information |
|---|---|---|---|
| idDireccion | globally unique identifier |
None. |
|
| idPaciente | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"idDireccion": "07555560-9a03-438e-b5e8-701dea983da2",
"idPaciente": "4113d182-7794-474f-b717-7f6ea330d029"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.