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": "8e8de601-5006-4fd6-9ba1-75179dda185b",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"Telefono": {
"$id": "2",
"$values": [
{
"$id": "3",
"idTelefono": "676ed7ed-5fbf-4ede-837b-816ddf3897bb",
"idTipoTelefono": "b4c35feb-6254-450b-afbc-7d3dccbf8e9c",
"numTelefono": "sample string 3",
"numExtension": "sample string 4",
"TipoTelefono": {
"$id": "4",
"idTipoTelefono": "0841eb72-9b9b-4e26-9e4d-6e16a2c6c8c8",
"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": "cfee1968-f1f1-4bf5-a76e-9d3791a0b0b3",
"mail1": "sample string 2",
"idTipoMail": "d5993ed2-b843-456b-9f35-487e641aa482",
"Contacto": {
"$id": "9",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
},
"TipoMail": {
"$id": "10",
"idTipoMail": "d301bb6b-b077-4d9e-83e8-f16f0ea5ae1b",
"nomTipoMail": "sample string 2",
"Mail": {
"$id": "11",
"$values": [
{
"$ref": "8"
},
{
"$ref": "8"
}
]
}
}
},
{
"$ref": "8"
}
]
}
}