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": "17795568-a38d-4345-91e3-b51ea650d454",
"idTelefono": "3a906eaa-deef-4527-8865-34b624613082"
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.