POST breeze/Emails/DownloadAttachment

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
attachment
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "MAILNO": 1,
  "SEQNO": 2,
  "MIMETYPE": "sample string 3",
  "DATA": "QEBA",
  "FILENAME": "sample string 4",
  "SIZE": 1,
  "CID": "sample string 5",
  "DbFileName": "sample string 6",
  "DbForeignKeys": [
    "sample string 1",
    "sample string 2",
    "sample string 3"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.