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": "826579f5-6d8b-4132-8645-b850da7a9f24",
"idTelefono": "c49d52d8-6aae-4395-9fca-3dffa4122989"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.