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": "1be59ecc-3449-4733-bc20-433fa8d36ccc",
"idPaciente": "35e576f7-9402-4782-852b-9b2e1a69b739"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.