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": "956a3188-723b-4068-bf8d-07b79b23ae1f",
"PublicId": "sample string 2",
"Name": "sample string 3",
"CreationDateUtc": "2026-07-04T13:56:32.705213+00:00",
"ModifiedDateUtc": "2026-07-04T13:56:32.705213+00:00",
"PaymentDateUtc": "2026-07-04T13:56:32.705213+00:00",
"VatRate": 5.0,
"PricePaid": 6.0,
"UserId": "a936ae53-4add-4512-a2cf-d329bf28bc17",
"TenantId": "e1f01a59-8348-4559-a7f3-f3b6b11067a7",
"StatusChanges": [
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-07-04T13:56:32.705213+00:00",
"Description": "sample string 4",
"UserId": "3ec79c2d-d0bf-4550-b674-3f2c689aae23"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-07-04T13:56:32.705213+00:00",
"Description": "sample string 4",
"UserId": "3ec79c2d-d0bf-4550-b674-3f2c689aae23"
}
],
"Status": "sample string 2",
"IsTemporary": true,
"DeliveryAddressId": "92445978-2daf-4175-888f-8eb0fa862584",
"ExternalProductionId": "sample string 10",
"Campaigns": [
{
"Name": "sample string 1",
"PublicId": "sample string 2",
"ModifiedDateUtc": "2026-07-04T13:56:32.705213+00:00",
"UserJourney": "sample string 3",
"ServiceType": 0,
"Quantity": 4,
"ApprovalResponses": [
{
"Id": "0972be18-2156-4a9f-80ed-33ad42a5b2ea",
"CreationDate": "2026-07-04T13:56:32.705213+00:00",
"ApproverUserId": "567e0bb8-19df-4ef2-988b-5607c91ebefe",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "5e545470-8907-4120-96db-deab6a4c112c"
},
{
"Id": "0972be18-2156-4a9f-80ed-33ad42a5b2ea",
"CreationDate": "2026-07-04T13:56:32.705213+00:00",
"ApproverUserId": "567e0bb8-19df-4ef2-988b-5607c91ebefe",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "5e545470-8907-4120-96db-deab6a4c112c"
}
],
"SupplierId": "f6f00e5d-5227-4266-8817-fc2ae5a4ff71",
"OrderId": "15384cd4-f05f-4a71-86de-4b0302162b8d",
"CampaignProperties": [
{
"Id": "c685a891-f04e-42b4-bcbf-95976c3c3ea4",
"CampaignId": "efa65ccc-a0c2-4501-ab13-97cd45e77f51",
"Name": "sample string 3",
"Value": "sample string 4"
},
{
"Id": "c685a891-f04e-42b4-bcbf-95976c3c3ea4",
"CampaignId": "efa65ccc-a0c2-4501-ab13-97cd45e77f51",
"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-07-04T13:56:32.705213+00:00",
"ExpiryDate": "2026-07-04T13:56:32.705213+00:00",
"Cancelled": true,
"IsPercentageDiscount": true,
"Entitlement": 7.0,
"MinSpend": 1.0,
"MaxSpend": 1.0,
"MaxDiscount": 1.0,
"ForAllUsers": true,
"Deleted": true,
"VoucherUsers": [
{
"UserId": "fe177ff0-ee23-4d4f-a2f0-895f34b1ecd0",
"SingleUse": true,
"ApplyAutomatically": true
},
{
"UserId": "fe177ff0-ee23-4d4f-a2f0-895f34b1ecd0",
"SingleUse": true,
"ApplyAutomatically": true
}
],
"MinimumQuantity": 1,
"VoucherProductType": "sample string 10",
"NewCustomerOnly": true,
"VoucherProperties": [
{
"Id": "fa035705-8cf4-4abe-93aa-d429be657174",
"CreationDateUtc": "2026-07-04T13:56:32.705213+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
},
{
"Id": "fa035705-8cf4-4abe-93aa-d429be657174",
"CreationDateUtc": "2026-07-04T13:56:32.705213+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
}
]
},
"OrderStatusChanges": [
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-07-04T13:56:32.705213+00:00",
"Description": "sample string 4",
"UserId": "3ec79c2d-d0bf-4550-b674-3f2c689aae23"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-07-04T13:56:32.705213+00:00",
"Description": "sample string 4",
"UserId": "3ec79c2d-d0bf-4550-b674-3f2c689aae23"
}
],
"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": "7dc3a4f7-5de7-475f-9dfe-d53eed9e4620",
"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": "b9e0a4f5-9f34-484c-9df5-65b37a322a02",
"DeliveryDate": "2026-07-04T13:56:32.705213+00:00",
"PaperSize": "sample string 17",
"CentralMailerCampaignId": "4470816a-c3b2-4628-a5ba-6e3cd285a7b8",
"OrderProductionCompletedDate": null,
"Id": "91e86c36-3f51-41ea-a726-4c211f2f51e7",
"CreationDateUtc": "2026-07-04T13:56:32.705213+00:00",
"UserId": "602512ca-3092-4f6e-875a-d13dccd50179",
"TenantId": "97455a27-469c-498d-b43a-a66aa1e072b5",
"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-07-04T13:56:32.705213+00:00",
"UserJourney": "sample string 3",
"ServiceType": 0,
"Quantity": 4,
"ApprovalResponses": [
{
"Id": "0972be18-2156-4a9f-80ed-33ad42a5b2ea",
"CreationDate": "2026-07-04T13:56:32.705213+00:00",
"ApproverUserId": "567e0bb8-19df-4ef2-988b-5607c91ebefe",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "5e545470-8907-4120-96db-deab6a4c112c"
},
{
"Id": "0972be18-2156-4a9f-80ed-33ad42a5b2ea",
"CreationDate": "2026-07-04T13:56:32.705213+00:00",
"ApproverUserId": "567e0bb8-19df-4ef2-988b-5607c91ebefe",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "5e545470-8907-4120-96db-deab6a4c112c"
}
],
"SupplierId": "f6f00e5d-5227-4266-8817-fc2ae5a4ff71",
"OrderId": "15384cd4-f05f-4a71-86de-4b0302162b8d",
"CampaignProperties": [
{
"Id": "c685a891-f04e-42b4-bcbf-95976c3c3ea4",
"CampaignId": "efa65ccc-a0c2-4501-ab13-97cd45e77f51",
"Name": "sample string 3",
"Value": "sample string 4"
},
{
"Id": "c685a891-f04e-42b4-bcbf-95976c3c3ea4",
"CampaignId": "efa65ccc-a0c2-4501-ab13-97cd45e77f51",
"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-07-04T13:56:32.705213+00:00",
"ExpiryDate": "2026-07-04T13:56:32.705213+00:00",
"Cancelled": true,
"IsPercentageDiscount": true,
"Entitlement": 7.0,
"MinSpend": 1.0,
"MaxSpend": 1.0,
"MaxDiscount": 1.0,
"ForAllUsers": true,
"Deleted": true,
"VoucherUsers": [
{
"UserId": "fe177ff0-ee23-4d4f-a2f0-895f34b1ecd0",
"SingleUse": true,
"ApplyAutomatically": true
},
{
"UserId": "fe177ff0-ee23-4d4f-a2f0-895f34b1ecd0",
"SingleUse": true,
"ApplyAutomatically": true
}
],
"MinimumQuantity": 1,
"VoucherProductType": "sample string 10",
"NewCustomerOnly": true,
"VoucherProperties": [
{
"Id": "fa035705-8cf4-4abe-93aa-d429be657174",
"CreationDateUtc": "2026-07-04T13:56:32.705213+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
},
{
"Id": "fa035705-8cf4-4abe-93aa-d429be657174",
"CreationDateUtc": "2026-07-04T13:56:32.705213+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
}
]
},
"OrderStatusChanges": [
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-07-04T13:56:32.705213+00:00",
"Description": "sample string 4",
"UserId": "3ec79c2d-d0bf-4550-b674-3f2c689aae23"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-07-04T13:56:32.705213+00:00",
"Description": "sample string 4",
"UserId": "3ec79c2d-d0bf-4550-b674-3f2c689aae23"
}
],
"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": "7dc3a4f7-5de7-475f-9dfe-d53eed9e4620",
"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": "b9e0a4f5-9f34-484c-9df5-65b37a322a02",
"DeliveryDate": "2026-07-04T13:56:32.705213+00:00",
"PaperSize": "sample string 17",
"CentralMailerCampaignId": "4470816a-c3b2-4628-a5ba-6e3cd285a7b8",
"OrderProductionCompletedDate": null,
"Id": "91e86c36-3f51-41ea-a726-4c211f2f51e7",
"CreationDateUtc": "2026-07-04T13:56:32.705213+00:00",
"UserId": "602512ca-3092-4f6e-875a-d13dccd50179",
"TenantId": "97455a27-469c-498d-b43a-a66aa1e072b5",
"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": "962ad9a4-e4da-4b4f-8a2f-57394d1d2a55",
"CreationDateUtc": "2026-07-04T13:56:32.705213+00:00",
"ConsignmentNumber": "sample string 3",
"CampaignId": "358ce599-d30a-461f-94fa-50dc1d57bcda",
"Reference": "sample string 4",
"OrderId": "214c3fe0-e7fc-451d-9ded-b72b47897819"
},
{
"Id": "962ad9a4-e4da-4b4f-8a2f-57394d1d2a55",
"CreationDateUtc": "2026-07-04T13:56:32.705213+00:00",
"ConsignmentNumber": "sample string 3",
"CampaignId": "358ce599-d30a-461f-94fa-50dc1d57bcda",
"Reference": "sample string 4",
"OrderId": "214c3fe0-e7fc-451d-9ded-b72b47897819"
}
],
"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-07-04T13:56:32.705213+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">91e86c36-3f51-41ea-a726-4c211f2f51e7</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">97455a27-469c-498d-b43a-a66aa1e072b5</TenantId>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">602512ca-3092-4f6e-875a-d13dccd50179</UserId>
<VatRateApplied xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">26</VatRateApplied>
<ApprovalGroupId>b9e0a4f5-9f34-484c-9df5-65b37a322a02</ApprovalGroupId>
<ApprovalResponses>
<ApprovalResponseDto>
<ApproverUserId>567e0bb8-19df-4ef2-988b-5607c91ebefe</ApproverUserId>
<CampaignId>5e545470-8907-4120-96db-deab6a4c112c</CampaignId>
<CreationDate>2026-07-04T13:56:32.705213+00:00</CreationDate>
<Id>0972be18-2156-4a9f-80ed-33ad42a5b2ea</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
<ApprovalResponseDto>
<ApproverUserId>567e0bb8-19df-4ef2-988b-5607c91ebefe</ApproverUserId>
<CampaignId>5e545470-8907-4120-96db-deab6a4c112c</CampaignId>
<CreationDate>2026-07-04T13:56:32.705213+00:00</CreationDate>
<Id>0972be18-2156-4a9f-80ed-33ad42a5b2ea</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
</ApprovalResponses>
<CampaignProperties>
<PayCampaignPropertyDto>
<CampaignId>efa65ccc-a0c2-4501-ab13-97cd45e77f51</CampaignId>
<Id>c685a891-f04e-42b4-bcbf-95976c3c3ea4</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
<PayCampaignPropertyDto>
<CampaignId>efa65ccc-a0c2-4501-ab13-97cd45e77f51</CampaignId>
<Id>c685a891-f04e-42b4-bcbf-95976c3c3ea4</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
</CampaignProperties>
<CentralMailerCampaignId>4470816a-c3b2-4628-a5ba-6e3cd285a7b8</CentralMailerCampaignId>
<DeliveryDate>2026-07-04T13:56:32.705213+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-07-04T13:56:32.705213+00:00</ModifiedDateUtc>
<Name>sample string 1</Name>
<OrderId>15384cd4-f05f-4a71-86de-4b0302162b8d</OrderId>
<OrderStatusChanges>
<StatusChangeDto>
<ChangeDateUtc>2026-07-04T13:56:32.705213+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>3ec79c2d-d0bf-4550-b674-3f2c689aae23</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2026-07-04T13:56:32.705213+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>3ec79c2d-d0bf-4550-b674-3f2c689aae23</UserId>
</StatusChangeDto>
</OrderStatusChanges>
<OrganisationId>7dc3a4f7-5de7-475f-9dfe-d53eed9e4620</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>f6f00e5d-5227-4266-8817-fc2ae5a4ff71</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-07-04T13:56:32.705213+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-07-04T13:56:32.705213+00:00</StartDate>
<TenantId>sample string 4</TenantId>
<VoucherCode>sample string 3</VoucherCode>
<VoucherProductType>sample string 10</VoucherProductType>
<VoucherProperties>
<VoucherPropertyDto>
<CreationDateUtc>2026-07-04T13:56:32.705213+00:00</CreationDateUtc>
<Id>fa035705-8cf4-4abe-93aa-d429be657174</Id>
<Name>sample string 4</Name>
<Type>PrintingOptions</Type>
<Value>sample string 5</Value>
<VoucherId>3</VoucherId>
</VoucherPropertyDto>
<VoucherPropertyDto>
<CreationDateUtc>2026-07-04T13:56:32.705213+00:00</CreationDateUtc>
<Id>fa035705-8cf4-4abe-93aa-d429be657174</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>fe177ff0-ee23-4d4f-a2f0-895f34b1ecd0</UserId>
</VoucherUserDto>
<VoucherUserDto>
<ApplyAutomatically>true</ApplyAutomatically>
<SingleUse>true</SingleUse>
<UserId>fe177ff0-ee23-4d4f-a2f0-895f34b1ecd0</UserId>
</VoucherUserDto>
</VoucherUsers>
</Voucher>
</PayCampaignDto>
<PayCampaignDto>
<CreationDateUtc xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">2026-07-04T13:56:32.705213+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">91e86c36-3f51-41ea-a726-4c211f2f51e7</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">97455a27-469c-498d-b43a-a66aa1e072b5</TenantId>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">602512ca-3092-4f6e-875a-d13dccd50179</UserId>
<VatRateApplied xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">26</VatRateApplied>
<ApprovalGroupId>b9e0a4f5-9f34-484c-9df5-65b37a322a02</ApprovalGroupId>
<ApprovalResponses>
<ApprovalResponseDto>
<ApproverUserId>567e0bb8-19df-4ef2-988b-5607c91ebefe</ApproverUserId>
<CampaignId>5e545470-8907-4120-96db-deab6a4c112c</CampaignId>
<CreationDate>2026-07-04T13:56:32.705213+00:00</CreationDate>
<Id>0972be18-2156-4a9f-80ed-33ad42a5b2ea</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
<ApprovalResponseDto>
<ApproverUserId>567e0bb8-19df-4ef2-988b-5607c91ebefe</ApproverUserId>
<CampaignId>5e545470-8907-4120-96db-deab6a4c112c</CampaignId>
<CreationDate>2026-07-04T13:56:32.705213+00:00</CreationDate>
<Id>0972be18-2156-4a9f-80ed-33ad42a5b2ea</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
</ApprovalResponses>
<CampaignProperties>
<PayCampaignPropertyDto>
<CampaignId>efa65ccc-a0c2-4501-ab13-97cd45e77f51</CampaignId>
<Id>c685a891-f04e-42b4-bcbf-95976c3c3ea4</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
<PayCampaignPropertyDto>
<CampaignId>efa65ccc-a0c2-4501-ab13-97cd45e77f51</CampaignId>
<Id>c685a891-f04e-42b4-bcbf-95976c3c3ea4</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
</CampaignProperties>
<CentralMailerCampaignId>4470816a-c3b2-4628-a5ba-6e3cd285a7b8</CentralMailerCampaignId>
<DeliveryDate>2026-07-04T13:56:32.705213+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-07-04T13:56:32.705213+00:00</ModifiedDateUtc>
<Name>sample string 1</Name>
<OrderId>15384cd4-f05f-4a71-86de-4b0302162b8d</OrderId>
<OrderStatusChanges>
<StatusChangeDto>
<ChangeDateUtc>2026-07-04T13:56:32.705213+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>3ec79c2d-d0bf-4550-b674-3f2c689aae23</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2026-07-04T13:56:32.705213+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>3ec79c2d-d0bf-4550-b674-3f2c689aae23</UserId>
</StatusChangeDto>
</OrderStatusChanges>
<OrganisationId>7dc3a4f7-5de7-475f-9dfe-d53eed9e4620</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>f6f00e5d-5227-4266-8817-fc2ae5a4ff71</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-07-04T13:56:32.705213+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-07-04T13:56:32.705213+00:00</StartDate>
<TenantId>sample string 4</TenantId>
<VoucherCode>sample string 3</VoucherCode>
<VoucherProductType>sample string 10</VoucherProductType>
<VoucherProperties>
<VoucherPropertyDto>
<CreationDateUtc>2026-07-04T13:56:32.705213+00:00</CreationDateUtc>
<Id>fa035705-8cf4-4abe-93aa-d429be657174</Id>
<Name>sample string 4</Name>
<Type>PrintingOptions</Type>
<Value>sample string 5</Value>
<VoucherId>3</VoucherId>
</VoucherPropertyDto>
<VoucherPropertyDto>
<CreationDateUtc>2026-07-04T13:56:32.705213+00:00</CreationDateUtc>
<Id>fa035705-8cf4-4abe-93aa-d429be657174</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>fe177ff0-ee23-4d4f-a2f0-895f34b1ecd0</UserId>
</VoucherUserDto>
<VoucherUserDto>
<ApplyAutomatically>true</ApplyAutomatically>
<SingleUse>true</SingleUse>
<UserId>fe177ff0-ee23-4d4f-a2f0-895f34b1ecd0</UserId>
</VoucherUserDto>
</VoucherUsers>
</Voucher>
</PayCampaignDto>
</Campaigns>
<ConsignmentDetails>
<PayOrderConsignmentDetailDto>
<CampaignId>358ce599-d30a-461f-94fa-50dc1d57bcda</CampaignId>
<ConsignmentNumber>sample string 3</ConsignmentNumber>
<CreationDateUtc>2026-07-04T13:56:32.705213+00:00</CreationDateUtc>
<Id>962ad9a4-e4da-4b4f-8a2f-57394d1d2a55</Id>
<OrderId>214c3fe0-e7fc-451d-9ded-b72b47897819</OrderId>
<Reference>sample string 4</Reference>
</PayOrderConsignmentDetailDto>
<PayOrderConsignmentDetailDto>
<CampaignId>358ce599-d30a-461f-94fa-50dc1d57bcda</CampaignId>
<ConsignmentNumber>sample string 3</ConsignmentNumber>
<CreationDateUtc>2026-07-04T13:56:32.705213+00:00</CreationDateUtc>
<Id>962ad9a4-e4da-4b4f-8a2f-57394d1d2a55</Id>
<OrderId>214c3fe0-e7fc-451d-9ded-b72b47897819</OrderId>
<Reference>sample string 4</Reference>
</PayOrderConsignmentDetailDto>
</ConsignmentDetails>
<CreationDateUtc>2026-07-04T13:56:32.705213+00:00</CreationDateUtc>
<CurrencyCode>sample string 14</CurrencyCode>
<DeliveryAddressId>92445978-2daf-4175-888f-8eb0fa862584</DeliveryAddressId>
<ExternalProductionId>sample string 10</ExternalProductionId>
<Id>956a3188-723b-4068-bf8d-07b79b23ae1f</Id>
<IsTemporary>true</IsTemporary>
<ModifiedDateUtc>2026-07-04T13:56:32.705213+00:00</ModifiedDateUtc>
<Name>sample string 3</Name>
<PaymentDateUtc>2026-07-04T13:56:32.705213+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-07-04T13:56:32.705213+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>3ec79c2d-d0bf-4550-b674-3f2c689aae23</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2026-07-04T13:56:32.705213+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>3ec79c2d-d0bf-4550-b674-3f2c689aae23</UserId>
</StatusChangeDto>
</StatusChanges>
<TenantId>e1f01a59-8348-4559-a7f3-f3b6b11067a7</TenantId>
<UserId>a936ae53-4add-4512-a2cf-d329bf28bc17</UserId>
<VatRate>5</VatRate>
</PayOrderDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.