POST api/v2/samples/methods/{sampleMethodId}/messages
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sampleMethodId | integer |
Required |
Body Parameters
MessageNew| Name | Description | Type | Additional information |
|---|---|---|---|
| Active | boolean | ||
| Subject | string | ||
| MessageID | string | ||
| Folder | string | ||
| EmailFrom | string | ||
| Sent | date | ||
| SentExternal | date | ||
| AccountFromId | integer | ||
| MessageTypeId | integer | ||
| MessageHtml | string | ||
| MessageTextPlan | string | ||
| Draft | boolean | ||
| Urgent | boolean | ||
| Files | Collection of FileNew | ||
| Recipients | Object |
Request Formats
application/json, text/json
Sample:
{
"Active": true,
"Subject": "sample string 2",
"MessageID": "sample string 3",
"Folder": "sample string 4",
"EmailFrom": "sample string 5",
"Sent": "2026-02-02T21:08:04.2926815Z",
"SentExternal": "2026-02-02T21:08:04.2926815Z",
"AccountFromId": 1,
"MessageTypeId": 1,
"MessageHtml": "sample string 6",
"MessageTextPlan": "sample string 7",
"Draft": true,
"Urgent": true,
"Files": [
{
"Identification": "sample string 1",
"Category": "sample string 2",
"FileData": "QEA=",
"Path": "sample string 3",
"Version": 1,
"DisplayVersion": "sample string 4",
"DeleteOn": "2026-02-02T21:08:04.2976826Z",
"DownloadForUserId": 1,
"AllowDownload": true,
"MustStayOnDB": true,
"AutomaticGeneration": true
},
{
"Identification": "sample string 1",
"Category": "sample string 2",
"FileData": "QEA=",
"Path": "sample string 3",
"Version": 1,
"DisplayVersion": "sample string 4",
"DeleteOn": "2026-02-02T21:08:04.2976826Z",
"DownloadForUserId": 1,
"AllowDownload": true,
"MustStayOnDB": true,
"AutomaticGeneration": true
}
],
"Recipients": {}
}
text/html
Sample:
{"Active":true,"Subject":"sample string 2","MessageID":"sample string 3","Folder":"sample string 4","EmailFrom":"sample string 5","Sent":"2026-02-02T21:08:04.2926815Z","SentExternal":"2026-02-02T21:08:04.2926815Z","AccountFromId":1,"MessageTypeId":1,"MessageHtml":"sample string 6","MessageTextPlan":"sample string 7","Draft":true,"Urgent":true,"Files":[{"Identification":"sample string 1","Category":"sample string 2","FileData":"QEA=","Path":"sample string 3","Version":1,"DisplayVersion":"sample string 4","DeleteOn":"2026-02-02T21:08:04.2976826Z","DownloadForUserId":1,"AllowDownload":true,"MustStayOnDB":true,"AutomaticGeneration":true},{"Identification":"sample string 1","Category":"sample string 2","FileData":"QEA=","Path":"sample string 3","Version":1,"DisplayVersion":"sample string 4","DeleteOn":"2026-02-02T21:08:04.2976826Z","DownloadForUserId":1,"AllowDownload":true,"MustStayOnDB":true,"AutomaticGeneration":true}],"Recipients":{}}
Response
Collection of integerResponse Format
application/json, text/json
Sample:
[ 1, 2 ]
text/html
Sample:
[1,2]