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": "afbb916c-818c-4920-8011-fc2d235e2c84",
"PublicId": "sample string 2",
"Name": "sample string 3",
"CreationDateUtc": "2026-03-16T13:48:25.7163766+00:00",
"ModifiedDateUtc": "2026-03-16T13:48:25.7163766+00:00",
"PaymentDateUtc": "2026-03-16T13:48:25.7163766+00:00",
"VatRate": 5.0,
"PricePaid": 6.0,
"UserId": "cc5a5aca-a26a-4b56-b56e-facce6634699",
"TenantId": "9527d0cf-22aa-43f4-bf34-9986d0467458",
"StatusChanges": [
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-03-16T13:48:25.7163766+00:00",
"Description": "sample string 4",
"UserId": "4932e30a-0e65-4e14-b1d0-fd4950e07191"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-03-16T13:48:25.7163766+00:00",
"Description": "sample string 4",
"UserId": "4932e30a-0e65-4e14-b1d0-fd4950e07191"
}
],
"Status": "sample string 2",
"IsTemporary": true,
"DeliveryAddressId": "8e7aa445-127a-4f68-99c7-8974ebe43956",
"ExternalProductionId": "sample string 10",
"Campaigns": [
{
"Name": "sample string 1",
"PublicId": "sample string 2",
"ModifiedDateUtc": "2026-03-16T13:48:25.7163766+00:00",
"UserJourney": "sample string 3",
"ServiceType": 0,
"Quantity": 4,
"ApprovalResponses": [
{
"Id": "74387fe9-3448-4eb3-8e6c-969240a67f67",
"CreationDate": "2026-03-16T13:48:25.7163766+00:00",
"ApproverUserId": "97546566-8ba5-46d1-aade-f422a21d1178",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "8bfe0dc4-eecf-4bbd-9809-ee7d963a2f7b"
},
{
"Id": "74387fe9-3448-4eb3-8e6c-969240a67f67",
"CreationDate": "2026-03-16T13:48:25.7163766+00:00",
"ApproverUserId": "97546566-8ba5-46d1-aade-f422a21d1178",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "8bfe0dc4-eecf-4bbd-9809-ee7d963a2f7b"
}
],
"SupplierId": "185755f7-0afc-46df-a2f5-ae1f41566d7e",
"OrderId": "2496d589-1edf-4eec-9e7f-421b7a53f006",
"CampaignProperties": [
{
"Id": "45820cee-c616-44c6-8b02-e413b7952fae",
"CampaignId": "dae7088c-0f77-4930-93fb-36dccd814b48",
"Name": "sample string 3",
"Value": "sample string 4"
},
{
"Id": "45820cee-c616-44c6-8b02-e413b7952fae",
"CampaignId": "dae7088c-0f77-4930-93fb-36dccd814b48",
"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-03-16T13:48:25.7163766+00:00",
"ExpiryDate": "2026-03-16T13:48:25.7163766+00:00",
"Cancelled": true,
"IsPercentageDiscount": true,
"Entitlement": 7.0,
"MinSpend": 1.0,
"MaxSpend": 1.0,
"MaxDiscount": 1.0,
"ForAllUsers": true,
"Deleted": true,
"VoucherUsers": [
{
"UserId": "e1d7554c-99ec-4dd6-898f-346f2c473191",
"SingleUse": true,
"ApplyAutomatically": true
},
{
"UserId": "e1d7554c-99ec-4dd6-898f-346f2c473191",
"SingleUse": true,
"ApplyAutomatically": true
}
],
"MinimumQuantity": 1,
"VoucherProductType": "sample string 10",
"NewCustomerOnly": true,
"VoucherProperties": [
{
"Id": "4539bf9f-8019-4494-ae5d-d819dbf593a6",
"CreationDateUtc": "2026-03-16T13:48:25.7163766+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
},
{
"Id": "4539bf9f-8019-4494-ae5d-d819dbf593a6",
"CreationDateUtc": "2026-03-16T13:48:25.7163766+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
}
]
},
"OrderStatusChanges": [
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-03-16T13:48:25.7163766+00:00",
"Description": "sample string 4",
"UserId": "4932e30a-0e65-4e14-b1d0-fd4950e07191"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-03-16T13:48:25.7163766+00:00",
"Description": "sample string 4",
"UserId": "4932e30a-0e65-4e14-b1d0-fd4950e07191"
}
],
"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": "6f50dd20-fa67-4839-aab7-64a403cc677f",
"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": "8cd639dc-b2cb-46f3-812f-c56b4220132e",
"DeliveryDate": "2026-03-16T13:48:25.7163766+00:00",
"PaperSize": "sample string 17",
"CentralMailerCampaignId": "ffd8d1a9-1dce-45c1-b5bf-2b98abb79e0f",
"OrderProductionCompletedDate": null,
"Id": "bd0cd85b-c6d0-49d0-8275-226321aef869",
"CreationDateUtc": "2026-03-16T13:48:25.7163766+00:00",
"UserId": "41e6c163-5597-4b95-ad61-383579472f83",
"TenantId": "5cd60044-035d-4d76-825e-074181c02627",
"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-03-16T13:48:25.7163766+00:00",
"UserJourney": "sample string 3",
"ServiceType": 0,
"Quantity": 4,
"ApprovalResponses": [
{
"Id": "74387fe9-3448-4eb3-8e6c-969240a67f67",
"CreationDate": "2026-03-16T13:48:25.7163766+00:00",
"ApproverUserId": "97546566-8ba5-46d1-aade-f422a21d1178",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "8bfe0dc4-eecf-4bbd-9809-ee7d963a2f7b"
},
{
"Id": "74387fe9-3448-4eb3-8e6c-969240a67f67",
"CreationDate": "2026-03-16T13:48:25.7163766+00:00",
"ApproverUserId": "97546566-8ba5-46d1-aade-f422a21d1178",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "8bfe0dc4-eecf-4bbd-9809-ee7d963a2f7b"
}
],
"SupplierId": "185755f7-0afc-46df-a2f5-ae1f41566d7e",
"OrderId": "2496d589-1edf-4eec-9e7f-421b7a53f006",
"CampaignProperties": [
{
"Id": "45820cee-c616-44c6-8b02-e413b7952fae",
"CampaignId": "dae7088c-0f77-4930-93fb-36dccd814b48",
"Name": "sample string 3",
"Value": "sample string 4"
},
{
"Id": "45820cee-c616-44c6-8b02-e413b7952fae",
"CampaignId": "dae7088c-0f77-4930-93fb-36dccd814b48",
"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-03-16T13:48:25.7163766+00:00",
"ExpiryDate": "2026-03-16T13:48:25.7163766+00:00",
"Cancelled": true,
"IsPercentageDiscount": true,
"Entitlement": 7.0,
"MinSpend": 1.0,
"MaxSpend": 1.0,
"MaxDiscount": 1.0,
"ForAllUsers": true,
"Deleted": true,
"VoucherUsers": [
{
"UserId": "e1d7554c-99ec-4dd6-898f-346f2c473191",
"SingleUse": true,
"ApplyAutomatically": true
},
{
"UserId": "e1d7554c-99ec-4dd6-898f-346f2c473191",
"SingleUse": true,
"ApplyAutomatically": true
}
],
"MinimumQuantity": 1,
"VoucherProductType": "sample string 10",
"NewCustomerOnly": true,
"VoucherProperties": [
{
"Id": "4539bf9f-8019-4494-ae5d-d819dbf593a6",
"CreationDateUtc": "2026-03-16T13:48:25.7163766+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
},
{
"Id": "4539bf9f-8019-4494-ae5d-d819dbf593a6",
"CreationDateUtc": "2026-03-16T13:48:25.7163766+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
}
]
},
"OrderStatusChanges": [
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-03-16T13:48:25.7163766+00:00",
"Description": "sample string 4",
"UserId": "4932e30a-0e65-4e14-b1d0-fd4950e07191"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-03-16T13:48:25.7163766+00:00",
"Description": "sample string 4",
"UserId": "4932e30a-0e65-4e14-b1d0-fd4950e07191"
}
],
"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": "6f50dd20-fa67-4839-aab7-64a403cc677f",
"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": "8cd639dc-b2cb-46f3-812f-c56b4220132e",
"DeliveryDate": "2026-03-16T13:48:25.7163766+00:00",
"PaperSize": "sample string 17",
"CentralMailerCampaignId": "ffd8d1a9-1dce-45c1-b5bf-2b98abb79e0f",
"OrderProductionCompletedDate": null,
"Id": "bd0cd85b-c6d0-49d0-8275-226321aef869",
"CreationDateUtc": "2026-03-16T13:48:25.7163766+00:00",
"UserId": "41e6c163-5597-4b95-ad61-383579472f83",
"TenantId": "5cd60044-035d-4d76-825e-074181c02627",
"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": "b37c3c89-f83f-47a5-b626-86ef9f4aab62",
"CreationDateUtc": "2026-03-16T13:48:25.7163766+00:00",
"ConsignmentNumber": "sample string 3",
"CampaignId": "3aada4c1-2ad3-46a3-8765-226c1cf23894",
"Reference": "sample string 4",
"OrderId": "bd3991b8-3b33-451f-99c7-14e2fdde5c3a"
},
{
"Id": "b37c3c89-f83f-47a5-b626-86ef9f4aab62",
"CreationDateUtc": "2026-03-16T13:48:25.7163766+00:00",
"ConsignmentNumber": "sample string 3",
"CampaignId": "3aada4c1-2ad3-46a3-8765-226c1cf23894",
"Reference": "sample string 4",
"OrderId": "bd3991b8-3b33-451f-99c7-14e2fdde5c3a"
}
],
"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-03-16T13:48:25.7163766+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">bd0cd85b-c6d0-49d0-8275-226321aef869</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">5cd60044-035d-4d76-825e-074181c02627</TenantId>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">41e6c163-5597-4b95-ad61-383579472f83</UserId>
<VatRateApplied xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">26</VatRateApplied>
<ApprovalGroupId>8cd639dc-b2cb-46f3-812f-c56b4220132e</ApprovalGroupId>
<ApprovalResponses>
<ApprovalResponseDto>
<ApproverUserId>97546566-8ba5-46d1-aade-f422a21d1178</ApproverUserId>
<CampaignId>8bfe0dc4-eecf-4bbd-9809-ee7d963a2f7b</CampaignId>
<CreationDate>2026-03-16T13:48:25.7163766+00:00</CreationDate>
<Id>74387fe9-3448-4eb3-8e6c-969240a67f67</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
<ApprovalResponseDto>
<ApproverUserId>97546566-8ba5-46d1-aade-f422a21d1178</ApproverUserId>
<CampaignId>8bfe0dc4-eecf-4bbd-9809-ee7d963a2f7b</CampaignId>
<CreationDate>2026-03-16T13:48:25.7163766+00:00</CreationDate>
<Id>74387fe9-3448-4eb3-8e6c-969240a67f67</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
</ApprovalResponses>
<CampaignProperties>
<PayCampaignPropertyDto>
<CampaignId>dae7088c-0f77-4930-93fb-36dccd814b48</CampaignId>
<Id>45820cee-c616-44c6-8b02-e413b7952fae</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
<PayCampaignPropertyDto>
<CampaignId>dae7088c-0f77-4930-93fb-36dccd814b48</CampaignId>
<Id>45820cee-c616-44c6-8b02-e413b7952fae</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
</CampaignProperties>
<CentralMailerCampaignId>ffd8d1a9-1dce-45c1-b5bf-2b98abb79e0f</CentralMailerCampaignId>
<DeliveryDate>2026-03-16T13:48:25.7163766+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-03-16T13:48:25.7163766+00:00</ModifiedDateUtc>
<Name>sample string 1</Name>
<OrderId>2496d589-1edf-4eec-9e7f-421b7a53f006</OrderId>
<OrderStatusChanges>
<StatusChangeDto>
<ChangeDateUtc>2026-03-16T13:48:25.7163766+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>4932e30a-0e65-4e14-b1d0-fd4950e07191</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2026-03-16T13:48:25.7163766+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>4932e30a-0e65-4e14-b1d0-fd4950e07191</UserId>
</StatusChangeDto>
</OrderStatusChanges>
<OrganisationId>6f50dd20-fa67-4839-aab7-64a403cc677f</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>185755f7-0afc-46df-a2f5-ae1f41566d7e</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-03-16T13:48:25.7163766+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-03-16T13:48:25.7163766+00:00</StartDate>
<TenantId>sample string 4</TenantId>
<VoucherCode>sample string 3</VoucherCode>
<VoucherProductType>sample string 10</VoucherProductType>
<VoucherProperties>
<VoucherPropertyDto>
<CreationDateUtc>2026-03-16T13:48:25.7163766+00:00</CreationDateUtc>
<Id>4539bf9f-8019-4494-ae5d-d819dbf593a6</Id>
<Name>sample string 4</Name>
<Type>PrintingOptions</Type>
<Value>sample string 5</Value>
<VoucherId>3</VoucherId>
</VoucherPropertyDto>
<VoucherPropertyDto>
<CreationDateUtc>2026-03-16T13:48:25.7163766+00:00</CreationDateUtc>
<Id>4539bf9f-8019-4494-ae5d-d819dbf593a6</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>e1d7554c-99ec-4dd6-898f-346f2c473191</UserId>
</VoucherUserDto>
<VoucherUserDto>
<ApplyAutomatically>true</ApplyAutomatically>
<SingleUse>true</SingleUse>
<UserId>e1d7554c-99ec-4dd6-898f-346f2c473191</UserId>
</VoucherUserDto>
</VoucherUsers>
</Voucher>
</PayCampaignDto>
<PayCampaignDto>
<CreationDateUtc xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">2026-03-16T13:48:25.7163766+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">bd0cd85b-c6d0-49d0-8275-226321aef869</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">5cd60044-035d-4d76-825e-074181c02627</TenantId>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">41e6c163-5597-4b95-ad61-383579472f83</UserId>
<VatRateApplied xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">26</VatRateApplied>
<ApprovalGroupId>8cd639dc-b2cb-46f3-812f-c56b4220132e</ApprovalGroupId>
<ApprovalResponses>
<ApprovalResponseDto>
<ApproverUserId>97546566-8ba5-46d1-aade-f422a21d1178</ApproverUserId>
<CampaignId>8bfe0dc4-eecf-4bbd-9809-ee7d963a2f7b</CampaignId>
<CreationDate>2026-03-16T13:48:25.7163766+00:00</CreationDate>
<Id>74387fe9-3448-4eb3-8e6c-969240a67f67</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
<ApprovalResponseDto>
<ApproverUserId>97546566-8ba5-46d1-aade-f422a21d1178</ApproverUserId>
<CampaignId>8bfe0dc4-eecf-4bbd-9809-ee7d963a2f7b</CampaignId>
<CreationDate>2026-03-16T13:48:25.7163766+00:00</CreationDate>
<Id>74387fe9-3448-4eb3-8e6c-969240a67f67</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
</ApprovalResponses>
<CampaignProperties>
<PayCampaignPropertyDto>
<CampaignId>dae7088c-0f77-4930-93fb-36dccd814b48</CampaignId>
<Id>45820cee-c616-44c6-8b02-e413b7952fae</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
<PayCampaignPropertyDto>
<CampaignId>dae7088c-0f77-4930-93fb-36dccd814b48</CampaignId>
<Id>45820cee-c616-44c6-8b02-e413b7952fae</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
</CampaignProperties>
<CentralMailerCampaignId>ffd8d1a9-1dce-45c1-b5bf-2b98abb79e0f</CentralMailerCampaignId>
<DeliveryDate>2026-03-16T13:48:25.7163766+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-03-16T13:48:25.7163766+00:00</ModifiedDateUtc>
<Name>sample string 1</Name>
<OrderId>2496d589-1edf-4eec-9e7f-421b7a53f006</OrderId>
<OrderStatusChanges>
<StatusChangeDto>
<ChangeDateUtc>2026-03-16T13:48:25.7163766+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>4932e30a-0e65-4e14-b1d0-fd4950e07191</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2026-03-16T13:48:25.7163766+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>4932e30a-0e65-4e14-b1d0-fd4950e07191</UserId>
</StatusChangeDto>
</OrderStatusChanges>
<OrganisationId>6f50dd20-fa67-4839-aab7-64a403cc677f</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>185755f7-0afc-46df-a2f5-ae1f41566d7e</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-03-16T13:48:25.7163766+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-03-16T13:48:25.7163766+00:00</StartDate>
<TenantId>sample string 4</TenantId>
<VoucherCode>sample string 3</VoucherCode>
<VoucherProductType>sample string 10</VoucherProductType>
<VoucherProperties>
<VoucherPropertyDto>
<CreationDateUtc>2026-03-16T13:48:25.7163766+00:00</CreationDateUtc>
<Id>4539bf9f-8019-4494-ae5d-d819dbf593a6</Id>
<Name>sample string 4</Name>
<Type>PrintingOptions</Type>
<Value>sample string 5</Value>
<VoucherId>3</VoucherId>
</VoucherPropertyDto>
<VoucherPropertyDto>
<CreationDateUtc>2026-03-16T13:48:25.7163766+00:00</CreationDateUtc>
<Id>4539bf9f-8019-4494-ae5d-d819dbf593a6</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>e1d7554c-99ec-4dd6-898f-346f2c473191</UserId>
</VoucherUserDto>
<VoucherUserDto>
<ApplyAutomatically>true</ApplyAutomatically>
<SingleUse>true</SingleUse>
<UserId>e1d7554c-99ec-4dd6-898f-346f2c473191</UserId>
</VoucherUserDto>
</VoucherUsers>
</Voucher>
</PayCampaignDto>
</Campaigns>
<ConsignmentDetails>
<PayOrderConsignmentDetailDto>
<CampaignId>3aada4c1-2ad3-46a3-8765-226c1cf23894</CampaignId>
<ConsignmentNumber>sample string 3</ConsignmentNumber>
<CreationDateUtc>2026-03-16T13:48:25.7163766+00:00</CreationDateUtc>
<Id>b37c3c89-f83f-47a5-b626-86ef9f4aab62</Id>
<OrderId>bd3991b8-3b33-451f-99c7-14e2fdde5c3a</OrderId>
<Reference>sample string 4</Reference>
</PayOrderConsignmentDetailDto>
<PayOrderConsignmentDetailDto>
<CampaignId>3aada4c1-2ad3-46a3-8765-226c1cf23894</CampaignId>
<ConsignmentNumber>sample string 3</ConsignmentNumber>
<CreationDateUtc>2026-03-16T13:48:25.7163766+00:00</CreationDateUtc>
<Id>b37c3c89-f83f-47a5-b626-86ef9f4aab62</Id>
<OrderId>bd3991b8-3b33-451f-99c7-14e2fdde5c3a</OrderId>
<Reference>sample string 4</Reference>
</PayOrderConsignmentDetailDto>
</ConsignmentDetails>
<CreationDateUtc>2026-03-16T13:48:25.7163766+00:00</CreationDateUtc>
<CurrencyCode>sample string 14</CurrencyCode>
<DeliveryAddressId>8e7aa445-127a-4f68-99c7-8974ebe43956</DeliveryAddressId>
<ExternalProductionId>sample string 10</ExternalProductionId>
<Id>afbb916c-818c-4920-8011-fc2d235e2c84</Id>
<IsTemporary>true</IsTemporary>
<ModifiedDateUtc>2026-03-16T13:48:25.7163766+00:00</ModifiedDateUtc>
<Name>sample string 3</Name>
<PaymentDateUtc>2026-03-16T13:48:25.7163766+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-03-16T13:48:25.7163766+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>4932e30a-0e65-4e14-b1d0-fd4950e07191</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2026-03-16T13:48:25.7163766+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>4932e30a-0e65-4e14-b1d0-fd4950e07191</UserId>
</StatusChangeDto>
</StatusChanges>
<TenantId>9527d0cf-22aa-43f4-bf34-9986d0467458</TenantId>
<UserId>cc5a5aca-a26a-4b56-b56e-facce6634699</UserId>
<VatRate>5</VatRate>
</PayOrderDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.