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": "5472926d-ae6f-4297-9a3c-18cb679c0f44",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"Telefono": {
"$id": "2",
"$values": [
{
"$id": "3",
"idTelefono": "aa502910-1cae-4f68-8d87-3cf1ab6890ae",
"idTipoTelefono": "0befeb77-f864-44a4-b42f-4801011897c6",
"numTelefono": "sample string 3",
"numExtension": "sample string 4",
"TipoTelefono": {
"$id": "4",
"idTipoTelefono": "c8acfac5-a1a9-4e44-a91b-b4b81eb98b4e",
"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": "ff73f263-774b-44be-8d80-b2d081dd7269",
"mail1": "sample string 2",
"idTipoMail": "3dc4344c-ef5e-4cc1-b871-3616c7a14a04",
"Contacto": {
"$id": "9",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
},
"TipoMail": {
"$id": "10",
"idTipoMail": "80356419-32ae-4df2-822c-ee8f2340b080",
"nomTipoMail": "sample string 2",
"Mail": {
"$id": "11",
"$values": [
{
"$ref": "8"
},
{
"$ref": "8"
}
]
}
}
},
{
"$ref": "8"
}
]
}
}