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": "df213891-9049-4883-a4af-85571d0ccf18",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"Telefono": {
"$id": "2",
"$values": [
{
"$id": "3",
"idTelefono": "65452a2c-0838-4ef9-8dd1-79cbf7a715a5",
"idTipoTelefono": "e7ec50da-68c8-4456-a4e3-62f4331f4f43",
"numTelefono": "sample string 3",
"numExtension": "sample string 4",
"TipoTelefono": {
"$id": "4",
"idTipoTelefono": "c7b2216a-7dab-4547-af5e-381c5a4b701d",
"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": "9872c9c7-bb7d-416a-8a15-08225b760b79",
"mail1": "sample string 2",
"idTipoMail": "cc5d1cd0-2475-43a2-b7d4-710ac0b2ab43",
"Contacto": {
"$id": "9",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
},
"TipoMail": {
"$id": "10",
"idTipoMail": "eb0f7858-a46a-49bd-8742-f81985c5a5d4",
"nomTipoMail": "sample string 2",
"Mail": {
"$id": "11",
"$values": [
{
"$ref": "8"
},
{
"$ref": "8"
}
]
}
}
},
{
"$ref": "8"
}
]
}
}