POST api/GetMail_x_id?idMail={idMail}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idMail | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Mail| Name | Description | Type | Additional information |
|---|---|---|---|
| idMail | globally unique identifier |
None. |
|
| mail1 | string |
None. |
|
| idTipoMail | globally unique identifier |
None. |
|
| Contacto | Collection of Contacto |
None. |
|
| TipoMail | TipoMail |
None. |
Response Formats
application/json, text/json
Sample:
{
"idMail": "d7055542-6938-4faa-b7a7-3f5c62533d8e",
"mail1": "sample string 2",
"idTipoMail": "89f5d906-91f1-430c-85bc-1aad94ed777e",
"Contacto": {
"$id": "2",
"$values": [
{
"$id": "3",
"idContacto": "36176721-da0d-4097-8368-13dd8308075e",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"Telefono": {
"$id": "4",
"$values": [
{
"$id": "5",
"idTelefono": "c1dfd046-e625-4a84-951d-a13db3ce3ead",
"idTipoTelefono": "a0dabb47-d114-43c4-afb6-9c5828db96af",
"numTelefono": "sample string 3",
"numExtension": "sample string 4",
"TipoTelefono": {
"$id": "6",
"idTipoTelefono": "ac915516-483a-4757-ad74-03e271c994c2",
"nomTipoTelefono": "sample string 2",
"Telefono": {
"$id": "7",
"$values": [
{
"$ref": "5"
},
{
"$ref": "5"
}
]
}
},
"Contacto": {
"$id": "8",
"$values": [
{
"$ref": "3"
},
{
"$ref": "3"
}
]
}
},
{
"$ref": "5"
}
]
},
"Mail": {
"$id": "9",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
},
{
"$ref": "3"
}
]
},
"TipoMail": {
"$id": "10",
"idTipoMail": "95e86aaa-ca82-4a5d-b501-3ef83f490287",
"nomTipoMail": "sample string 2",
"Mail": {
"$id": "11",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
}
}