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": "5ce8eb51-8839-4829-b319-cca5cde1788b",
"idTelefono": "9bc763cc-d401-4fe7-83b6-06f1f69ec9d0"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.