POST api/GetContacto
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Contacto| Name | Description | Type | Additional information |
|---|---|---|---|
| idContacto | globally unique identifier |
None. |
|
| Paterno | string |
None. |
|
| Materno | string |
None. |
|
| Nombre | string |
None. |
|
| Telefono | Collection of Telefono |
None. |
|
| Collection of Mail |
None. |
Response Formats
application/json, text/json
Sample:
{
"idContacto": "1cd38c8c-1cc1-4a33-9e40-1c1af8f9c205",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"Telefono": {
"$id": "2",
"$values": [
{
"$id": "3",
"idTelefono": "c2f032d1-76de-4e80-8511-c0625f7c863c",
"idTipoTelefono": "912fb297-2704-4e60-abd0-a1f3b4464982",
"numTelefono": "sample string 3",
"numExtension": "sample string 4",
"TipoTelefono": {
"$id": "4",
"idTipoTelefono": "71a66234-0b0d-424d-9204-3f6c5cf4155c",
"nomTipoTelefono": "sample string 2",
"Telefono": {
"$id": "5",
"$values": [
{
"$ref": "3"
},
{
"$ref": "3"
}
]
}
},
"Contacto": {
"$id": "6",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
{
"$ref": "3"
}
]
},
"Mail": {
"$id": "7",
"$values": [
{
"$id": "8",
"idMail": "f08fe256-4004-4ada-a867-be2d0ef08538",
"mail1": "sample string 2",
"idTipoMail": "ca334d88-a954-4cc9-8185-b278798d4ecd",
"Contacto": {
"$id": "9",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
},
"TipoMail": {
"$id": "10",
"idTipoMail": "d53d337b-0622-40f4-b197-22fa6f04818d",
"nomTipoMail": "sample string 2",
"Mail": {
"$id": "11",
"$values": [
{
"$ref": "8"
},
{
"$ref": "8"
}
]
}
}
},
{
"$ref": "8"
}
]
}
}