POST api/Setting/PostCommunicationLog
Request Information
URI Parameters
None.
Body Parameters
CommunicationLog| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| Subject | string |
Max length: 100 |
|
| Message | string |
None. |
|
| Delivery_Method | integer |
None. |
|
| orderId | string |
None. |
|
| SenderName | string |
Max length: 50 |
|
| ApiResponse | string |
None. |
|
| Sent | boolean |
None. |
|
| TimeStamp | date |
None. |
|
| Synced | boolean |
None. |
|
| SentStatus | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "aa24224e-9eb1-497c-b932-1098389a6d2e",
"CustomerId": "d0f81c1a-dcec-43c7-860c-a90c8e50f0de",
"Subject": "sample string 3",
"Message": "sample string 4",
"Delivery_Method": 5,
"orderId": "sample string 6",
"SenderName": "sample string 7",
"ApiResponse": "sample string 8",
"Sent": true,
"TimeStamp": "2026-06-21T22:45:44.3038653+02:00",
"Synced": true,
"SentStatus": "Sent"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.