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": "5ce6e79e-34a1-4960-86b7-3c020a0066c4",
"PublicId": "sample string 2",
"Name": "sample string 3",
"CreationDateUtc": "2026-07-04T13:56:40.8381158+00:00",
"ModifiedDateUtc": "2026-07-04T13:56:40.8381158+00:00",
"PaymentDateUtc": "2026-07-04T13:56:40.8381158+00:00",
"VatRate": 5.0,
"PricePaid": 6.0,
"UserId": "6c62192f-8715-4acd-9b71-aae5dff61b4d",
"TenantId": "b6d6aca0-841b-4668-a848-bc4e2d5b0060",
"StatusChanges": [
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-07-04T13:56:40.8381158+00:00",
"Description": "sample string 4",
"UserId": "e1b7d8ad-7b39-48ff-825c-26f0e823d786"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-07-04T13:56:40.8381158+00:00",
"Description": "sample string 4",
"UserId": "e1b7d8ad-7b39-48ff-825c-26f0e823d786"
}
],
"Status": "sample string 2",
"IsTemporary": true,
"DeliveryAddressId": "fd3dafee-50df-4484-9f25-57d16eb29c3f",
"ExternalProductionId": "sample string 10",
"Campaigns": [
{
"Name": "sample string 1",
"PublicId": "sample string 2",
"ModifiedDateUtc": "2026-07-04T13:56:40.8381158+00:00",
"UserJourney": "sample string 3",
"ServiceType": 0,
"Quantity": 4,
"ApprovalResponses": [
{
"Id": "319a0d09-6503-428f-a415-e559a9603c3d",
"CreationDate": "2026-07-04T13:56:40.8381158+00:00",
"ApproverUserId": "0f5b52d1-28df-4981-91f9-5b678790b219",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "543810a8-ca6a-4520-a099-e32e0ec3142a"
},
{
"Id": "319a0d09-6503-428f-a415-e559a9603c3d",
"CreationDate": "2026-07-04T13:56:40.8381158+00:00",
"ApproverUserId": "0f5b52d1-28df-4981-91f9-5b678790b219",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "543810a8-ca6a-4520-a099-e32e0ec3142a"
}
],
"SupplierId": "7050167d-12bd-47a5-8a7d-1f72d2697384",
"OrderId": "c251c779-c0f3-4304-9c1d-d9d95b8a9114",
"CampaignProperties": [
{
"Id": "3e619b83-6639-421a-baab-b3715e508800",
"CampaignId": "e693e62c-cb84-453c-83ae-30def4a971c9",
"Name": "sample string 3",
"Value": "sample string 4"
},
{
"Id": "3e619b83-6639-421a-baab-b3715e508800",
"CampaignId": "e693e62c-cb84-453c-83ae-30def4a971c9",
"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:40.8381158+00:00",
"ExpiryDate": "2026-07-04T13:56:40.8381158+00:00",
"Cancelled": true,
"IsPercentageDiscount": true,
"Entitlement": 7.0,
"MinSpend": 1.0,
"MaxSpend": 1.0,
"MaxDiscount": 1.0,
"ForAllUsers": true,
"Deleted": true,
"VoucherUsers": [
{
"UserId": "538e387b-78f6-468d-88ac-65b80877f375",
"SingleUse": true,
"ApplyAutomatically": true
},
{
"UserId": "538e387b-78f6-468d-88ac-65b80877f375",
"SingleUse": true,
"ApplyAutomatically": true
}
],
"MinimumQuantity": 1,
"VoucherProductType": "sample string 10",
"NewCustomerOnly": true,
"VoucherProperties": [
{
"Id": "ce18be62-24c1-40f1-a587-8043f47a30d2",
"CreationDateUtc": "2026-07-04T13:56:40.8381158+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
},
{
"Id": "ce18be62-24c1-40f1-a587-8043f47a30d2",
"CreationDateUtc": "2026-07-04T13:56:40.8381158+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:40.8381158+00:00",
"Description": "sample string 4",
"UserId": "e1b7d8ad-7b39-48ff-825c-26f0e823d786"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-07-04T13:56:40.8381158+00:00",
"Description": "sample string 4",
"UserId": "e1b7d8ad-7b39-48ff-825c-26f0e823d786"
}
],
"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": "3d14636f-172c-4cea-970a-b4d87a3c3abe",
"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": "92b9605a-b009-4ee2-bf2f-eecbbf61f446",
"DeliveryDate": "2026-07-04T13:56:40.8381158+00:00",
"PaperSize": "sample string 17",
"CentralMailerCampaignId": "1f5e91e0-3dff-4cd7-b706-2df07c01bb89",
"OrderProductionCompletedDate": null,
"Id": "101536a3-d14d-46c3-96c3-465afe27631a",
"CreationDateUtc": "2026-07-04T13:56:40.8381158+00:00",
"UserId": "ccd982bd-ed75-497d-9019-e563bda1e07f",
"TenantId": "ba1c8c03-8d9c-4b81-b8d0-ef40e45e5557",
"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:40.8381158+00:00",
"UserJourney": "sample string 3",
"ServiceType": 0,
"Quantity": 4,
"ApprovalResponses": [
{
"Id": "319a0d09-6503-428f-a415-e559a9603c3d",
"CreationDate": "2026-07-04T13:56:40.8381158+00:00",
"ApproverUserId": "0f5b52d1-28df-4981-91f9-5b678790b219",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "543810a8-ca6a-4520-a099-e32e0ec3142a"
},
{
"Id": "319a0d09-6503-428f-a415-e559a9603c3d",
"CreationDate": "2026-07-04T13:56:40.8381158+00:00",
"ApproverUserId": "0f5b52d1-28df-4981-91f9-5b678790b219",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "543810a8-ca6a-4520-a099-e32e0ec3142a"
}
],
"SupplierId": "7050167d-12bd-47a5-8a7d-1f72d2697384",
"OrderId": "c251c779-c0f3-4304-9c1d-d9d95b8a9114",
"CampaignProperties": [
{
"Id": "3e619b83-6639-421a-baab-b3715e508800",
"CampaignId": "e693e62c-cb84-453c-83ae-30def4a971c9",
"Name": "sample string 3",
"Value": "sample string 4"
},
{
"Id": "3e619b83-6639-421a-baab-b3715e508800",
"CampaignId": "e693e62c-cb84-453c-83ae-30def4a971c9",
"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:40.8381158+00:00",
"ExpiryDate": "2026-07-04T13:56:40.8381158+00:00",
"Cancelled": true,
"IsPercentageDiscount": true,
"Entitlement": 7.0,
"MinSpend": 1.0,
"MaxSpend": 1.0,
"MaxDiscount": 1.0,
"ForAllUsers": true,
"Deleted": true,
"VoucherUsers": [
{
"UserId": "538e387b-78f6-468d-88ac-65b80877f375",
"SingleUse": true,
"ApplyAutomatically": true
},
{
"UserId": "538e387b-78f6-468d-88ac-65b80877f375",
"SingleUse": true,
"ApplyAutomatically": true
}
],
"MinimumQuantity": 1,
"VoucherProductType": "sample string 10",
"NewCustomerOnly": true,
"VoucherProperties": [
{
"Id": "ce18be62-24c1-40f1-a587-8043f47a30d2",
"CreationDateUtc": "2026-07-04T13:56:40.8381158+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
},
{
"Id": "ce18be62-24c1-40f1-a587-8043f47a30d2",
"CreationDateUtc": "2026-07-04T13:56:40.8381158+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:40.8381158+00:00",
"Description": "sample string 4",
"UserId": "e1b7d8ad-7b39-48ff-825c-26f0e823d786"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-07-04T13:56:40.8381158+00:00",
"Description": "sample string 4",
"UserId": "e1b7d8ad-7b39-48ff-825c-26f0e823d786"
}
],
"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": "3d14636f-172c-4cea-970a-b4d87a3c3abe",
"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": "92b9605a-b009-4ee2-bf2f-eecbbf61f446",
"DeliveryDate": "2026-07-04T13:56:40.8381158+00:00",
"PaperSize": "sample string 17",
"CentralMailerCampaignId": "1f5e91e0-3dff-4cd7-b706-2df07c01bb89",
"OrderProductionCompletedDate": null,
"Id": "101536a3-d14d-46c3-96c3-465afe27631a",
"CreationDateUtc": "2026-07-04T13:56:40.8381158+00:00",
"UserId": "ccd982bd-ed75-497d-9019-e563bda1e07f",
"TenantId": "ba1c8c03-8d9c-4b81-b8d0-ef40e45e5557",
"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": "59ad832c-6549-4c6c-84e6-995d5faffa11",
"CreationDateUtc": "2026-07-04T13:56:40.8381158+00:00",
"ConsignmentNumber": "sample string 3",
"CampaignId": "f51ec775-8603-40d0-906b-afdf544cf8ad",
"Reference": "sample string 4",
"OrderId": "da4c21d5-8500-4ad0-847a-1b91f28ae464"
},
{
"Id": "59ad832c-6549-4c6c-84e6-995d5faffa11",
"CreationDateUtc": "2026-07-04T13:56:40.8381158+00:00",
"ConsignmentNumber": "sample string 3",
"CampaignId": "f51ec775-8603-40d0-906b-afdf544cf8ad",
"Reference": "sample string 4",
"OrderId": "da4c21d5-8500-4ad0-847a-1b91f28ae464"
}
],
"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:40.8381158+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">101536a3-d14d-46c3-96c3-465afe27631a</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">ba1c8c03-8d9c-4b81-b8d0-ef40e45e5557</TenantId>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">ccd982bd-ed75-497d-9019-e563bda1e07f</UserId>
<VatRateApplied xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">26</VatRateApplied>
<ApprovalGroupId>92b9605a-b009-4ee2-bf2f-eecbbf61f446</ApprovalGroupId>
<ApprovalResponses>
<ApprovalResponseDto>
<ApproverUserId>0f5b52d1-28df-4981-91f9-5b678790b219</ApproverUserId>
<CampaignId>543810a8-ca6a-4520-a099-e32e0ec3142a</CampaignId>
<CreationDate>2026-07-04T13:56:40.8381158+00:00</CreationDate>
<Id>319a0d09-6503-428f-a415-e559a9603c3d</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
<ApprovalResponseDto>
<ApproverUserId>0f5b52d1-28df-4981-91f9-5b678790b219</ApproverUserId>
<CampaignId>543810a8-ca6a-4520-a099-e32e0ec3142a</CampaignId>
<CreationDate>2026-07-04T13:56:40.8381158+00:00</CreationDate>
<Id>319a0d09-6503-428f-a415-e559a9603c3d</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
</ApprovalResponses>
<CampaignProperties>
<PayCampaignPropertyDto>
<CampaignId>e693e62c-cb84-453c-83ae-30def4a971c9</CampaignId>
<Id>3e619b83-6639-421a-baab-b3715e508800</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
<PayCampaignPropertyDto>
<CampaignId>e693e62c-cb84-453c-83ae-30def4a971c9</CampaignId>
<Id>3e619b83-6639-421a-baab-b3715e508800</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
</CampaignProperties>
<CentralMailerCampaignId>1f5e91e0-3dff-4cd7-b706-2df07c01bb89</CentralMailerCampaignId>
<DeliveryDate>2026-07-04T13:56:40.8381158+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:40.8381158+00:00</ModifiedDateUtc>
<Name>sample string 1</Name>
<OrderId>c251c779-c0f3-4304-9c1d-d9d95b8a9114</OrderId>
<OrderStatusChanges>
<StatusChangeDto>
<ChangeDateUtc>2026-07-04T13:56:40.8381158+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>e1b7d8ad-7b39-48ff-825c-26f0e823d786</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2026-07-04T13:56:40.8381158+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>e1b7d8ad-7b39-48ff-825c-26f0e823d786</UserId>
</StatusChangeDto>
</OrderStatusChanges>
<OrganisationId>3d14636f-172c-4cea-970a-b4d87a3c3abe</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>7050167d-12bd-47a5-8a7d-1f72d2697384</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:40.8381158+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:40.8381158+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:40.8381158+00:00</CreationDateUtc>
<Id>ce18be62-24c1-40f1-a587-8043f47a30d2</Id>
<Name>sample string 4</Name>
<Type>PrintingOptions</Type>
<Value>sample string 5</Value>
<VoucherId>3</VoucherId>
</VoucherPropertyDto>
<VoucherPropertyDto>
<CreationDateUtc>2026-07-04T13:56:40.8381158+00:00</CreationDateUtc>
<Id>ce18be62-24c1-40f1-a587-8043f47a30d2</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>538e387b-78f6-468d-88ac-65b80877f375</UserId>
</VoucherUserDto>
<VoucherUserDto>
<ApplyAutomatically>true</ApplyAutomatically>
<SingleUse>true</SingleUse>
<UserId>538e387b-78f6-468d-88ac-65b80877f375</UserId>
</VoucherUserDto>
</VoucherUsers>
</Voucher>
</PayCampaignDto>
<PayCampaignDto>
<CreationDateUtc xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">2026-07-04T13:56:40.8381158+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">101536a3-d14d-46c3-96c3-465afe27631a</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">ba1c8c03-8d9c-4b81-b8d0-ef40e45e5557</TenantId>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">ccd982bd-ed75-497d-9019-e563bda1e07f</UserId>
<VatRateApplied xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">26</VatRateApplied>
<ApprovalGroupId>92b9605a-b009-4ee2-bf2f-eecbbf61f446</ApprovalGroupId>
<ApprovalResponses>
<ApprovalResponseDto>
<ApproverUserId>0f5b52d1-28df-4981-91f9-5b678790b219</ApproverUserId>
<CampaignId>543810a8-ca6a-4520-a099-e32e0ec3142a</CampaignId>
<CreationDate>2026-07-04T13:56:40.8381158+00:00</CreationDate>
<Id>319a0d09-6503-428f-a415-e559a9603c3d</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
<ApprovalResponseDto>
<ApproverUserId>0f5b52d1-28df-4981-91f9-5b678790b219</ApproverUserId>
<CampaignId>543810a8-ca6a-4520-a099-e32e0ec3142a</CampaignId>
<CreationDate>2026-07-04T13:56:40.8381158+00:00</CreationDate>
<Id>319a0d09-6503-428f-a415-e559a9603c3d</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
</ApprovalResponses>
<CampaignProperties>
<PayCampaignPropertyDto>
<CampaignId>e693e62c-cb84-453c-83ae-30def4a971c9</CampaignId>
<Id>3e619b83-6639-421a-baab-b3715e508800</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
<PayCampaignPropertyDto>
<CampaignId>e693e62c-cb84-453c-83ae-30def4a971c9</CampaignId>
<Id>3e619b83-6639-421a-baab-b3715e508800</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
</CampaignProperties>
<CentralMailerCampaignId>1f5e91e0-3dff-4cd7-b706-2df07c01bb89</CentralMailerCampaignId>
<DeliveryDate>2026-07-04T13:56:40.8381158+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:40.8381158+00:00</ModifiedDateUtc>
<Name>sample string 1</Name>
<OrderId>c251c779-c0f3-4304-9c1d-d9d95b8a9114</OrderId>
<OrderStatusChanges>
<StatusChangeDto>
<ChangeDateUtc>2026-07-04T13:56:40.8381158+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>e1b7d8ad-7b39-48ff-825c-26f0e823d786</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2026-07-04T13:56:40.8381158+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>e1b7d8ad-7b39-48ff-825c-26f0e823d786</UserId>
</StatusChangeDto>
</OrderStatusChanges>
<OrganisationId>3d14636f-172c-4cea-970a-b4d87a3c3abe</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>7050167d-12bd-47a5-8a7d-1f72d2697384</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:40.8381158+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:40.8381158+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:40.8381158+00:00</CreationDateUtc>
<Id>ce18be62-24c1-40f1-a587-8043f47a30d2</Id>
<Name>sample string 4</Name>
<Type>PrintingOptions</Type>
<Value>sample string 5</Value>
<VoucherId>3</VoucherId>
</VoucherPropertyDto>
<VoucherPropertyDto>
<CreationDateUtc>2026-07-04T13:56:40.8381158+00:00</CreationDateUtc>
<Id>ce18be62-24c1-40f1-a587-8043f47a30d2</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>538e387b-78f6-468d-88ac-65b80877f375</UserId>
</VoucherUserDto>
<VoucherUserDto>
<ApplyAutomatically>true</ApplyAutomatically>
<SingleUse>true</SingleUse>
<UserId>538e387b-78f6-468d-88ac-65b80877f375</UserId>
</VoucherUserDto>
</VoucherUsers>
</Voucher>
</PayCampaignDto>
</Campaigns>
<ConsignmentDetails>
<PayOrderConsignmentDetailDto>
<CampaignId>f51ec775-8603-40d0-906b-afdf544cf8ad</CampaignId>
<ConsignmentNumber>sample string 3</ConsignmentNumber>
<CreationDateUtc>2026-07-04T13:56:40.8381158+00:00</CreationDateUtc>
<Id>59ad832c-6549-4c6c-84e6-995d5faffa11</Id>
<OrderId>da4c21d5-8500-4ad0-847a-1b91f28ae464</OrderId>
<Reference>sample string 4</Reference>
</PayOrderConsignmentDetailDto>
<PayOrderConsignmentDetailDto>
<CampaignId>f51ec775-8603-40d0-906b-afdf544cf8ad</CampaignId>
<ConsignmentNumber>sample string 3</ConsignmentNumber>
<CreationDateUtc>2026-07-04T13:56:40.8381158+00:00</CreationDateUtc>
<Id>59ad832c-6549-4c6c-84e6-995d5faffa11</Id>
<OrderId>da4c21d5-8500-4ad0-847a-1b91f28ae464</OrderId>
<Reference>sample string 4</Reference>
</PayOrderConsignmentDetailDto>
</ConsignmentDetails>
<CreationDateUtc>2026-07-04T13:56:40.8381158+00:00</CreationDateUtc>
<CurrencyCode>sample string 14</CurrencyCode>
<DeliveryAddressId>fd3dafee-50df-4484-9f25-57d16eb29c3f</DeliveryAddressId>
<ExternalProductionId>sample string 10</ExternalProductionId>
<Id>5ce6e79e-34a1-4960-86b7-3c020a0066c4</Id>
<IsTemporary>true</IsTemporary>
<ModifiedDateUtc>2026-07-04T13:56:40.8381158+00:00</ModifiedDateUtc>
<Name>sample string 3</Name>
<PaymentDateUtc>2026-07-04T13:56:40.8381158+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:40.8381158+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>e1b7d8ad-7b39-48ff-825c-26f0e823d786</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2026-07-04T13:56:40.8381158+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>e1b7d8ad-7b39-48ff-825c-26f0e823d786</UserId>
</StatusChangeDto>
</StatusChanges>
<TenantId>b6d6aca0-841b-4668-a848-bc4e2d5b0060</TenantId>
<UserId>6c62192f-8715-4acd-9b71-aae5dff61b4d</UserId>
<VatRate>5</VatRate>
</PayOrderDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.