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": "391f1566-60a6-4c62-afb4-7e0965e63120",
"mail1": "sample string 2",
"idTipoMail": "55b03ba1-847b-4156-828e-c3cabe7cf9fc",
"Contacto": {
"$id": "3",
"$values": [
{
"$id": "4",
"idContacto": "1948d4a4-a233-41a4-a969-3c56eebd8bbd",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"Telefono": {
"$id": "5",
"$values": [
{
"$id": "6",
"idTelefono": "27f898bc-fe10-43ee-937c-44472283cfe9",
"idTipoTelefono": "f6ebf911-1c0d-4907-87ec-44613109d099",
"numTelefono": "sample string 3",
"numExtension": "sample string 4",
"TipoTelefono": {
"$id": "7",
"idTipoTelefono": "30656a38-d678-46cb-a7dd-7f913fed45c0",
"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": "a81d3e86-798e-4b4a-847a-12a3623b9f67",
"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