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": "5750fda5-1193-4cf9-95d8-1614bc3f5de5",
"PublicId": "sample string 2",
"Name": "sample string 3",
"CreationDateUtc": "2026-07-04T14:03:52.5009498+00:00",
"ModifiedDateUtc": "2026-07-04T14:03:52.5009498+00:00",
"PaymentDateUtc": "2026-07-04T14:03:52.5009498+00:00",
"VatRate": 5.0,
"PricePaid": 6.0,
"UserId": "b6fe6f72-ee9e-4767-97b5-99e0a80cda3b",
"TenantId": "4f43e906-c947-425c-b111-0dd9a3a9b48b",
"StatusChanges": [
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-07-04T14:03:52.5009498+00:00",
"Description": "sample string 4",
"UserId": "f4189c94-8f9f-450b-b9c2-1ced8eb57d33"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-07-04T14:03:52.5009498+00:00",
"Description": "sample string 4",
"UserId": "f4189c94-8f9f-450b-b9c2-1ced8eb57d33"
}
],
"Status": "sample string 2",
"IsTemporary": true,
"DeliveryAddressId": "e92fb38b-707c-4516-895e-21541351a747",
"ExternalProductionId": "sample string 10",
"Campaigns": [
{
"Name": "sample string 1",
"PublicId": "sample string 2",
"ModifiedDateUtc": "2026-07-04T14:03:52.5009498+00:00",
"UserJourney": "sample string 3",
"ServiceType": 0,
"Quantity": 4,
"ApprovalResponses": [
{
"Id": "5f26a9b0-92f2-4196-af41-5f08772b0eb3",
"CreationDate": "2026-07-04T14:03:52.5009498+00:00",
"ApproverUserId": "d8848462-ea16-4851-91d8-648b8081741b",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "4e5d5566-6d18-4bf7-9bfa-0be89e36ffa4"
},
{
"Id": "5f26a9b0-92f2-4196-af41-5f08772b0eb3",
"CreationDate": "2026-07-04T14:03:52.5009498+00:00",
"ApproverUserId": "d8848462-ea16-4851-91d8-648b8081741b",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "4e5d5566-6d18-4bf7-9bfa-0be89e36ffa4"
}
],
"SupplierId": "85887389-eba1-4490-8c28-18a1e7856f11",
"OrderId": "725c6fa9-fcad-4a05-9d0d-6cf9ccb07e0a",
"CampaignProperties": [
{
"Id": "f5f6ae26-9b74-414f-9999-38c677384628",
"CampaignId": "a9f7a01c-013b-4601-a9a8-13d5ef18ea65",
"Name": "sample string 3",
"Value": "sample string 4"
},
{
"Id": "f5f6ae26-9b74-414f-9999-38c677384628",
"CampaignId": "a9f7a01c-013b-4601-a9a8-13d5ef18ea65",
"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-04T14:03:52.5009498+00:00",
"ExpiryDate": "2026-07-04T14:03:52.5009498+00:00",
"Cancelled": true,
"IsPercentageDiscount": true,
"Entitlement": 7.0,
"MinSpend": 1.0,
"MaxSpend": 1.0,
"MaxDiscount": 1.0,
"ForAllUsers": true,
"Deleted": true,
"VoucherUsers": [
{
"UserId": "cfd6838b-642d-448d-ab89-17f26422948b",
"SingleUse": true,
"ApplyAutomatically": true
},
{
"UserId": "cfd6838b-642d-448d-ab89-17f26422948b",
"SingleUse": true,
"ApplyAutomatically": true
}
],
"MinimumQuantity": 1,
"VoucherProductType": "sample string 10",
"NewCustomerOnly": true,
"VoucherProperties": [
{
"Id": "dcb72e9c-19bd-45c4-8dc2-19a4653557ff",
"CreationDateUtc": "2026-07-04T14:03:52.5009498+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
},
{
"Id": "dcb72e9c-19bd-45c4-8dc2-19a4653557ff",
"CreationDateUtc": "2026-07-04T14:03:52.5009498+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
}
]
},
"OrderStatusChanges": [
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-07-04T14:03:52.5009498+00:00",
"Description": "sample string 4",
"UserId": "f4189c94-8f9f-450b-b9c2-1ced8eb57d33"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-07-04T14:03:52.5009498+00:00",
"Description": "sample string 4",
"UserId": "f4189c94-8f9f-450b-b9c2-1ced8eb57d33"
}
],
"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": "50cbdd82-f55d-444b-9055-086f900628f1",
"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": "543feb0f-c259-4443-aee9-04858e95cffb",
"DeliveryDate": "2026-07-04T14:03:52.5009498+00:00",
"PaperSize": "sample string 17",
"CentralMailerCampaignId": "4fff9203-2610-4184-81fc-27206fc7bf68",
"OrderProductionCompletedDate": null,
"Id": "041f254a-0515-4fdb-bf1d-cccdd01a838d",
"CreationDateUtc": "2026-07-04T14:03:52.5009498+00:00",
"UserId": "fd5107f8-ab54-41c7-8530-bf1cef7f0f46",
"TenantId": "5eb85a3a-0aa0-4e4e-9742-91660d5f3edc",
"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-04T14:03:52.5009498+00:00",
"UserJourney": "sample string 3",
"ServiceType": 0,
"Quantity": 4,
"ApprovalResponses": [
{
"Id": "5f26a9b0-92f2-4196-af41-5f08772b0eb3",
"CreationDate": "2026-07-04T14:03:52.5009498+00:00",
"ApproverUserId": "d8848462-ea16-4851-91d8-648b8081741b",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "4e5d5566-6d18-4bf7-9bfa-0be89e36ffa4"
},
{
"Id": "5f26a9b0-92f2-4196-af41-5f08772b0eb3",
"CreationDate": "2026-07-04T14:03:52.5009498+00:00",
"ApproverUserId": "d8848462-ea16-4851-91d8-648b8081741b",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "4e5d5566-6d18-4bf7-9bfa-0be89e36ffa4"
}
],
"SupplierId": "85887389-eba1-4490-8c28-18a1e7856f11",
"OrderId": "725c6fa9-fcad-4a05-9d0d-6cf9ccb07e0a",
"CampaignProperties": [
{
"Id": "f5f6ae26-9b74-414f-9999-38c677384628",
"CampaignId": "a9f7a01c-013b-4601-a9a8-13d5ef18ea65",
"Name": "sample string 3",
"Value": "sample string 4"
},
{
"Id": "f5f6ae26-9b74-414f-9999-38c677384628",
"CampaignId": "a9f7a01c-013b-4601-a9a8-13d5ef18ea65",
"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-04T14:03:52.5009498+00:00",
"ExpiryDate": "2026-07-04T14:03:52.5009498+00:00",
"Cancelled": true,
"IsPercentageDiscount": true,
"Entitlement": 7.0,
"MinSpend": 1.0,
"MaxSpend": 1.0,
"MaxDiscount": 1.0,
"ForAllUsers": true,
"Deleted": true,
"VoucherUsers": [
{
"UserId": "cfd6838b-642d-448d-ab89-17f26422948b",
"SingleUse": true,
"ApplyAutomatically": true
},
{
"UserId": "cfd6838b-642d-448d-ab89-17f26422948b",
"SingleUse": true,
"ApplyAutomatically": true
}
],
"MinimumQuantity": 1,
"VoucherProductType": "sample string 10",
"NewCustomerOnly": true,
"VoucherProperties": [
{
"Id": "dcb72e9c-19bd-45c4-8dc2-19a4653557ff",
"CreationDateUtc": "2026-07-04T14:03:52.5009498+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
},
{
"Id": "dcb72e9c-19bd-45c4-8dc2-19a4653557ff",
"CreationDateUtc": "2026-07-04T14:03:52.5009498+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
}
]
},
"OrderStatusChanges": [
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-07-04T14:03:52.5009498+00:00",
"Description": "sample string 4",
"UserId": "f4189c94-8f9f-450b-b9c2-1ced8eb57d33"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-07-04T14:03:52.5009498+00:00",
"Description": "sample string 4",
"UserId": "f4189c94-8f9f-450b-b9c2-1ced8eb57d33"
}
],
"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": "50cbdd82-f55d-444b-9055-086f900628f1",
"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": "543feb0f-c259-4443-aee9-04858e95cffb",
"DeliveryDate": "2026-07-04T14:03:52.5009498+00:00",
"PaperSize": "sample string 17",
"CentralMailerCampaignId": "4fff9203-2610-4184-81fc-27206fc7bf68",
"OrderProductionCompletedDate": null,
"Id": "041f254a-0515-4fdb-bf1d-cccdd01a838d",
"CreationDateUtc": "2026-07-04T14:03:52.5009498+00:00",
"UserId": "fd5107f8-ab54-41c7-8530-bf1cef7f0f46",
"TenantId": "5eb85a3a-0aa0-4e4e-9742-91660d5f3edc",
"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": "d50b9e65-16d0-4137-b4ba-8c177f827c34",
"CreationDateUtc": "2026-07-04T14:03:52.5009498+00:00",
"ConsignmentNumber": "sample string 3",
"CampaignId": "c9ed3a43-490c-4512-93b2-16a3b941f7ad",
"Reference": "sample string 4",
"OrderId": "1bc7e699-17b9-40e4-9b9e-1895e941ac71"
},
{
"Id": "d50b9e65-16d0-4137-b4ba-8c177f827c34",
"CreationDateUtc": "2026-07-04T14:03:52.5009498+00:00",
"ConsignmentNumber": "sample string 3",
"CampaignId": "c9ed3a43-490c-4512-93b2-16a3b941f7ad",
"Reference": "sample string 4",
"OrderId": "1bc7e699-17b9-40e4-9b9e-1895e941ac71"
}
],
"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-04T14:03:52.5009498+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">041f254a-0515-4fdb-bf1d-cccdd01a838d</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">5eb85a3a-0aa0-4e4e-9742-91660d5f3edc</TenantId>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">fd5107f8-ab54-41c7-8530-bf1cef7f0f46</UserId>
<VatRateApplied xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">26</VatRateApplied>
<ApprovalGroupId>543feb0f-c259-4443-aee9-04858e95cffb</ApprovalGroupId>
<ApprovalResponses>
<ApprovalResponseDto>
<ApproverUserId>d8848462-ea16-4851-91d8-648b8081741b</ApproverUserId>
<CampaignId>4e5d5566-6d18-4bf7-9bfa-0be89e36ffa4</CampaignId>
<CreationDate>2026-07-04T14:03:52.5009498+00:00</CreationDate>
<Id>5f26a9b0-92f2-4196-af41-5f08772b0eb3</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
<ApprovalResponseDto>
<ApproverUserId>d8848462-ea16-4851-91d8-648b8081741b</ApproverUserId>
<CampaignId>4e5d5566-6d18-4bf7-9bfa-0be89e36ffa4</CampaignId>
<CreationDate>2026-07-04T14:03:52.5009498+00:00</CreationDate>
<Id>5f26a9b0-92f2-4196-af41-5f08772b0eb3</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
</ApprovalResponses>
<CampaignProperties>
<PayCampaignPropertyDto>
<CampaignId>a9f7a01c-013b-4601-a9a8-13d5ef18ea65</CampaignId>
<Id>f5f6ae26-9b74-414f-9999-38c677384628</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
<PayCampaignPropertyDto>
<CampaignId>a9f7a01c-013b-4601-a9a8-13d5ef18ea65</CampaignId>
<Id>f5f6ae26-9b74-414f-9999-38c677384628</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
</CampaignProperties>
<CentralMailerCampaignId>4fff9203-2610-4184-81fc-27206fc7bf68</CentralMailerCampaignId>
<DeliveryDate>2026-07-04T14:03:52.5009498+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-04T14:03:52.5009498+00:00</ModifiedDateUtc>
<Name>sample string 1</Name>
<OrderId>725c6fa9-fcad-4a05-9d0d-6cf9ccb07e0a</OrderId>
<OrderStatusChanges>
<StatusChangeDto>
<ChangeDateUtc>2026-07-04T14:03:52.5009498+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>f4189c94-8f9f-450b-b9c2-1ced8eb57d33</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2026-07-04T14:03:52.5009498+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>f4189c94-8f9f-450b-b9c2-1ced8eb57d33</UserId>
</StatusChangeDto>
</OrderStatusChanges>
<OrganisationId>50cbdd82-f55d-444b-9055-086f900628f1</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>85887389-eba1-4490-8c28-18a1e7856f11</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-04T14:03:52.5009498+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-04T14:03:52.5009498+00:00</StartDate>
<TenantId>sample string 4</TenantId>
<VoucherCode>sample string 3</VoucherCode>
<VoucherProductType>sample string 10</VoucherProductType>
<VoucherProperties>
<VoucherPropertyDto>
<CreationDateUtc>2026-07-04T14:03:52.5009498+00:00</CreationDateUtc>
<Id>dcb72e9c-19bd-45c4-8dc2-19a4653557ff</Id>
<Name>sample string 4</Name>
<Type>PrintingOptions</Type>
<Value>sample string 5</Value>
<VoucherId>3</VoucherId>
</VoucherPropertyDto>
<VoucherPropertyDto>
<CreationDateUtc>2026-07-04T14:03:52.5009498+00:00</CreationDateUtc>
<Id>dcb72e9c-19bd-45c4-8dc2-19a4653557ff</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>cfd6838b-642d-448d-ab89-17f26422948b</UserId>
</VoucherUserDto>
<VoucherUserDto>
<ApplyAutomatically>true</ApplyAutomatically>
<SingleUse>true</SingleUse>
<UserId>cfd6838b-642d-448d-ab89-17f26422948b</UserId>
</VoucherUserDto>
</VoucherUsers>
</Voucher>
</PayCampaignDto>
<PayCampaignDto>
<CreationDateUtc xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">2026-07-04T14:03:52.5009498+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">041f254a-0515-4fdb-bf1d-cccdd01a838d</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">5eb85a3a-0aa0-4e4e-9742-91660d5f3edc</TenantId>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">fd5107f8-ab54-41c7-8530-bf1cef7f0f46</UserId>
<VatRateApplied xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">26</VatRateApplied>
<ApprovalGroupId>543feb0f-c259-4443-aee9-04858e95cffb</ApprovalGroupId>
<ApprovalResponses>
<ApprovalResponseDto>
<ApproverUserId>d8848462-ea16-4851-91d8-648b8081741b</ApproverUserId>
<CampaignId>4e5d5566-6d18-4bf7-9bfa-0be89e36ffa4</CampaignId>
<CreationDate>2026-07-04T14:03:52.5009498+00:00</CreationDate>
<Id>5f26a9b0-92f2-4196-af41-5f08772b0eb3</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
<ApprovalResponseDto>
<ApproverUserId>d8848462-ea16-4851-91d8-648b8081741b</ApproverUserId>
<CampaignId>4e5d5566-6d18-4bf7-9bfa-0be89e36ffa4</CampaignId>
<CreationDate>2026-07-04T14:03:52.5009498+00:00</CreationDate>
<Id>5f26a9b0-92f2-4196-af41-5f08772b0eb3</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
</ApprovalResponses>
<CampaignProperties>
<PayCampaignPropertyDto>
<CampaignId>a9f7a01c-013b-4601-a9a8-13d5ef18ea65</CampaignId>
<Id>f5f6ae26-9b74-414f-9999-38c677384628</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
<PayCampaignPropertyDto>
<CampaignId>a9f7a01c-013b-4601-a9a8-13d5ef18ea65</CampaignId>
<Id>f5f6ae26-9b74-414f-9999-38c677384628</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
</CampaignProperties>
<CentralMailerCampaignId>4fff9203-2610-4184-81fc-27206fc7bf68</CentralMailerCampaignId>
<DeliveryDate>2026-07-04T14:03:52.5009498+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-04T14:03:52.5009498+00:00</ModifiedDateUtc>
<Name>sample string 1</Name>
<OrderId>725c6fa9-fcad-4a05-9d0d-6cf9ccb07e0a</OrderId>
<OrderStatusChanges>
<StatusChangeDto>
<ChangeDateUtc>2026-07-04T14:03:52.5009498+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>f4189c94-8f9f-450b-b9c2-1ced8eb57d33</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2026-07-04T14:03:52.5009498+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>f4189c94-8f9f-450b-b9c2-1ced8eb57d33</UserId>
</StatusChangeDto>
</OrderStatusChanges>
<OrganisationId>50cbdd82-f55d-444b-9055-086f900628f1</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>85887389-eba1-4490-8c28-18a1e7856f11</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-04T14:03:52.5009498+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-04T14:03:52.5009498+00:00</StartDate>
<TenantId>sample string 4</TenantId>
<VoucherCode>sample string 3</VoucherCode>
<VoucherProductType>sample string 10</VoucherProductType>
<VoucherProperties>
<VoucherPropertyDto>
<CreationDateUtc>2026-07-04T14:03:52.5009498+00:00</CreationDateUtc>
<Id>dcb72e9c-19bd-45c4-8dc2-19a4653557ff</Id>
<Name>sample string 4</Name>
<Type>PrintingOptions</Type>
<Value>sample string 5</Value>
<VoucherId>3</VoucherId>
</VoucherPropertyDto>
<VoucherPropertyDto>
<CreationDateUtc>2026-07-04T14:03:52.5009498+00:00</CreationDateUtc>
<Id>dcb72e9c-19bd-45c4-8dc2-19a4653557ff</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>cfd6838b-642d-448d-ab89-17f26422948b</UserId>
</VoucherUserDto>
<VoucherUserDto>
<ApplyAutomatically>true</ApplyAutomatically>
<SingleUse>true</SingleUse>
<UserId>cfd6838b-642d-448d-ab89-17f26422948b</UserId>
</VoucherUserDto>
</VoucherUsers>
</Voucher>
</PayCampaignDto>
</Campaigns>
<ConsignmentDetails>
<PayOrderConsignmentDetailDto>
<CampaignId>c9ed3a43-490c-4512-93b2-16a3b941f7ad</CampaignId>
<ConsignmentNumber>sample string 3</ConsignmentNumber>
<CreationDateUtc>2026-07-04T14:03:52.5009498+00:00</CreationDateUtc>
<Id>d50b9e65-16d0-4137-b4ba-8c177f827c34</Id>
<OrderId>1bc7e699-17b9-40e4-9b9e-1895e941ac71</OrderId>
<Reference>sample string 4</Reference>
</PayOrderConsignmentDetailDto>
<PayOrderConsignmentDetailDto>
<CampaignId>c9ed3a43-490c-4512-93b2-16a3b941f7ad</CampaignId>
<ConsignmentNumber>sample string 3</ConsignmentNumber>
<CreationDateUtc>2026-07-04T14:03:52.5009498+00:00</CreationDateUtc>
<Id>d50b9e65-16d0-4137-b4ba-8c177f827c34</Id>
<OrderId>1bc7e699-17b9-40e4-9b9e-1895e941ac71</OrderId>
<Reference>sample string 4</Reference>
</PayOrderConsignmentDetailDto>
</ConsignmentDetails>
<CreationDateUtc>2026-07-04T14:03:52.5009498+00:00</CreationDateUtc>
<CurrencyCode>sample string 14</CurrencyCode>
<DeliveryAddressId>e92fb38b-707c-4516-895e-21541351a747</DeliveryAddressId>
<ExternalProductionId>sample string 10</ExternalProductionId>
<Id>5750fda5-1193-4cf9-95d8-1614bc3f5de5</Id>
<IsTemporary>true</IsTemporary>
<ModifiedDateUtc>2026-07-04T14:03:52.5009498+00:00</ModifiedDateUtc>
<Name>sample string 3</Name>
<PaymentDateUtc>2026-07-04T14:03:52.5009498+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-04T14:03:52.5009498+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>f4189c94-8f9f-450b-b9c2-1ced8eb57d33</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2026-07-04T14:03:52.5009498+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>f4189c94-8f9f-450b-b9c2-1ced8eb57d33</UserId>
</StatusChangeDto>
</StatusChanges>
<TenantId>4f43e906-c947-425c-b111-0dd9a3a9b48b</TenantId>
<UserId>b6fe6f72-ee9e-4767-97b5-99e0a80cda3b</UserId>
<VatRate>5</VatRate>
</PayOrderDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.