POST api/PostMailBulk
Request Information
URI Parameters
None.
Body Parameters
Collection of 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. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"idMail": "3830bead-484c-4789-b18d-c17ccc5b8ee8",
"mail1": "sample string 2",
"idTipoMail": "1c3bdff6-d932-4dbe-8909-6ca55bf3fc98",
"Contacto": {
"$id": "3",
"$values": [
{
"$id": "4",
"idContacto": "025de6cd-f160-494d-a205-2e2b186181e1",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"Telefono": {
"$id": "5",
"$values": [
{
"$id": "6",
"idTelefono": "ec14f343-3f17-4c1c-8c47-9f9fb5a83a35",
"idTipoTelefono": "57c4efe3-91b8-4b82-ae89-bbf2aa6f6465",
"numTelefono": "sample string 3",
"numExtension": "sample string 4",
"TipoTelefono": {
"$id": "7",
"idTipoTelefono": "ec7e6f76-1b14-4f0e-b046-38f983c8a0d3",
"nomTipoTelefono": "sample string 2",
"Telefono": {
"$id": "8",
"$values": [
{
"$ref": "6"
},
{
"$ref": "6"
}
]
}
},
"Contacto": {
"$id": "9",
"$values": [
{
"$ref": "4"
},
{
"$ref": "4"
}
]
}
},
{
"$ref": "6"
}
]
},
"Mail": {
"$id": "10",
"$values": [
{
"$ref": "2"
},
{
"$ref": "2"
}
]
}
},
{
"$ref": "4"
}
]
},
"TipoMail": {
"$id": "11",
"idTipoMail": "aa1741e9-c40e-489d-9ca5-1a7de500d2db",
"nomTipoMail": "sample string 2",
"Mail": {
"$id": "12",
"$values": [
{
"$ref": "2"
},
{
"$ref": "2"
}
]
}
}
},
{
"$ref": "2"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true