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": "5171f52f-a86f-4877-ab46-d3d31dba774d",
"idTelefono": "55a23b72-b746-49fd-a297-40cebb7202e0"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.