POST api/EmailCampaign/PostRPTBulkMailLog
Request Information
URI Parameters
None.
Body Parameters
BulkMailLog| Name | Description | Type | Additional information |
|---|---|---|---|
| BML_ID | integer |
None. |
|
| BML_CP_ID | integer |
None. |
|
| BML_SUBJECT | string |
None. |
|
| BML_DESCRIPTION | string |
None. |
|
| BML_CONTENT | string |
None. |
|
| BML_FROM_ID | string |
None. |
|
| BML_TO_ID | string |
None. |
|
| BML_CC_ID | string |
None. |
|
| BML_BCC_ID | string |
None. |
|
| BML_JSON | string |
None. |
|
| BML_DATE | date |
None. |
|
| BML_TYPE | string |
None. |
|
| BML_STATUS | string |
None. |
|
| BML_NOTES | string |
None. |
|
| BML_CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"BML_ID": 1,
"BML_CP_ID": 1,
"BML_SUBJECT": "sample string 1",
"BML_DESCRIPTION": "sample string 2",
"BML_CONTENT": "sample string 3",
"BML_FROM_ID": "sample string 4",
"BML_TO_ID": "sample string 5",
"BML_CC_ID": "sample string 6",
"BML_BCC_ID": "sample string 7",
"BML_JSON": "sample string 8",
"BML_DATE": "2025-12-06T04:25:20.9624067+00:00",
"BML_TYPE": "sample string 9",
"BML_STATUS": "sample string 10",
"BML_NOTES": "sample string 11",
"BML_CREATED_BY": 1
}
application/xml, text/xml
Sample:
<BulkMailLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <BML_BCC_ID>sample string 7</BML_BCC_ID> <BML_CC_ID>sample string 6</BML_CC_ID> <BML_CONTENT>sample string 3</BML_CONTENT> <BML_CP_ID>1</BML_CP_ID> <BML_CREATED_BY>1</BML_CREATED_BY> <BML_DATE>2025-12-06T04:25:20.9624067+00:00</BML_DATE> <BML_DESCRIPTION>sample string 2</BML_DESCRIPTION> <BML_FROM_ID>sample string 4</BML_FROM_ID> <BML_ID>1</BML_ID> <BML_JSON>sample string 8</BML_JSON> <BML_NOTES>sample string 11</BML_NOTES> <BML_STATUS>sample string 10</BML_STATUS> <BML_SUBJECT>sample string 1</BML_SUBJECT> <BML_TO_ID>sample string 5</BML_TO_ID> <BML_TYPE>sample string 9</BML_TYPE> </BulkMailLog>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |