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": "f80460fe-a336-4266-acc2-b93690f58e39",
"PublicId": "sample string 2",
"Name": "sample string 3",
"CreationDateUtc": "2026-08-29T17:34:18.8358216+00:00",
"ModifiedDateUtc": "2026-08-29T17:34:18.8358216+00:00",
"PaymentDateUtc": "2026-08-29T17:34:18.8358216+00:00",
"VatRate": 5.0,
"PricePaid": 6.0,
"UserId": "bba84597-28f5-4c11-8ae2-3522d3d9d04c",
"TenantId": "8bf4c0e9-4456-4447-b058-3355168d690b",
"StatusChanges": [
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-08-29T17:34:18.8358216+00:00",
"Description": "sample string 4",
"UserId": "8479df32-8126-449a-95d3-1c47d39b8f96"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-08-29T17:34:18.8358216+00:00",
"Description": "sample string 4",
"UserId": "8479df32-8126-449a-95d3-1c47d39b8f96"
}
],
"Status": "sample string 2",
"IsTemporary": true,
"DeliveryAddressId": "6fb2d944-33d0-47cd-802a-dfc839fc3cdf",
"ExternalProductionId": "sample string 10",
"Campaigns": [
{
"Name": "sample string 1",
"PublicId": "sample string 2",
"ModifiedDateUtc": "2026-08-29T17:34:18.8358216+00:00",
"UserJourney": "sample string 3",
"ServiceType": 0,
"Quantity": 4,
"ApprovalResponses": [
{
"Id": "e6e714f8-5f0b-49e5-ade4-fe1169b985f0",
"CreationDate": "2026-08-29T17:34:18.8358216+00:00",
"ApproverUserId": "3021958a-d154-4c27-a1b3-836b2c60def6",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "0affb3ce-1d3c-446d-bd25-de221396105d"
},
{
"Id": "e6e714f8-5f0b-49e5-ade4-fe1169b985f0",
"CreationDate": "2026-08-29T17:34:18.8358216+00:00",
"ApproverUserId": "3021958a-d154-4c27-a1b3-836b2c60def6",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "0affb3ce-1d3c-446d-bd25-de221396105d"
}
],
"SupplierId": "1867bc3f-04ae-4de9-a44a-b9031fa6c6c2",
"OrderId": "b2298866-ab47-44ac-a997-61575cf3f6ff",
"CampaignProperties": [
{
"Id": "33c1cfe2-8ddd-451b-8af0-136cc952a084",
"CampaignId": "c326eec1-4407-4a40-b80c-ffc327132fa6",
"Name": "sample string 3",
"Value": "sample string 4"
},
{
"Id": "33c1cfe2-8ddd-451b-8af0-136cc952a084",
"CampaignId": "c326eec1-4407-4a40-b80c-ffc327132fa6",
"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-29T17:34:18.8358216+00:00",
"ExpiryDate": "2026-08-29T17:34:18.8358216+00:00",
"Cancelled": true,
"IsPercentageDiscount": true,
"Entitlement": 7.0,
"MinSpend": 1.0,
"MaxSpend": 1.0,
"MaxDiscount": 1.0,
"ForAllUsers": true,
"Deleted": true,
"VoucherUsers": [
{
"UserId": "6f20ea19-9b0b-433b-a75a-719873b08aea",
"SingleUse": true,
"ApplyAutomatically": true
},
{
"UserId": "6f20ea19-9b0b-433b-a75a-719873b08aea",
"SingleUse": true,
"ApplyAutomatically": true
}
],
"MinimumQuantity": 1,
"VoucherProductType": "sample string 10",
"NewCustomerOnly": true,
"VoucherProperties": [
{
"Id": "5ff87aaa-d084-416c-8222-0a8d9ce97f84",
"CreationDateUtc": "2026-08-29T17:34:18.8358216+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
},
{
"Id": "5ff87aaa-d084-416c-8222-0a8d9ce97f84",
"CreationDateUtc": "2026-08-29T17:34:18.8358216+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
}
]
},
"OrderStatusChanges": [
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-08-29T17:34:18.8358216+00:00",
"Description": "sample string 4",
"UserId": "8479df32-8126-449a-95d3-1c47d39b8f96"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-08-29T17:34:18.8358216+00:00",
"Description": "sample string 4",
"UserId": "8479df32-8126-449a-95d3-1c47d39b8f96"
}
],
"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": "f0e5d755-c62f-45a6-bd6e-df1a92905176",
"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": "af1e5506-1a28-486b-bee6-0ff78d2f915c",
"DeliveryDate": "2026-08-29T17:34:18.8358216+00:00",
"PaperSize": "sample string 17",
"CentralMailerCampaignId": "9cf940b5-2fde-4103-813f-ee416f09eb20",
"OrderProductionCompletedDate": null,
"Id": "b75a91aa-74ed-4ba7-935d-2267f522d0d4",
"CreationDateUtc": "2026-08-29T17:34:18.8358216+00:00",
"UserId": "190172f7-ebd3-4659-8335-e839068f53f3",
"TenantId": "9e939694-0a72-48fc-b423-133a213aba1d",
"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-29T17:34:18.8358216+00:00",
"UserJourney": "sample string 3",
"ServiceType": 0,
"Quantity": 4,
"ApprovalResponses": [
{
"Id": "e6e714f8-5f0b-49e5-ade4-fe1169b985f0",
"CreationDate": "2026-08-29T17:34:18.8358216+00:00",
"ApproverUserId": "3021958a-d154-4c27-a1b3-836b2c60def6",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "0affb3ce-1d3c-446d-bd25-de221396105d"
},
{
"Id": "e6e714f8-5f0b-49e5-ade4-fe1169b985f0",
"CreationDate": "2026-08-29T17:34:18.8358216+00:00",
"ApproverUserId": "3021958a-d154-4c27-a1b3-836b2c60def6",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "0affb3ce-1d3c-446d-bd25-de221396105d"
}
],
"SupplierId": "1867bc3f-04ae-4de9-a44a-b9031fa6c6c2",
"OrderId": "b2298866-ab47-44ac-a997-61575cf3f6ff",
"CampaignProperties": [
{
"Id": "33c1cfe2-8ddd-451b-8af0-136cc952a084",
"CampaignId": "c326eec1-4407-4a40-b80c-ffc327132fa6",
"Name": "sample string 3",
"Value": "sample string 4"
},
{
"Id": "33c1cfe2-8ddd-451b-8af0-136cc952a084",
"CampaignId": "c326eec1-4407-4a40-b80c-ffc327132fa6",
"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-29T17:34:18.8358216+00:00",
"ExpiryDate": "2026-08-29T17:34:18.8358216+00:00",
"Cancelled": true,
"IsPercentageDiscount": true,
"Entitlement": 7.0,
"MinSpend": 1.0,
"MaxSpend": 1.0,
"MaxDiscount": 1.0,
"ForAllUsers": true,
"Deleted": true,
"VoucherUsers": [
{
"UserId": "6f20ea19-9b0b-433b-a75a-719873b08aea",
"SingleUse": true,
"ApplyAutomatically": true
},
{
"UserId": "6f20ea19-9b0b-433b-a75a-719873b08aea",
"SingleUse": true,
"ApplyAutomatically": true
}
],
"MinimumQuantity": 1,
"VoucherProductType": "sample string 10",
"NewCustomerOnly": true,
"VoucherProperties": [
{
"Id": "5ff87aaa-d084-416c-8222-0a8d9ce97f84",
"CreationDateUtc": "2026-08-29T17:34:18.8358216+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
},
{
"Id": "5ff87aaa-d084-416c-8222-0a8d9ce97f84",
"CreationDateUtc": "2026-08-29T17:34:18.8358216+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
}
]
},
"OrderStatusChanges": [
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-08-29T17:34:18.8358216+00:00",
"Description": "sample string 4",
"UserId": "8479df32-8126-449a-95d3-1c47d39b8f96"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-08-29T17:34:18.8358216+00:00",
"Description": "sample string 4",
"UserId": "8479df32-8126-449a-95d3-1c47d39b8f96"
}
],
"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": "f0e5d755-c62f-45a6-bd6e-df1a92905176",
"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": "af1e5506-1a28-486b-bee6-0ff78d2f915c",
"DeliveryDate": "2026-08-29T17:34:18.8358216+00:00",
"PaperSize": "sample string 17",
"CentralMailerCampaignId": "9cf940b5-2fde-4103-813f-ee416f09eb20",
"OrderProductionCompletedDate": null,
"Id": "b75a91aa-74ed-4ba7-935d-2267f522d0d4",
"CreationDateUtc": "2026-08-29T17:34:18.8358216+00:00",
"UserId": "190172f7-ebd3-4659-8335-e839068f53f3",
"TenantId": "9e939694-0a72-48fc-b423-133a213aba1d",
"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": "b8ff5cf1-8ef4-466f-b34a-87cd1a632277",
"CreationDateUtc": "2026-08-29T17:34:18.8358216+00:00",
"ConsignmentNumber": "sample string 3",
"CampaignId": "c564486e-3a04-4124-9b94-51ac5c4f2d89",
"Reference": "sample string 4",
"OrderId": "d82b1e83-03ae-4b84-ac00-88238e00ec8c"
},
{
"Id": "b8ff5cf1-8ef4-466f-b34a-87cd1a632277",
"CreationDateUtc": "2026-08-29T17:34:18.8358216+00:00",
"ConsignmentNumber": "sample string 3",
"CampaignId": "c564486e-3a04-4124-9b94-51ac5c4f2d89",
"Reference": "sample string 4",
"OrderId": "d82b1e83-03ae-4b84-ac00-88238e00ec8c"
}
],
"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-29T17:34:18.8358216+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">b75a91aa-74ed-4ba7-935d-2267f522d0d4</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">9e939694-0a72-48fc-b423-133a213aba1d</TenantId>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">190172f7-ebd3-4659-8335-e839068f53f3</UserId>
<VatRateApplied xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">26</VatRateApplied>
<ApprovalGroupId>af1e5506-1a28-486b-bee6-0ff78d2f915c</ApprovalGroupId>
<ApprovalResponses>
<ApprovalResponseDto>
<ApproverUserId>3021958a-d154-4c27-a1b3-836b2c60def6</ApproverUserId>
<CampaignId>0affb3ce-1d3c-446d-bd25-de221396105d</CampaignId>
<CreationDate>2026-08-29T17:34:18.8358216+00:00</CreationDate>
<Id>e6e714f8-5f0b-49e5-ade4-fe1169b985f0</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
<ApprovalResponseDto>
<ApproverUserId>3021958a-d154-4c27-a1b3-836b2c60def6</ApproverUserId>
<CampaignId>0affb3ce-1d3c-446d-bd25-de221396105d</CampaignId>
<CreationDate>2026-08-29T17:34:18.8358216+00:00</CreationDate>
<Id>e6e714f8-5f0b-49e5-ade4-fe1169b985f0</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
</ApprovalResponses>
<CampaignProperties>
<PayCampaignPropertyDto>
<CampaignId>c326eec1-4407-4a40-b80c-ffc327132fa6</CampaignId>
<Id>33c1cfe2-8ddd-451b-8af0-136cc952a084</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
<PayCampaignPropertyDto>
<CampaignId>c326eec1-4407-4a40-b80c-ffc327132fa6</CampaignId>
<Id>33c1cfe2-8ddd-451b-8af0-136cc952a084</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
</CampaignProperties>
<CentralMailerCampaignId>9cf940b5-2fde-4103-813f-ee416f09eb20</CentralMailerCampaignId>
<DeliveryDate>2026-08-29T17:34:18.8358216+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-29T17:34:18.8358216+00:00</ModifiedDateUtc>
<Name>sample string 1</Name>
<OrderId>b2298866-ab47-44ac-a997-61575cf3f6ff</OrderId>
<OrderStatusChanges>
<StatusChangeDto>
<ChangeDateUtc>2026-08-29T17:34:18.8358216+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>8479df32-8126-449a-95d3-1c47d39b8f96</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2026-08-29T17:34:18.8358216+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>8479df32-8126-449a-95d3-1c47d39b8f96</UserId>
</StatusChangeDto>
</OrderStatusChanges>
<OrganisationId>f0e5d755-c62f-45a6-bd6e-df1a92905176</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>1867bc3f-04ae-4de9-a44a-b9031fa6c6c2</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-29T17:34:18.8358216+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-29T17:34:18.8358216+00:00</StartDate>
<TenantId>sample string 4</TenantId>
<VoucherCode>sample string 3</VoucherCode>
<VoucherProductType>sample string 10</VoucherProductType>
<VoucherProperties>
<VoucherPropertyDto>
<CreationDateUtc>2026-08-29T17:34:18.8358216+00:00</CreationDateUtc>
<Id>5ff87aaa-d084-416c-8222-0a8d9ce97f84</Id>
<Name>sample string 4</Name>
<Type>PrintingOptions</Type>
<Value>sample string 5</Value>
<VoucherId>3</VoucherId>
</VoucherPropertyDto>
<VoucherPropertyDto>
<CreationDateUtc>2026-08-29T17:34:18.8358216+00:00</CreationDateUtc>
<Id>5ff87aaa-d084-416c-8222-0a8d9ce97f84</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>6f20ea19-9b0b-433b-a75a-719873b08aea</UserId>
</VoucherUserDto>
<VoucherUserDto>
<ApplyAutomatically>true</ApplyAutomatically>
<SingleUse>true</SingleUse>
<UserId>6f20ea19-9b0b-433b-a75a-719873b08aea</UserId>
</VoucherUserDto>
</VoucherUsers>
</Voucher>
</PayCampaignDto>
<PayCampaignDto>
<CreationDateUtc xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">2026-08-29T17:34:18.8358216+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">b75a91aa-74ed-4ba7-935d-2267f522d0d4</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">9e939694-0a72-48fc-b423-133a213aba1d</TenantId>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">190172f7-ebd3-4659-8335-e839068f53f3</UserId>
<VatRateApplied xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">26</VatRateApplied>
<ApprovalGroupId>af1e5506-1a28-486b-bee6-0ff78d2f915c</ApprovalGroupId>
<ApprovalResponses>
<ApprovalResponseDto>
<ApproverUserId>3021958a-d154-4c27-a1b3-836b2c60def6</ApproverUserId>
<CampaignId>0affb3ce-1d3c-446d-bd25-de221396105d</CampaignId>
<CreationDate>2026-08-29T17:34:18.8358216+00:00</CreationDate>
<Id>e6e714f8-5f0b-49e5-ade4-fe1169b985f0</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
<ApprovalResponseDto>
<ApproverUserId>3021958a-d154-4c27-a1b3-836b2c60def6</ApproverUserId>
<CampaignId>0affb3ce-1d3c-446d-bd25-de221396105d</CampaignId>
<CreationDate>2026-08-29T17:34:18.8358216+00:00</CreationDate>
<Id>e6e714f8-5f0b-49e5-ade4-fe1169b985f0</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
</ApprovalResponses>
<CampaignProperties>
<PayCampaignPropertyDto>
<CampaignId>c326eec1-4407-4a40-b80c-ffc327132fa6</CampaignId>
<Id>33c1cfe2-8ddd-451b-8af0-136cc952a084</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
<PayCampaignPropertyDto>
<CampaignId>c326eec1-4407-4a40-b80c-ffc327132fa6</CampaignId>
<Id>33c1cfe2-8ddd-451b-8af0-136cc952a084</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
</CampaignProperties>
<CentralMailerCampaignId>9cf940b5-2fde-4103-813f-ee416f09eb20</CentralMailerCampaignId>
<DeliveryDate>2026-08-29T17:34:18.8358216+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-29T17:34:18.8358216+00:00</ModifiedDateUtc>
<Name>sample string 1</Name>
<OrderId>b2298866-ab47-44ac-a997-61575cf3f6ff</OrderId>
<OrderStatusChanges>
<StatusChangeDto>
<ChangeDateUtc>2026-08-29T17:34:18.8358216+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>8479df32-8126-449a-95d3-1c47d39b8f96</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2026-08-29T17:34:18.8358216+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>8479df32-8126-449a-95d3-1c47d39b8f96</UserId>
</StatusChangeDto>
</OrderStatusChanges>
<OrganisationId>f0e5d755-c62f-45a6-bd6e-df1a92905176</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>1867bc3f-04ae-4de9-a44a-b9031fa6c6c2</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-29T17:34:18.8358216+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-29T17:34:18.8358216+00:00</StartDate>
<TenantId>sample string 4</TenantId>
<VoucherCode>sample string 3</VoucherCode>
<VoucherProductType>sample string 10</VoucherProductType>
<VoucherProperties>
<VoucherPropertyDto>
<CreationDateUtc>2026-08-29T17:34:18.8358216+00:00</CreationDateUtc>
<Id>5ff87aaa-d084-416c-8222-0a8d9ce97f84</Id>
<Name>sample string 4</Name>
<Type>PrintingOptions</Type>
<Value>sample string 5</Value>
<VoucherId>3</VoucherId>
</VoucherPropertyDto>
<VoucherPropertyDto>
<CreationDateUtc>2026-08-29T17:34:18.8358216+00:00</CreationDateUtc>
<Id>5ff87aaa-d084-416c-8222-0a8d9ce97f84</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>6f20ea19-9b0b-433b-a75a-719873b08aea</UserId>
</VoucherUserDto>
<VoucherUserDto>
<ApplyAutomatically>true</ApplyAutomatically>
<SingleUse>true</SingleUse>
<UserId>6f20ea19-9b0b-433b-a75a-719873b08aea</UserId>
</VoucherUserDto>
</VoucherUsers>
</Voucher>
</PayCampaignDto>
</Campaigns>
<ConsignmentDetails>
<PayOrderConsignmentDetailDto>
<CampaignId>c564486e-3a04-4124-9b94-51ac5c4f2d89</CampaignId>
<ConsignmentNumber>sample string 3</ConsignmentNumber>
<CreationDateUtc>2026-08-29T17:34:18.8358216+00:00</CreationDateUtc>
<Id>b8ff5cf1-8ef4-466f-b34a-87cd1a632277</Id>
<OrderId>d82b1e83-03ae-4b84-ac00-88238e00ec8c</OrderId>
<Reference>sample string 4</Reference>
</PayOrderConsignmentDetailDto>
<PayOrderConsignmentDetailDto>
<CampaignId>c564486e-3a04-4124-9b94-51ac5c4f2d89</CampaignId>
<ConsignmentNumber>sample string 3</ConsignmentNumber>
<CreationDateUtc>2026-08-29T17:34:18.8358216+00:00</CreationDateUtc>
<Id>b8ff5cf1-8ef4-466f-b34a-87cd1a632277</Id>
<OrderId>d82b1e83-03ae-4b84-ac00-88238e00ec8c</OrderId>
<Reference>sample string 4</Reference>
</PayOrderConsignmentDetailDto>
</ConsignmentDetails>
<CreationDateUtc>2026-08-29T17:34:18.8358216+00:00</CreationDateUtc>
<CurrencyCode>sample string 14</CurrencyCode>
<DeliveryAddressId>6fb2d944-33d0-47cd-802a-dfc839fc3cdf</DeliveryAddressId>
<ExternalProductionId>sample string 10</ExternalProductionId>
<Id>f80460fe-a336-4266-acc2-b93690f58e39</Id>
<IsTemporary>true</IsTemporary>
<ModifiedDateUtc>2026-08-29T17:34:18.8358216+00:00</ModifiedDateUtc>
<Name>sample string 3</Name>
<PaymentDateUtc>2026-08-29T17:34:18.8358216+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-29T17:34:18.8358216+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>8479df32-8126-449a-95d3-1c47d39b8f96</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2026-08-29T17:34:18.8358216+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>8479df32-8126-449a-95d3-1c47d39b8f96</UserId>
</StatusChangeDto>
</StatusChanges>
<TenantId>8bf4c0e9-4456-4447-b058-3355168d690b</TenantId>
<UserId>bba84597-28f5-4c11-8ae2-3522d3d9d04c</UserId>
<VatRate>5</VatRate>
</PayOrderDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.