POST api/centralmailercampaigns/status
Request Information
URI Parameters
None.
Body Parameters
OrderStatusChangeDto| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderId | globally unique identifier |
None. |
|
| ExternalProductionId | string |
String length: inclusive between 0 and 100 |
|
| Id | integer |
None. |
|
| Status | string |
None. |
|
| ChangeDateUtc | date |
None. |
|
| Description | string |
None. |
|
| UserId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderId": "b75e6934-89fc-4e12-b2fc-5f15f94cf393",
"ExternalProductionId": "sample string 2",
"Id": 3,
"Status": "sample string 4",
"ChangeDateUtc": "2026-03-16T13:50:49.9227738+00:00",
"Description": "sample string 6",
"UserId": "e0751dcd-b8ee-4a44-bc40-9e16cf96bd30"
}
application/xml, text/xml
Sample:
<OrderStatusChangeDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Pay.Models"> <ChangeDateUtc>2026-03-16T13:50:49.9227738+00:00</ChangeDateUtc> <Description>sample string 6</Description> <Id>3</Id> <Status>sample string 4</Status> <UserId>e0751dcd-b8ee-4a44-bc40-9e16cf96bd30</UserId> <ExternalProductionId>sample string 2</ExternalProductionId> <OrderId>b75e6934-89fc-4e12-b2fc-5f15f94cf393</OrderId> </OrderStatusChangeDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.