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": "f8669900-9110-41cf-a7db-772ac77893c7",
"mail1": "sample string 2",
"idTipoMail": "c3b1590f-5ba2-4fea-87a9-a9af5c8d2bcb",
"Contacto": {
"$id": "2",
"$values": [
{
"$id": "3",
"idContacto": "23683f49-e086-4edb-bea1-179a5d570d42",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"Telefono": {
"$id": "4",
"$values": [
{
"$id": "5",
"idTelefono": "b8c556fd-d0c3-49d1-b830-beab23d3d4fe",
"idTipoTelefono": "8cb3283c-8845-433e-9db6-b489e8ee5d7d",
"numTelefono": "sample string 3",
"numExtension": "sample string 4",
"TipoTelefono": {
"$id": "6",
"idTipoTelefono": "41008f6a-d854-46de-8eee-2bc55f0480ed",
"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": "115146f2-ba7b-45e1-b39c-af6fcd736cd0",
"nomTipoMail": "sample string 2",
"Mail": {
"$id": "11",
"$values": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
}
}