POST api/Orders
Creates an order.
Request Information
URI Parameters
None.
Body Parameters
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": "dc8d5245-6356-4369-a33c-09a11a876ab6",
"PublicId": "sample string 2",
"Name": "sample string 3",
"CreationDateUtc": "2026-08-29T17:34:41.1521015+00:00",
"ModifiedDateUtc": "2026-08-29T17:34:41.1521015+00:00",
"PaymentDateUtc": "2026-08-29T17:34:41.1521015+00:00",
"VatRate": 5.0,
"PricePaid": 6.0,
"UserId": "9ccf5fc6-e97b-47e0-a307-b7ef0dd67db6",
"TenantId": "2866844e-5584-4dc4-8c85-361e33dbcd40",
"StatusChanges": [
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-08-29T17:34:41.1521015+00:00",
"Description": "sample string 4",
"UserId": "c853fe09-e134-45d0-9863-ff04cabc001f"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-08-29T17:34:41.1521015+00:00",
"Description": "sample string 4",
"UserId": "c853fe09-e134-45d0-9863-ff04cabc001f"
}
],
"Status": "sample string 2",
"IsTemporary": true,
"DeliveryAddressId": "49fbf543-710b-4f4a-86d2-000b723b17ea",
"ExternalProductionId": "sample string 10",
"Campaigns": [
{
"Name": "sample string 1",
"PublicId": "sample string 2",
"ModifiedDateUtc": "2026-08-29T17:34:41.1521015+00:00",
"UserJourney": "sample string 3",
"ServiceType": 0,
"Quantity": 4,
"ApprovalResponses": [
{
"Id": "86481cd1-a011-4222-b18b-8b43323e1e45",
"CreationDate": "2026-08-29T17:34:41.1521015+00:00",
"ApproverUserId": "16e05e72-f5fa-48ba-8800-b91425938472",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "62ed339b-e2be-4a13-b78a-ad8478df43c0"
},
{
"Id": "86481cd1-a011-4222-b18b-8b43323e1e45",
"CreationDate": "2026-08-29T17:34:41.1521015+00:00",
"ApproverUserId": "16e05e72-f5fa-48ba-8800-b91425938472",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "62ed339b-e2be-4a13-b78a-ad8478df43c0"
}
],
"SupplierId": "52e3e6ce-c650-423a-ae86-e2f03c05bbd3",
"OrderId": "7f8783d5-9e56-47bb-8739-0c5632c2f7e9",
"CampaignProperties": [
{
"Id": "ca11bbdf-3455-4185-ab54-8e630b959e4a",
"CampaignId": "7756fa64-b7fd-4299-a755-74256d3dbf25",
"Name": "sample string 3",
"Value": "sample string 4"
},
{
"Id": "ca11bbdf-3455-4185-ab54-8e630b959e4a",
"CampaignId": "7756fa64-b7fd-4299-a755-74256d3dbf25",
"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:41.1521015+00:00",
"ExpiryDate": "2026-08-29T17:34:41.1521015+00:00",
"Cancelled": true,
"IsPercentageDiscount": true,
"Entitlement": 7.0,
"MinSpend": 1.0,
"MaxSpend": 1.0,
"MaxDiscount": 1.0,
"ForAllUsers": true,
"Deleted": true,
"VoucherUsers": [
{
"UserId": "7db18a53-9799-4d0d-ab39-3a75974a05d4",
"SingleUse": true,
"ApplyAutomatically": true
},
{
"UserId": "7db18a53-9799-4d0d-ab39-3a75974a05d4",
"SingleUse": true,
"ApplyAutomatically": true
}
],
"MinimumQuantity": 1,
"VoucherProductType": "sample string 10",
"NewCustomerOnly": true,
"VoucherProperties": [
{
"Id": "5452d65f-4dd2-485a-a408-35093d988139",
"CreationDateUtc": "2026-08-29T17:34:41.1521015+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
},
{
"Id": "5452d65f-4dd2-485a-a408-35093d988139",
"CreationDateUtc": "2026-08-29T17:34:41.1521015+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:41.1521015+00:00",
"Description": "sample string 4",
"UserId": "c853fe09-e134-45d0-9863-ff04cabc001f"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-08-29T17:34:41.1521015+00:00",
"Description": "sample string 4",
"UserId": "c853fe09-e134-45d0-9863-ff04cabc001f"
}
],
"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": "9a750303-94cb-4c3e-94f5-87c75f40a2e5",
"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": "853fd70d-0212-4a2d-80c3-523b5342f333",
"DeliveryDate": "2026-08-29T17:34:41.1521015+00:00",
"PaperSize": "sample string 17",
"CentralMailerCampaignId": "daf6c827-58d9-42b8-ac4f-5e68b489e9f8",
"OrderProductionCompletedDate": null,
"Id": "5b1167b6-ec55-44a9-8cc2-9e5e8f48f831",
"CreationDateUtc": "2026-08-29T17:34:41.1521015+00:00",
"UserId": "4ce5985d-1eb7-4c67-8805-64c9d5e3fca8",
"TenantId": "5a72b7bf-ed3f-43e2-9296-907d66595c54",
"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:41.1521015+00:00",
"UserJourney": "sample string 3",
"ServiceType": 0,
"Quantity": 4,
"ApprovalResponses": [
{
"Id": "86481cd1-a011-4222-b18b-8b43323e1e45",
"CreationDate": "2026-08-29T17:34:41.1521015+00:00",
"ApproverUserId": "16e05e72-f5fa-48ba-8800-b91425938472",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "62ed339b-e2be-4a13-b78a-ad8478df43c0"
},
{
"Id": "86481cd1-a011-4222-b18b-8b43323e1e45",
"CreationDate": "2026-08-29T17:34:41.1521015+00:00",
"ApproverUserId": "16e05e72-f5fa-48ba-8800-b91425938472",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "62ed339b-e2be-4a13-b78a-ad8478df43c0"
}
],
"SupplierId": "52e3e6ce-c650-423a-ae86-e2f03c05bbd3",
"OrderId": "7f8783d5-9e56-47bb-8739-0c5632c2f7e9",
"CampaignProperties": [
{
"Id": "ca11bbdf-3455-4185-ab54-8e630b959e4a",
"CampaignId": "7756fa64-b7fd-4299-a755-74256d3dbf25",
"Name": "sample string 3",
"Value": "sample string 4"
},
{
"Id": "ca11bbdf-3455-4185-ab54-8e630b959e4a",
"CampaignId": "7756fa64-b7fd-4299-a755-74256d3dbf25",
"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:41.1521015+00:00",
"ExpiryDate": "2026-08-29T17:34:41.1521015+00:00",
"Cancelled": true,
"IsPercentageDiscount": true,
"Entitlement": 7.0,
"MinSpend": 1.0,
"MaxSpend": 1.0,
"MaxDiscount": 1.0,
"ForAllUsers": true,
"Deleted": true,
"VoucherUsers": [
{
"UserId": "7db18a53-9799-4d0d-ab39-3a75974a05d4",
"SingleUse": true,
"ApplyAutomatically": true
},
{
"UserId": "7db18a53-9799-4d0d-ab39-3a75974a05d4",
"SingleUse": true,
"ApplyAutomatically": true
}
],
"MinimumQuantity": 1,
"VoucherProductType": "sample string 10",
"NewCustomerOnly": true,
"VoucherProperties": [
{
"Id": "5452d65f-4dd2-485a-a408-35093d988139",
"CreationDateUtc": "2026-08-29T17:34:41.1521015+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
},
{
"Id": "5452d65f-4dd2-485a-a408-35093d988139",
"CreationDateUtc": "2026-08-29T17:34:41.1521015+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:41.1521015+00:00",
"Description": "sample string 4",
"UserId": "c853fe09-e134-45d0-9863-ff04cabc001f"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-08-29T17:34:41.1521015+00:00",
"Description": "sample string 4",
"UserId": "c853fe09-e134-45d0-9863-ff04cabc001f"
}
],
"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": "9a750303-94cb-4c3e-94f5-87c75f40a2e5",
"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": "853fd70d-0212-4a2d-80c3-523b5342f333",
"DeliveryDate": "2026-08-29T17:34:41.1521015+00:00",
"PaperSize": "sample string 17",
"CentralMailerCampaignId": "daf6c827-58d9-42b8-ac4f-5e68b489e9f8",
"OrderProductionCompletedDate": null,
"Id": "5b1167b6-ec55-44a9-8cc2-9e5e8f48f831",
"CreationDateUtc": "2026-08-29T17:34:41.1521015+00:00",
"UserId": "4ce5985d-1eb7-4c67-8805-64c9d5e3fca8",
"TenantId": "5a72b7bf-ed3f-43e2-9296-907d66595c54",
"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": "e738dd04-0a18-4a64-b702-cbbf841a9c9e",
"CreationDateUtc": "2026-08-29T17:34:41.1521015+00:00",
"ConsignmentNumber": "sample string 3",
"CampaignId": "3906c2ca-0ea8-4379-99c6-9f7e2e77fc12",
"Reference": "sample string 4",
"OrderId": "11787bef-5edd-4ae2-a031-ac81cc9d6297"
},
{
"Id": "e738dd04-0a18-4a64-b702-cbbf841a9c9e",
"CreationDateUtc": "2026-08-29T17:34:41.1521015+00:00",
"ConsignmentNumber": "sample string 3",
"CampaignId": "3906c2ca-0ea8-4379-99c6-9f7e2e77fc12",
"Reference": "sample string 4",
"OrderId": "11787bef-5edd-4ae2-a031-ac81cc9d6297"
}
],
"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:41.1521015+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">5b1167b6-ec55-44a9-8cc2-9e5e8f48f831</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">5a72b7bf-ed3f-43e2-9296-907d66595c54</TenantId>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">4ce5985d-1eb7-4c67-8805-64c9d5e3fca8</UserId>
<VatRateApplied xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">26</VatRateApplied>
<ApprovalGroupId>853fd70d-0212-4a2d-80c3-523b5342f333</ApprovalGroupId>
<ApprovalResponses>
<ApprovalResponseDto>
<ApproverUserId>16e05e72-f5fa-48ba-8800-b91425938472</ApproverUserId>
<CampaignId>62ed339b-e2be-4a13-b78a-ad8478df43c0</CampaignId>
<CreationDate>2026-08-29T17:34:41.1521015+00:00</CreationDate>
<Id>86481cd1-a011-4222-b18b-8b43323e1e45</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
<ApprovalResponseDto>
<ApproverUserId>16e05e72-f5fa-48ba-8800-b91425938472</ApproverUserId>
<CampaignId>62ed339b-e2be-4a13-b78a-ad8478df43c0</CampaignId>
<CreationDate>2026-08-29T17:34:41.1521015+00:00</CreationDate>
<Id>86481cd1-a011-4222-b18b-8b43323e1e45</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
</ApprovalResponses>
<CampaignProperties>
<PayCampaignPropertyDto>
<CampaignId>7756fa64-b7fd-4299-a755-74256d3dbf25</CampaignId>
<Id>ca11bbdf-3455-4185-ab54-8e630b959e4a</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
<PayCampaignPropertyDto>
<CampaignId>7756fa64-b7fd-4299-a755-74256d3dbf25</CampaignId>
<Id>ca11bbdf-3455-4185-ab54-8e630b959e4a</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
</CampaignProperties>
<CentralMailerCampaignId>daf6c827-58d9-42b8-ac4f-5e68b489e9f8</CentralMailerCampaignId>
<DeliveryDate>2026-08-29T17:34:41.1521015+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:41.1521015+00:00</ModifiedDateUtc>
<Name>sample string 1</Name>
<OrderId>7f8783d5-9e56-47bb-8739-0c5632c2f7e9</OrderId>
<OrderStatusChanges>
<StatusChangeDto>
<ChangeDateUtc>2026-08-29T17:34:41.1521015+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>c853fe09-e134-45d0-9863-ff04cabc001f</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2026-08-29T17:34:41.1521015+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>c853fe09-e134-45d0-9863-ff04cabc001f</UserId>
</StatusChangeDto>
</OrderStatusChanges>
<OrganisationId>9a750303-94cb-4c3e-94f5-87c75f40a2e5</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>52e3e6ce-c650-423a-ae86-e2f03c05bbd3</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:41.1521015+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:41.1521015+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:41.1521015+00:00</CreationDateUtc>
<Id>5452d65f-4dd2-485a-a408-35093d988139</Id>
<Name>sample string 4</Name>
<Type>PrintingOptions</Type>
<Value>sample string 5</Value>
<VoucherId>3</VoucherId>
</VoucherPropertyDto>
<VoucherPropertyDto>
<CreationDateUtc>2026-08-29T17:34:41.1521015+00:00</CreationDateUtc>
<Id>5452d65f-4dd2-485a-a408-35093d988139</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>7db18a53-9799-4d0d-ab39-3a75974a05d4</UserId>
</VoucherUserDto>
<VoucherUserDto>
<ApplyAutomatically>true</ApplyAutomatically>
<SingleUse>true</SingleUse>
<UserId>7db18a53-9799-4d0d-ab39-3a75974a05d4</UserId>
</VoucherUserDto>
</VoucherUsers>
</Voucher>
</PayCampaignDto>
<PayCampaignDto>
<CreationDateUtc xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">2026-08-29T17:34:41.1521015+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">5b1167b6-ec55-44a9-8cc2-9e5e8f48f831</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">5a72b7bf-ed3f-43e2-9296-907d66595c54</TenantId>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">4ce5985d-1eb7-4c67-8805-64c9d5e3fca8</UserId>
<VatRateApplied xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">26</VatRateApplied>
<ApprovalGroupId>853fd70d-0212-4a2d-80c3-523b5342f333</ApprovalGroupId>
<ApprovalResponses>
<ApprovalResponseDto>
<ApproverUserId>16e05e72-f5fa-48ba-8800-b91425938472</ApproverUserId>
<CampaignId>62ed339b-e2be-4a13-b78a-ad8478df43c0</CampaignId>
<CreationDate>2026-08-29T17:34:41.1521015+00:00</CreationDate>
<Id>86481cd1-a011-4222-b18b-8b43323e1e45</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
<ApprovalResponseDto>
<ApproverUserId>16e05e72-f5fa-48ba-8800-b91425938472</ApproverUserId>
<CampaignId>62ed339b-e2be-4a13-b78a-ad8478df43c0</CampaignId>
<CreationDate>2026-08-29T17:34:41.1521015+00:00</CreationDate>
<Id>86481cd1-a011-4222-b18b-8b43323e1e45</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
</ApprovalResponses>
<CampaignProperties>
<PayCampaignPropertyDto>
<CampaignId>7756fa64-b7fd-4299-a755-74256d3dbf25</CampaignId>
<Id>ca11bbdf-3455-4185-ab54-8e630b959e4a</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
<PayCampaignPropertyDto>
<CampaignId>7756fa64-b7fd-4299-a755-74256d3dbf25</CampaignId>
<Id>ca11bbdf-3455-4185-ab54-8e630b959e4a</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
</CampaignProperties>
<CentralMailerCampaignId>daf6c827-58d9-42b8-ac4f-5e68b489e9f8</CentralMailerCampaignId>
<DeliveryDate>2026-08-29T17:34:41.1521015+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:41.1521015+00:00</ModifiedDateUtc>
<Name>sample string 1</Name>
<OrderId>7f8783d5-9e56-47bb-8739-0c5632c2f7e9</OrderId>
<OrderStatusChanges>
<StatusChangeDto>
<ChangeDateUtc>2026-08-29T17:34:41.1521015+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>c853fe09-e134-45d0-9863-ff04cabc001f</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2026-08-29T17:34:41.1521015+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>c853fe09-e134-45d0-9863-ff04cabc001f</UserId>
</StatusChangeDto>
</OrderStatusChanges>
<OrganisationId>9a750303-94cb-4c3e-94f5-87c75f40a2e5</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>52e3e6ce-c650-423a-ae86-e2f03c05bbd3</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:41.1521015+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:41.1521015+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:41.1521015+00:00</CreationDateUtc>
<Id>5452d65f-4dd2-485a-a408-35093d988139</Id>
<Name>sample string 4</Name>
<Type>PrintingOptions</Type>
<Value>sample string 5</Value>
<VoucherId>3</VoucherId>
</VoucherPropertyDto>
<VoucherPropertyDto>
<CreationDateUtc>2026-08-29T17:34:41.1521015+00:00</CreationDateUtc>
<Id>5452d65f-4dd2-485a-a408-35093d988139</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>7db18a53-9799-4d0d-ab39-3a75974a05d4</UserId>
</VoucherUserDto>
<VoucherUserDto>
<ApplyAutomatically>true</ApplyAutomatically>
<SingleUse>true</SingleUse>
<UserId>7db18a53-9799-4d0d-ab39-3a75974a05d4</UserId>
</VoucherUserDto>
</VoucherUsers>
</Voucher>
</PayCampaignDto>
</Campaigns>
<ConsignmentDetails>
<PayOrderConsignmentDetailDto>
<CampaignId>3906c2ca-0ea8-4379-99c6-9f7e2e77fc12</CampaignId>
<ConsignmentNumber>sample string 3</ConsignmentNumber>
<CreationDateUtc>2026-08-29T17:34:41.1521015+00:00</CreationDateUtc>
<Id>e738dd04-0a18-4a64-b702-cbbf841a9c9e</Id>
<OrderId>11787bef-5edd-4ae2-a031-ac81cc9d6297</OrderId>
<Reference>sample string 4</Reference>
</PayOrderConsignmentDetailDto>
<PayOrderConsignmentDetailDto>
<CampaignId>3906c2ca-0ea8-4379-99c6-9f7e2e77fc12</CampaignId>
<ConsignmentNumber>sample string 3</ConsignmentNumber>
<CreationDateUtc>2026-08-29T17:34:41.1521015+00:00</CreationDateUtc>
<Id>e738dd04-0a18-4a64-b702-cbbf841a9c9e</Id>
<OrderId>11787bef-5edd-4ae2-a031-ac81cc9d6297</OrderId>
<Reference>sample string 4</Reference>
</PayOrderConsignmentDetailDto>
</ConsignmentDetails>
<CreationDateUtc>2026-08-29T17:34:41.1521015+00:00</CreationDateUtc>
<CurrencyCode>sample string 14</CurrencyCode>
<DeliveryAddressId>49fbf543-710b-4f4a-86d2-000b723b17ea</DeliveryAddressId>
<ExternalProductionId>sample string 10</ExternalProductionId>
<Id>dc8d5245-6356-4369-a33c-09a11a876ab6</Id>
<IsTemporary>true</IsTemporary>
<ModifiedDateUtc>2026-08-29T17:34:41.1521015+00:00</ModifiedDateUtc>
<Name>sample string 3</Name>
<PaymentDateUtc>2026-08-29T17:34:41.1521015+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:41.1521015+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>c853fe09-e134-45d0-9863-ff04cabc001f</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2026-08-29T17:34:41.1521015+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>c853fe09-e134-45d0-9863-ff04cabc001f</UserId>
</StatusChangeDto>
</StatusChanges>
<TenantId>2866844e-5584-4dc4-8c85-361e33dbcd40</TenantId>
<UserId>9ccf5fc6-e97b-47e0-a307-b7ef0dd67db6</UserId>
<VatRate>5</VatRate>
</PayOrderDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.