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": "1a63f0ac-81ad-4c3e-8dbc-41d70b00adf0",
"idPaciente": "c7f57387-1fdd-4476-bb25-acce03080d3a"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.