PUT api/orders/{id}
Updates an order.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The id of the order to update. |
globally unique identifier |
Required |
Body Parameters
The order model to update with.
PayOrderDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| PublicId | string |
String length: inclusive between 0 and 10 |
|
| Name | string |
String length: inclusive between 0 and 255 |
|
| CreationDateUtc | date |
None. |
|
| ModifiedDateUtc | date |
None. |
|
| PaymentDateUtc | date |
None. |
|
| VatRate | decimal number |
None. |
|
| PricePaid | decimal number |
None. |
|
| UserId | globally unique identifier |
Required |
|
| TenantId | globally unique identifier |
Required |
|
| StatusChanges | Collection of StatusChangeDto |
None. |
|
| Status | string |
None. |
|
| IsTemporary | boolean |
None. |
|
| DeliveryAddressId | globally unique identifier |
None. |
|
| ExternalProductionId | string |
String length: inclusive between 0 and 100 |
|
| Campaigns | Collection of PayCampaignDto |
None. |
|
| PaymentProvider | string |
None. |
|
| PaymentStatus | string |
None. |
|
| PaymentIs3d | boolean |
None. |
|
| ConsignmentDetails | Collection of PayOrderConsignmentDetailDto |
None. |
|
| CurrencyCode | string |
Required String length: inclusive between 0 and 3 |
Request Formats
application/json, text/json
Sample:
{
"Id": "71e08eac-5827-41ad-b38a-a9cc72180014",
"PublicId": "sample string 2",
"Name": "sample string 3",
"CreationDateUtc": "2026-08-28T13:47:17.4621168+00:00",
"ModifiedDateUtc": "2026-08-28T13:47:17.4621168+00:00",
"PaymentDateUtc": "2026-08-28T13:47:17.4621168+00:00",
"VatRate": 5.0,
"PricePaid": 6.0,
"UserId": "258eb52a-d585-4436-b357-4d8b6f412713",
"TenantId": "c7a07da2-24e8-48dd-ad4a-99aa4d7ebed2",
"StatusChanges": [
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-08-28T13:47:17.4621168+00:00",
"Description": "sample string 4",
"UserId": "cdd4efbd-33dc-4092-b049-a4107f5c2146"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-08-28T13:47:17.4621168+00:00",
"Description": "sample string 4",
"UserId": "cdd4efbd-33dc-4092-b049-a4107f5c2146"
}
],
"Status": "sample string 2",
"IsTemporary": true,
"DeliveryAddressId": "93f470fc-d387-4909-8fe8-0ed53794317d",
"ExternalProductionId": "sample string 10",
"Campaigns": [
{
"Name": "sample string 1",
"PublicId": "sample string 2",
"ModifiedDateUtc": "2026-08-28T13:47:17.4621168+00:00",
"UserJourney": "sample string 3",
"ServiceType": 0,
"Quantity": 4,
"ApprovalResponses": [
{
"Id": "3b87d56e-713a-4381-abec-dfebebe5e38d",
"CreationDate": "2026-08-28T13:47:17.4621168+00:00",
"ApproverUserId": "a4352ec4-3c50-4f25-8183-e49937d88fb9",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "fe859003-a102-48f0-870b-bcc2a6647eff"
},
{
"Id": "3b87d56e-713a-4381-abec-dfebebe5e38d",
"CreationDate": "2026-08-28T13:47:17.4621168+00:00",
"ApproverUserId": "a4352ec4-3c50-4f25-8183-e49937d88fb9",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "fe859003-a102-48f0-870b-bcc2a6647eff"
}
],
"SupplierId": "5183335b-7ff7-46eb-8511-b11dbaca2b54",
"OrderId": "9f508a45-45d5-4408-a610-874bc162b86f",
"CampaignProperties": [
{
"Id": "cf0e09b3-b5f5-467a-9352-cd714362e319",
"CampaignId": "a4a87f49-953b-44d6-b3f1-0500296189ff",
"Name": "sample string 3",
"Value": "sample string 4"
},
{
"Id": "cf0e09b3-b5f5-467a-9352-cd714362e319",
"CampaignId": "a4a87f49-953b-44d6-b3f1-0500296189ff",
"Name": "sample string 3",
"Value": "sample string 4"
}
],
"Voucher": {
"Id": 1,
"Description": "sample string 2",
"VoucherCode": "sample string 3",
"TenantId": "sample string 4",
"StartDate": "2026-08-28T13:47:17.4621168+00:00",
"ExpiryDate": "2026-08-28T13:47:17.4621168+00:00",
"Cancelled": true,
"IsPercentageDiscount": true,
"Entitlement": 7.0,
"MinSpend": 1.0,
"MaxSpend": 1.0,
"MaxDiscount": 1.0,
"ForAllUsers": true,
"Deleted": true,
"VoucherUsers": [
{
"UserId": "260331ea-1197-4145-9b9e-50fcd35f2a66",
"SingleUse": true,
"ApplyAutomatically": true
},
{
"UserId": "260331ea-1197-4145-9b9e-50fcd35f2a66",
"SingleUse": true,
"ApplyAutomatically": true
}
],
"MinimumQuantity": 1,
"VoucherProductType": "sample string 10",
"NewCustomerOnly": true,
"VoucherProperties": [
{
"Id": "3b9c9ac6-1700-4f7f-9d1e-7f77efb1de8f",
"CreationDateUtc": "2026-08-28T13:47:17.4621168+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
},
{
"Id": "3b9c9ac6-1700-4f7f-9d1e-7f77efb1de8f",
"CreationDateUtc": "2026-08-28T13:47:17.4621168+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
}
]
},
"OrderStatusChanges": [
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-08-28T13:47:17.4621168+00:00",
"Description": "sample string 4",
"UserId": "cdd4efbd-33dc-4092-b049-a4107f5c2146"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-08-28T13:47:17.4621168+00:00",
"Description": "sample string 4",
"UserId": "cdd4efbd-33dc-4092-b049-a4107f5c2146"
}
],
"OrderStatus": "sample string 2",
"IsTemporary": true,
"RB_ArtWorkToken": "sample string 7",
"PR_Key": "sample string 8",
"PR_UDPRN": "sample string 9",
"Ext_TemplateId": 1,
"Ext_ArtworkId": 1,
"Ext_ResourceId": 1,
"FileLocation": "sample string 10",
"OrganisationId": "35370043-40b5-49d3-9722-f86cad252c87",
"OrganisationName": "sample string 11",
"TemplateName": "sample string 12",
"UserName": "sample string 13",
"Ext_MailerType": "sample string 14",
"Envelope": "sample string 15",
"Variant": "sample string 16",
"ApprovalGroupId": "b602f029-4cd5-4823-8ecc-867353c4f1bd",
"DeliveryDate": "2026-08-28T13:47:17.4621168+00:00",
"PaperSize": "sample string 17",
"CentralMailerCampaignId": "e317502f-0754-41b8-8b72-fba028431bca",
"OrderProductionCompletedDate": null,
"Id": "9b9e9b1b-7a36-47bf-81b4-16e7862a917a",
"CreationDateUtc": "2026-08-28T13:47:17.4621168+00:00",
"UserId": "419d87d6-b3e5-47c6-b7ba-82c39af31001",
"TenantId": "aac38acc-571c-4aca-9464-dd2ae3ed4618",
"SubtotalExVat": 22.0,
"SubtotalIncVat": 23.0,
"DiscountedTotalExVat": 24.0,
"DiscountedTotalIncVat": 25.0,
"VatRateApplied": 26.0
},
{
"Name": "sample string 1",
"PublicId": "sample string 2",
"ModifiedDateUtc": "2026-08-28T13:47:17.4621168+00:00",
"UserJourney": "sample string 3",
"ServiceType": 0,
"Quantity": 4,
"ApprovalResponses": [
{
"Id": "3b87d56e-713a-4381-abec-dfebebe5e38d",
"CreationDate": "2026-08-28T13:47:17.4621168+00:00",
"ApproverUserId": "a4352ec4-3c50-4f25-8183-e49937d88fb9",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "fe859003-a102-48f0-870b-bcc2a6647eff"
},
{
"Id": "3b87d56e-713a-4381-abec-dfebebe5e38d",
"CreationDate": "2026-08-28T13:47:17.4621168+00:00",
"ApproverUserId": "a4352ec4-3c50-4f25-8183-e49937d88fb9",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "fe859003-a102-48f0-870b-bcc2a6647eff"
}
],
"SupplierId": "5183335b-7ff7-46eb-8511-b11dbaca2b54",
"OrderId": "9f508a45-45d5-4408-a610-874bc162b86f",
"CampaignProperties": [
{
"Id": "cf0e09b3-b5f5-467a-9352-cd714362e319",
"CampaignId": "a4a87f49-953b-44d6-b3f1-0500296189ff",
"Name": "sample string 3",
"Value": "sample string 4"
},
{
"Id": "cf0e09b3-b5f5-467a-9352-cd714362e319",
"CampaignId": "a4a87f49-953b-44d6-b3f1-0500296189ff",
"Name": "sample string 3",
"Value": "sample string 4"
}
],
"Voucher": {
"Id": 1,
"Description": "sample string 2",
"VoucherCode": "sample string 3",
"TenantId": "sample string 4",
"StartDate": "2026-08-28T13:47:17.4621168+00:00",
"ExpiryDate": "2026-08-28T13:47:17.4621168+00:00",
"Cancelled": true,
"IsPercentageDiscount": true,
"Entitlement": 7.0,
"MinSpend": 1.0,
"MaxSpend": 1.0,
"MaxDiscount": 1.0,
"ForAllUsers": true,
"Deleted": true,
"VoucherUsers": [
{
"UserId": "260331ea-1197-4145-9b9e-50fcd35f2a66",
"SingleUse": true,
"ApplyAutomatically": true
},
{
"UserId": "260331ea-1197-4145-9b9e-50fcd35f2a66",
"SingleUse": true,
"ApplyAutomatically": true
}
],
"MinimumQuantity": 1,
"VoucherProductType": "sample string 10",
"NewCustomerOnly": true,
"VoucherProperties": [
{
"Id": "3b9c9ac6-1700-4f7f-9d1e-7f77efb1de8f",
"CreationDateUtc": "2026-08-28T13:47:17.4621168+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
},
{
"Id": "3b9c9ac6-1700-4f7f-9d1e-7f77efb1de8f",
"CreationDateUtc": "2026-08-28T13:47:17.4621168+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
}
]
},
"OrderStatusChanges": [
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-08-28T13:47:17.4621168+00:00",
"Description": "sample string 4",
"UserId": "cdd4efbd-33dc-4092-b049-a4107f5c2146"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-08-28T13:47:17.4621168+00:00",
"Description": "sample string 4",
"UserId": "cdd4efbd-33dc-4092-b049-a4107f5c2146"
}
],
"OrderStatus": "sample string 2",
"IsTemporary": true,
"RB_ArtWorkToken": "sample string 7",
"PR_Key": "sample string 8",
"PR_UDPRN": "sample string 9",
"Ext_TemplateId": 1,
"Ext_ArtworkId": 1,
"Ext_ResourceId": 1,
"FileLocation": "sample string 10",
"OrganisationId": "35370043-40b5-49d3-9722-f86cad252c87",
"OrganisationName": "sample string 11",
"TemplateName": "sample string 12",
"UserName": "sample string 13",
"Ext_MailerType": "sample string 14",
"Envelope": "sample string 15",
"Variant": "sample string 16",
"ApprovalGroupId": "b602f029-4cd5-4823-8ecc-867353c4f1bd",
"DeliveryDate": "2026-08-28T13:47:17.4621168+00:00",
"PaperSize": "sample string 17",
"CentralMailerCampaignId": "e317502f-0754-41b8-8b72-fba028431bca",
"OrderProductionCompletedDate": null,
"Id": "9b9e9b1b-7a36-47bf-81b4-16e7862a917a",
"CreationDateUtc": "2026-08-28T13:47:17.4621168+00:00",
"UserId": "419d87d6-b3e5-47c6-b7ba-82c39af31001",
"TenantId": "aac38acc-571c-4aca-9464-dd2ae3ed4618",
"SubtotalExVat": 22.0,
"SubtotalIncVat": 23.0,
"DiscountedTotalExVat": 24.0,
"DiscountedTotalIncVat": 25.0,
"VatRateApplied": 26.0
}
],
"PaymentProvider": "sample string 11",
"PaymentStatus": "sample string 12",
"PaymentIs3d": true,
"ConsignmentDetails": [
{
"Id": "46594034-306d-4515-b91f-5935fe9cb566",
"CreationDateUtc": "2026-08-28T13:47:17.4621168+00:00",
"ConsignmentNumber": "sample string 3",
"CampaignId": "5a1dd34d-5f54-4e2b-9b98-062d17ef2f33",
"Reference": "sample string 4",
"OrderId": "53528836-07e3-4e7a-9577-3d23500fccd5"
},
{
"Id": "46594034-306d-4515-b91f-5935fe9cb566",
"CreationDateUtc": "2026-08-28T13:47:17.4621168+00:00",
"ConsignmentNumber": "sample string 3",
"CampaignId": "5a1dd34d-5f54-4e2b-9b98-062d17ef2f33",
"Reference": "sample string 4",
"OrderId": "53528836-07e3-4e7a-9577-3d23500fccd5"
}
],
"CurrencyCode": "sample string 14"
}
application/xml, text/xml
Sample:
<PayOrderDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Pay.Models">
<Campaigns>
<PayCampaignDto>
<CreationDateUtc xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">2026-08-28T13:47:17.4621168+00:00</CreationDateUtc>
<DiscountedTotalExVat xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">24</DiscountedTotalExVat>
<DiscountedTotalIncVat xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">25</DiscountedTotalIncVat>
<Id xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">9b9e9b1b-7a36-47bf-81b4-16e7862a917a</Id>
<SubtotalExVat xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">22</SubtotalExVat>
<SubtotalIncVat xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">23</SubtotalIncVat>
<TenantId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">aac38acc-571c-4aca-9464-dd2ae3ed4618</TenantId>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">419d87d6-b3e5-47c6-b7ba-82c39af31001</UserId>
<VatRateApplied xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">26</VatRateApplied>
<ApprovalGroupId>b602f029-4cd5-4823-8ecc-867353c4f1bd</ApprovalGroupId>
<ApprovalResponses>
<ApprovalResponseDto>
<ApproverUserId>a4352ec4-3c50-4f25-8183-e49937d88fb9</ApproverUserId>
<CampaignId>fe859003-a102-48f0-870b-bcc2a6647eff</CampaignId>
<CreationDate>2026-08-28T13:47:17.4621168+00:00</CreationDate>
<Id>3b87d56e-713a-4381-abec-dfebebe5e38d</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
<ApprovalResponseDto>
<ApproverUserId>a4352ec4-3c50-4f25-8183-e49937d88fb9</ApproverUserId>
<CampaignId>fe859003-a102-48f0-870b-bcc2a6647eff</CampaignId>
<CreationDate>2026-08-28T13:47:17.4621168+00:00</CreationDate>
<Id>3b87d56e-713a-4381-abec-dfebebe5e38d</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
</ApprovalResponses>
<CampaignProperties>
<PayCampaignPropertyDto>
<CampaignId>a4a87f49-953b-44d6-b3f1-0500296189ff</CampaignId>
<Id>cf0e09b3-b5f5-467a-9352-cd714362e319</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
<PayCampaignPropertyDto>
<CampaignId>a4a87f49-953b-44d6-b3f1-0500296189ff</CampaignId>
<Id>cf0e09b3-b5f5-467a-9352-cd714362e319</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
</CampaignProperties>
<CentralMailerCampaignId>e317502f-0754-41b8-8b72-fba028431bca</CentralMailerCampaignId>
<DeliveryDate>2026-08-28T13:47:17.4621168+00:00</DeliveryDate>
<Envelope>sample string 15</Envelope>
<Ext_ArtworkId>1</Ext_ArtworkId>
<Ext_MailerType>sample string 14</Ext_MailerType>
<Ext_ResourceId>1</Ext_ResourceId>
<Ext_TemplateId>1</Ext_TemplateId>
<FileLocation>sample string 10</FileLocation>
<IsTemporary>true</IsTemporary>
<ModifiedDateUtc>2026-08-28T13:47:17.4621168+00:00</ModifiedDateUtc>
<Name>sample string 1</Name>
<OrderId>9f508a45-45d5-4408-a610-874bc162b86f</OrderId>
<OrderStatusChanges>
<StatusChangeDto>
<ChangeDateUtc>2026-08-28T13:47:17.4621168+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>cdd4efbd-33dc-4092-b049-a4107f5c2146</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2026-08-28T13:47:17.4621168+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>cdd4efbd-33dc-4092-b049-a4107f5c2146</UserId>
</StatusChangeDto>
</OrderStatusChanges>
<OrganisationId>35370043-40b5-49d3-9722-f86cad252c87</OrganisationId>
<OrganisationName>sample string 11</OrganisationName>
<PR_Key>sample string 8</PR_Key>
<PR_UDPRN>sample string 9</PR_UDPRN>
<PaperSize>sample string 17</PaperSize>
<PublicId>sample string 2</PublicId>
<Quantity>4</Quantity>
<RB_ArtWorkToken>sample string 7</RB_ArtWorkToken>
<ServiceType>DesignPrintAndDistribution</ServiceType>
<SupplierId>5183335b-7ff7-46eb-8511-b11dbaca2b54</SupplierId>
<TemplateName>sample string 12</TemplateName>
<UserJourney>sample string 3</UserJourney>
<UserName>sample string 13</UserName>
<Variant>sample string 16</Variant>
<Voucher>
<Cancelled>true</Cancelled>
<Deleted>true</Deleted>
<Description>sample string 2</Description>
<Entitlement>7</Entitlement>
<ExpiryDate>2026-08-28T13:47:17.4621168+00:00</ExpiryDate>
<ForAllUsers>true</ForAllUsers>
<Id>1</Id>
<IsPercentageDiscount>true</IsPercentageDiscount>
<MaxDiscount>1</MaxDiscount>
<MaxSpend>1</MaxSpend>
<MinSpend>1</MinSpend>
<MinimumQuantity>1</MinimumQuantity>
<NewCustomerOnly>true</NewCustomerOnly>
<StartDate>2026-08-28T13:47:17.4621168+00:00</StartDate>
<TenantId>sample string 4</TenantId>
<VoucherCode>sample string 3</VoucherCode>
<VoucherProductType>sample string 10</VoucherProductType>
<VoucherProperties>
<VoucherPropertyDto>
<CreationDateUtc>2026-08-28T13:47:17.4621168+00:00</CreationDateUtc>
<Id>3b9c9ac6-1700-4f7f-9d1e-7f77efb1de8f</Id>
<Name>sample string 4</Name>
<Type>PrintingOptions</Type>
<Value>sample string 5</Value>
<VoucherId>3</VoucherId>
</VoucherPropertyDto>
<VoucherPropertyDto>
<CreationDateUtc>2026-08-28T13:47:17.4621168+00:00</CreationDateUtc>
<Id>3b9c9ac6-1700-4f7f-9d1e-7f77efb1de8f</Id>
<Name>sample string 4</Name>
<Type>PrintingOptions</Type>
<Value>sample string 5</Value>
<VoucherId>3</VoucherId>
</VoucherPropertyDto>
</VoucherProperties>
<VoucherUsers>
<VoucherUserDto>
<ApplyAutomatically>true</ApplyAutomatically>
<SingleUse>true</SingleUse>
<UserId>260331ea-1197-4145-9b9e-50fcd35f2a66</UserId>
</VoucherUserDto>
<VoucherUserDto>
<ApplyAutomatically>true</ApplyAutomatically>
<SingleUse>true</SingleUse>
<UserId>260331ea-1197-4145-9b9e-50fcd35f2a66</UserId>
</VoucherUserDto>
</VoucherUsers>
</Voucher>
</PayCampaignDto>
<PayCampaignDto>
<CreationDateUtc xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">2026-08-28T13:47:17.4621168+00:00</CreationDateUtc>
<DiscountedTotalExVat xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">24</DiscountedTotalExVat>
<DiscountedTotalIncVat xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">25</DiscountedTotalIncVat>
<Id xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">9b9e9b1b-7a36-47bf-81b4-16e7862a917a</Id>
<SubtotalExVat xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">22</SubtotalExVat>
<SubtotalIncVat xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">23</SubtotalIncVat>
<TenantId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">aac38acc-571c-4aca-9464-dd2ae3ed4618</TenantId>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">419d87d6-b3e5-47c6-b7ba-82c39af31001</UserId>
<VatRateApplied xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">26</VatRateApplied>
<ApprovalGroupId>b602f029-4cd5-4823-8ecc-867353c4f1bd</ApprovalGroupId>
<ApprovalResponses>
<ApprovalResponseDto>
<ApproverUserId>a4352ec4-3c50-4f25-8183-e49937d88fb9</ApproverUserId>
<CampaignId>fe859003-a102-48f0-870b-bcc2a6647eff</CampaignId>
<CreationDate>2026-08-28T13:47:17.4621168+00:00</CreationDate>
<Id>3b87d56e-713a-4381-abec-dfebebe5e38d</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
<ApprovalResponseDto>
<ApproverUserId>a4352ec4-3c50-4f25-8183-e49937d88fb9</ApproverUserId>
<CampaignId>fe859003-a102-48f0-870b-bcc2a6647eff</CampaignId>
<CreationDate>2026-08-28T13:47:17.4621168+00:00</CreationDate>
<Id>3b87d56e-713a-4381-abec-dfebebe5e38d</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
</ApprovalResponses>
<CampaignProperties>
<PayCampaignPropertyDto>
<CampaignId>a4a87f49-953b-44d6-b3f1-0500296189ff</CampaignId>
<Id>cf0e09b3-b5f5-467a-9352-cd714362e319</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
<PayCampaignPropertyDto>
<CampaignId>a4a87f49-953b-44d6-b3f1-0500296189ff</CampaignId>
<Id>cf0e09b3-b5f5-467a-9352-cd714362e319</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
</CampaignProperties>
<CentralMailerCampaignId>e317502f-0754-41b8-8b72-fba028431bca</CentralMailerCampaignId>
<DeliveryDate>2026-08-28T13:47:17.4621168+00:00</DeliveryDate>
<Envelope>sample string 15</Envelope>
<Ext_ArtworkId>1</Ext_ArtworkId>
<Ext_MailerType>sample string 14</Ext_MailerType>
<Ext_ResourceId>1</Ext_ResourceId>
<Ext_TemplateId>1</Ext_TemplateId>
<FileLocation>sample string 10</FileLocation>
<IsTemporary>true</IsTemporary>
<ModifiedDateUtc>2026-08-28T13:47:17.4621168+00:00</ModifiedDateUtc>
<Name>sample string 1</Name>
<OrderId>9f508a45-45d5-4408-a610-874bc162b86f</OrderId>
<OrderStatusChanges>
<StatusChangeDto>
<ChangeDateUtc>2026-08-28T13:47:17.4621168+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>cdd4efbd-33dc-4092-b049-a4107f5c2146</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2026-08-28T13:47:17.4621168+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>cdd4efbd-33dc-4092-b049-a4107f5c2146</UserId>
</StatusChangeDto>
</OrderStatusChanges>
<OrganisationId>35370043-40b5-49d3-9722-f86cad252c87</OrganisationId>
<OrganisationName>sample string 11</OrganisationName>
<PR_Key>sample string 8</PR_Key>
<PR_UDPRN>sample string 9</PR_UDPRN>
<PaperSize>sample string 17</PaperSize>
<PublicId>sample string 2</PublicId>
<Quantity>4</Quantity>
<RB_ArtWorkToken>sample string 7</RB_ArtWorkToken>
<ServiceType>DesignPrintAndDistribution</ServiceType>
<SupplierId>5183335b-7ff7-46eb-8511-b11dbaca2b54</SupplierId>
<TemplateName>sample string 12</TemplateName>
<UserJourney>sample string 3</UserJourney>
<UserName>sample string 13</UserName>
<Variant>sample string 16</Variant>
<Voucher>
<Cancelled>true</Cancelled>
<Deleted>true</Deleted>
<Description>sample string 2</Description>
<Entitlement>7</Entitlement>
<ExpiryDate>2026-08-28T13:47:17.4621168+00:00</ExpiryDate>
<ForAllUsers>true</ForAllUsers>
<Id>1</Id>
<IsPercentageDiscount>true</IsPercentageDiscount>
<MaxDiscount>1</MaxDiscount>
<MaxSpend>1</MaxSpend>
<MinSpend>1</MinSpend>
<MinimumQuantity>1</MinimumQuantity>
<NewCustomerOnly>true</NewCustomerOnly>
<StartDate>2026-08-28T13:47:17.4621168+00:00</StartDate>
<TenantId>sample string 4</TenantId>
<VoucherCode>sample string 3</VoucherCode>
<VoucherProductType>sample string 10</VoucherProductType>
<VoucherProperties>
<VoucherPropertyDto>
<CreationDateUtc>2026-08-28T13:47:17.4621168+00:00</CreationDateUtc>
<Id>3b9c9ac6-1700-4f7f-9d1e-7f77efb1de8f</Id>
<Name>sample string 4</Name>
<Type>PrintingOptions</Type>
<Value>sample string 5</Value>
<VoucherId>3</VoucherId>
</VoucherPropertyDto>
<VoucherPropertyDto>
<CreationDateUtc>2026-08-28T13:47:17.4621168+00:00</CreationDateUtc>
<Id>3b9c9ac6-1700-4f7f-9d1e-7f77efb1de8f</Id>
<Name>sample string 4</Name>
<Type>PrintingOptions</Type>
<Value>sample string 5</Value>
<VoucherId>3</VoucherId>
</VoucherPropertyDto>
</VoucherProperties>
<VoucherUsers>
<VoucherUserDto>
<ApplyAutomatically>true</ApplyAutomatically>
<SingleUse>true</SingleUse>
<UserId>260331ea-1197-4145-9b9e-50fcd35f2a66</UserId>
</VoucherUserDto>
<VoucherUserDto>
<ApplyAutomatically>true</ApplyAutomatically>
<SingleUse>true</SingleUse>
<UserId>260331ea-1197-4145-9b9e-50fcd35f2a66</UserId>
</VoucherUserDto>
</VoucherUsers>
</Voucher>
</PayCampaignDto>
</Campaigns>
<ConsignmentDetails>
<PayOrderConsignmentDetailDto>
<CampaignId>5a1dd34d-5f54-4e2b-9b98-062d17ef2f33</CampaignId>
<ConsignmentNumber>sample string 3</ConsignmentNumber>
<CreationDateUtc>2026-08-28T13:47:17.4621168+00:00</CreationDateUtc>
<Id>46594034-306d-4515-b91f-5935fe9cb566</Id>
<OrderId>53528836-07e3-4e7a-9577-3d23500fccd5</OrderId>
<Reference>sample string 4</Reference>
</PayOrderConsignmentDetailDto>
<PayOrderConsignmentDetailDto>
<CampaignId>5a1dd34d-5f54-4e2b-9b98-062d17ef2f33</CampaignId>
<ConsignmentNumber>sample string 3</ConsignmentNumber>
<CreationDateUtc>2026-08-28T13:47:17.4621168+00:00</CreationDateUtc>
<Id>46594034-306d-4515-b91f-5935fe9cb566</Id>
<OrderId>53528836-07e3-4e7a-9577-3d23500fccd5</OrderId>
<Reference>sample string 4</Reference>
</PayOrderConsignmentDetailDto>
</ConsignmentDetails>
<CreationDateUtc>2026-08-28T13:47:17.4621168+00:00</CreationDateUtc>
<CurrencyCode>sample string 14</CurrencyCode>
<DeliveryAddressId>93f470fc-d387-4909-8fe8-0ed53794317d</DeliveryAddressId>
<ExternalProductionId>sample string 10</ExternalProductionId>
<Id>71e08eac-5827-41ad-b38a-a9cc72180014</Id>
<IsTemporary>true</IsTemporary>
<ModifiedDateUtc>2026-08-28T13:47:17.4621168+00:00</ModifiedDateUtc>
<Name>sample string 3</Name>
<PaymentDateUtc>2026-08-28T13:47:17.4621168+00:00</PaymentDateUtc>
<PaymentIs3d>true</PaymentIs3d>
<PaymentProvider>sample string 11</PaymentProvider>
<PaymentStatus>sample string 12</PaymentStatus>
<PricePaid>6</PricePaid>
<PublicId>sample string 2</PublicId>
<StatusChanges>
<StatusChangeDto>
<ChangeDateUtc>2026-08-28T13:47:17.4621168+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>cdd4efbd-33dc-4092-b049-a4107f5c2146</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2026-08-28T13:47:17.4621168+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>cdd4efbd-33dc-4092-b049-a4107f5c2146</UserId>
</StatusChangeDto>
</StatusChanges>
<TenantId>c7a07da2-24e8-48dd-ad4a-99aa4d7ebed2</TenantId>
<UserId>258eb52a-d585-4436-b357-4d8b6f412713</UserId>
<VatRate>5</VatRate>
</PayOrderDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.