POST api/PostRel_Persona_Telefono
Request Information
URI Parameters
None.
Body Parameters
Collection of TB_rel_Persona_Telefono| Name | Description | Type | Additional information |
|---|---|---|---|
| idPersona | globally unique identifier |
None. |
|
| idTelefono | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"idPersona": "274c2710-d984-470d-869d-ec18ccd59d82",
"idTelefono": "8da80dd8-d7c0-48b4-9caa-b3863e241a4a"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.