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": "3dbee856-554f-4ae6-bcc3-3a9cfe5347ed",
"mail1": "sample string 2",
"idTipoMail": "dd8e25cb-b65b-47c9-b763-1bd555f165f6",
"Contacto": {
"$id": "3",
"$values": [
{
"$id": "4",
"idContacto": "dfc6e66a-dcd0-442f-a1b1-09176424ba16",
"Paterno": "sample string 2",
"Materno": "sample string 3",
"Nombre": "sample string 4",
"Telefono": {
"$id": "5",
"$values": [
{
"$id": "6",
"idTelefono": "4af9e6ec-9e0f-44b8-8bb4-03a40e79cb93",
"idTipoTelefono": "b9f7c95f-8812-47b3-afe6-af6d95578f81",
"numTelefono": "sample string 3",
"numExtension": "sample string 4",
"TipoTelefono": {
"$id": "7",
"idTipoTelefono": "b910aeef-7008-49a0-be60-fb970c938137",
"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": "c74f8741-2ebd-4fa8-8549-02fff712c786",
"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