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": "059e2517-8ad2-479c-b98b-f9cec8f9d30a",
"mail1": "sample string 2",
"idTipoMail": "95b5b7a2-9041-41bd-b4e5-43c76120431b",
"Contacto": {
"$id": "2",
"$values": [
{
"$id": "3",
"idContacto": "713ad4f8-c3dc-457e-9867-9adfe450f242",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"Telefono": {
"$id": "4",
"$values": [
{
"$id": "5",
"idTelefono": "b78479ac-1e85-4a5b-94fa-939af86d3a62",
"idTipoTelefono": "0ab5e704-46e8-4689-8801-965b1ccf0c52",
"numTelefono": "sample string 3",
"numExtension": "sample string 4",
"TipoTelefono": {
"$id": "6",
"idTipoTelefono": "4c75d0e1-f3c4-4ffa-a672-580b19525051",
"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": "cee0691a-177b-4fb1-b01c-d99e1f6a0a08",
"nomTipoMail": "sample string 2",
"Mail": {
"$id": "11",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
}
}