POST api/centralmailercampaigns/status

Request Information

URI Parameters

None.

Body Parameters

OrderStatusChangeDto
NameDescriptionTypeAdditional 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": "8eb4c317-4fcf-4627-9ca5-991613b064ce",
  "ExternalProductionId": "sample string 2",
  "Id": 3,
  "Status": "sample string 4",
  "ChangeDateUtc": "2025-12-06T02:25:07.9388838+00:00",
  "Description": "sample string 6",
  "UserId": "68d1ae70-8666-45d1-b418-059a80ea6d0e"
}

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>2025-12-06T02:25:07.9388838+00:00</ChangeDateUtc>
  <Description>sample string 6</Description>
  <Id>3</Id>
  <Status>sample string 4</Status>
  <UserId>68d1ae70-8666-45d1-b418-059a80ea6d0e</UserId>
  <ExternalProductionId>sample string 2</ExternalProductionId>
  <OrderId>8eb4c317-4fcf-4627-9ca5-991613b064ce</OrderId>
</OrderStatusChangeDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.