POST api/GetTelefono
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Telefono| Name | Description | Type | Additional information |
|---|---|---|---|
| idTelefono | globally unique identifier |
None. |
|
| idTipoTelefono | globally unique identifier |
None. |
|
| numTelefono | string |
None. |
|
| numExtension | string |
None. |
|
| TipoTelefono | TipoTelefono |
None. |
|
| Contacto | Collection of Contacto |
None. |
Response Formats
application/json, text/json
Sample:
{
"idTelefono": "ee4444bd-a02f-4068-a911-854471c80f5b",
"idTipoTelefono": "f19009b7-4816-4fa6-87e9-9031558c161f",
"numTelefono": "sample string 3",
"numExtension": "sample string 4",
"TipoTelefono": {
"$id": "2",
"idTipoTelefono": "54135704-7d0c-44d1-8c23-93b6cb8bb524",
"nomTipoTelefono": "sample string 2",
"Telefono": {
"$id": "3",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
"Contacto": {
"$id": "4",
"$values": [
{
"$id": "5",
"idContacto": "2367824a-1df2-410a-a88e-663d187fe6d1",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"Telefono": {
"$id": "6",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
},
"Mail": {
"$id": "7",
"$values": [
{
"$id": "8",
"idMail": "c0249f4b-e36c-40a6-aa3e-1c1539b3a1f2",
"mail1": "sample string 2",
"idTipoMail": "f2b573fd-e4ef-4507-9232-b3dfeb22ce53",
"Contacto": {
"$id": "9",
"$values": [
{
"$ref": "5"
},
{
"$ref": "5"
}
]
},
"TipoMail": {
"$id": "10",
"idTipoMail": "c310cf8a-82c6-4c7a-bf14-ef03f26fc325",
"nomTipoMail": "sample string 2",
"Mail": {
"$id": "11",
"$values": [
{
"$ref": "8"
},
{
"$ref": "8"
}
]
}
}
},
{
"$ref": "8"
}
]
}
},
{
"$ref": "5"
}
]
}
}