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": "3d07acb7-c9ee-4d14-8860-7828c83e7f0f",
"PublicId": "sample string 2",
"Name": "sample string 3",
"CreationDateUtc": "2026-03-16T13:48:24.203349+00:00",
"ModifiedDateUtc": "2026-03-16T13:48:24.203349+00:00",
"PaymentDateUtc": "2026-03-16T13:48:24.203349+00:00",
"VatRate": 5.0,
"PricePaid": 6.0,
"UserId": "40a8dc38-fcd8-465e-acca-d907c826cd52",
"TenantId": "bb346e82-ae8f-4c55-b02a-1e08a1a0cf4c",
"StatusChanges": [
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-03-16T13:48:24.203349+00:00",
"Description": "sample string 4",
"UserId": "9bff014b-8313-4ca7-ab6c-7bbcf2e3b0f1"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-03-16T13:48:24.203349+00:00",
"Description": "sample string 4",
"UserId": "9bff014b-8313-4ca7-ab6c-7bbcf2e3b0f1"
}
],
"Status": "sample string 2",
"IsTemporary": true,
"DeliveryAddressId": "3a9bd4bf-34ab-4c9c-9bef-c231ab08289d",
"ExternalProductionId": "sample string 10",
"Campaigns": [
{
"Name": "sample string 1",
"PublicId": "sample string 2",
"ModifiedDateUtc": "2026-03-16T13:48:24.203349+00:00",
"UserJourney": "sample string 3",
"ServiceType": 0,
"Quantity": 4,
"ApprovalResponses": [
{
"Id": "7d64548b-84f9-42bb-92ac-aaf8d334904c",
"CreationDate": "2026-03-16T13:48:24.203349+00:00",
"ApproverUserId": "8c0e80e7-7ce6-4316-ac1b-a09fcfe4041f",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "82feee4b-38a7-4181-bf0b-976abae8a093"
},
{
"Id": "7d64548b-84f9-42bb-92ac-aaf8d334904c",
"CreationDate": "2026-03-16T13:48:24.203349+00:00",
"ApproverUserId": "8c0e80e7-7ce6-4316-ac1b-a09fcfe4041f",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "82feee4b-38a7-4181-bf0b-976abae8a093"
}
],
"SupplierId": "5238d433-0f2d-49aa-ae54-b8b81a6353df",
"OrderId": "b5a5e26f-b7bb-40a1-b49b-e809c8eb3f7b",
"CampaignProperties": [
{
"Id": "f7c57816-efeb-4922-85b5-a78e5f90ea96",
"CampaignId": "baf55834-535d-4981-aabb-b5b2e157622a",
"Name": "sample string 3",
"Value": "sample string 4"
},
{
"Id": "f7c57816-efeb-4922-85b5-a78e5f90ea96",
"CampaignId": "baf55834-535d-4981-aabb-b5b2e157622a",
"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-03-16T13:48:24.203349+00:00",
"ExpiryDate": "2026-03-16T13:48:24.203349+00:00",
"Cancelled": true,
"IsPercentageDiscount": true,
"Entitlement": 7.0,
"MinSpend": 1.0,
"MaxSpend": 1.0,
"MaxDiscount": 1.0,
"ForAllUsers": true,
"Deleted": true,
"VoucherUsers": [
{
"UserId": "a41fd3c4-5913-4eca-9845-dfdd4e1638a6",
"SingleUse": true,
"ApplyAutomatically": true
},
{
"UserId": "a41fd3c4-5913-4eca-9845-dfdd4e1638a6",
"SingleUse": true,
"ApplyAutomatically": true
}
],
"MinimumQuantity": 1,
"VoucherProductType": "sample string 10",
"NewCustomerOnly": true,
"VoucherProperties": [
{
"Id": "9de000ac-85b5-4376-8260-dcbaab88d0e8",
"CreationDateUtc": "2026-03-16T13:48:24.203349+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
},
{
"Id": "9de000ac-85b5-4376-8260-dcbaab88d0e8",
"CreationDateUtc": "2026-03-16T13:48:24.203349+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
}
]
},
"OrderStatusChanges": [
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-03-16T13:48:24.203349+00:00",
"Description": "sample string 4",
"UserId": "9bff014b-8313-4ca7-ab6c-7bbcf2e3b0f1"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-03-16T13:48:24.203349+00:00",
"Description": "sample string 4",
"UserId": "9bff014b-8313-4ca7-ab6c-7bbcf2e3b0f1"
}
],
"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": "ed45a9cf-e0b2-470b-93e4-7f253edc1104",
"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": "d158c9d9-d7f9-4174-898e-c99753b1c0d8",
"DeliveryDate": "2026-03-16T13:48:24.203349+00:00",
"PaperSize": "sample string 17",
"CentralMailerCampaignId": "5cbe7440-f7b8-46f0-bc78-f840204e5726",
"OrderProductionCompletedDate": null,
"Id": "37cb5ae7-0ced-4fe6-8a87-11e19b63bf7b",
"CreationDateUtc": "2026-03-16T13:48:24.203349+00:00",
"UserId": "a3d20263-6c5b-41cf-94a0-1da2da0841c9",
"TenantId": "d644244c-d752-4855-8be3-a32f2c2c5871",
"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-03-16T13:48:24.203349+00:00",
"UserJourney": "sample string 3",
"ServiceType": 0,
"Quantity": 4,
"ApprovalResponses": [
{
"Id": "7d64548b-84f9-42bb-92ac-aaf8d334904c",
"CreationDate": "2026-03-16T13:48:24.203349+00:00",
"ApproverUserId": "8c0e80e7-7ce6-4316-ac1b-a09fcfe4041f",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "82feee4b-38a7-4181-bf0b-976abae8a093"
},
{
"Id": "7d64548b-84f9-42bb-92ac-aaf8d334904c",
"CreationDate": "2026-03-16T13:48:24.203349+00:00",
"ApproverUserId": "8c0e80e7-7ce6-4316-ac1b-a09fcfe4041f",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "82feee4b-38a7-4181-bf0b-976abae8a093"
}
],
"SupplierId": "5238d433-0f2d-49aa-ae54-b8b81a6353df",
"OrderId": "b5a5e26f-b7bb-40a1-b49b-e809c8eb3f7b",
"CampaignProperties": [
{
"Id": "f7c57816-efeb-4922-85b5-a78e5f90ea96",
"CampaignId": "baf55834-535d-4981-aabb-b5b2e157622a",
"Name": "sample string 3",
"Value": "sample string 4"
},
{
"Id": "f7c57816-efeb-4922-85b5-a78e5f90ea96",
"CampaignId": "baf55834-535d-4981-aabb-b5b2e157622a",
"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-03-16T13:48:24.203349+00:00",
"ExpiryDate": "2026-03-16T13:48:24.203349+00:00",
"Cancelled": true,
"IsPercentageDiscount": true,
"Entitlement": 7.0,
"MinSpend": 1.0,
"MaxSpend": 1.0,
"MaxDiscount": 1.0,
"ForAllUsers": true,
"Deleted": true,
"VoucherUsers": [
{
"UserId": "a41fd3c4-5913-4eca-9845-dfdd4e1638a6",
"SingleUse": true,
"ApplyAutomatically": true
},
{
"UserId": "a41fd3c4-5913-4eca-9845-dfdd4e1638a6",
"SingleUse": true,
"ApplyAutomatically": true
}
],
"MinimumQuantity": 1,
"VoucherProductType": "sample string 10",
"NewCustomerOnly": true,
"VoucherProperties": [
{
"Id": "9de000ac-85b5-4376-8260-dcbaab88d0e8",
"CreationDateUtc": "2026-03-16T13:48:24.203349+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
},
{
"Id": "9de000ac-85b5-4376-8260-dcbaab88d0e8",
"CreationDateUtc": "2026-03-16T13:48:24.203349+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
}
]
},
"OrderStatusChanges": [
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-03-16T13:48:24.203349+00:00",
"Description": "sample string 4",
"UserId": "9bff014b-8313-4ca7-ab6c-7bbcf2e3b0f1"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-03-16T13:48:24.203349+00:00",
"Description": "sample string 4",
"UserId": "9bff014b-8313-4ca7-ab6c-7bbcf2e3b0f1"
}
],
"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": "ed45a9cf-e0b2-470b-93e4-7f253edc1104",
"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": "d158c9d9-d7f9-4174-898e-c99753b1c0d8",
"DeliveryDate": "2026-03-16T13:48:24.203349+00:00",
"PaperSize": "sample string 17",
"CentralMailerCampaignId": "5cbe7440-f7b8-46f0-bc78-f840204e5726",
"OrderProductionCompletedDate": null,
"Id": "37cb5ae7-0ced-4fe6-8a87-11e19b63bf7b",
"CreationDateUtc": "2026-03-16T13:48:24.203349+00:00",
"UserId": "a3d20263-6c5b-41cf-94a0-1da2da0841c9",
"TenantId": "d644244c-d752-4855-8be3-a32f2c2c5871",
"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": "52dd09fc-6cda-4e77-892d-3a927b99d229",
"CreationDateUtc": "2026-03-16T13:48:24.203349+00:00",
"ConsignmentNumber": "sample string 3",
"CampaignId": "96a890d3-ecbd-497c-bb93-9225b7731f89",
"Reference": "sample string 4",
"OrderId": "d004a1b9-6e27-4475-8d46-04cd00510226"
},
{
"Id": "52dd09fc-6cda-4e77-892d-3a927b99d229",
"CreationDateUtc": "2026-03-16T13:48:24.203349+00:00",
"ConsignmentNumber": "sample string 3",
"CampaignId": "96a890d3-ecbd-497c-bb93-9225b7731f89",
"Reference": "sample string 4",
"OrderId": "d004a1b9-6e27-4475-8d46-04cd00510226"
}
],
"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-03-16T13:48:24.203349+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">37cb5ae7-0ced-4fe6-8a87-11e19b63bf7b</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">d644244c-d752-4855-8be3-a32f2c2c5871</TenantId>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">a3d20263-6c5b-41cf-94a0-1da2da0841c9</UserId>
<VatRateApplied xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">26</VatRateApplied>
<ApprovalGroupId>d158c9d9-d7f9-4174-898e-c99753b1c0d8</ApprovalGroupId>
<ApprovalResponses>
<ApprovalResponseDto>
<ApproverUserId>8c0e80e7-7ce6-4316-ac1b-a09fcfe4041f</ApproverUserId>
<CampaignId>82feee4b-38a7-4181-bf0b-976abae8a093</CampaignId>
<CreationDate>2026-03-16T13:48:24.203349+00:00</CreationDate>
<Id>7d64548b-84f9-42bb-92ac-aaf8d334904c</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
<ApprovalResponseDto>
<ApproverUserId>8c0e80e7-7ce6-4316-ac1b-a09fcfe4041f</ApproverUserId>
<CampaignId>82feee4b-38a7-4181-bf0b-976abae8a093</CampaignId>
<CreationDate>2026-03-16T13:48:24.203349+00:00</CreationDate>
<Id>7d64548b-84f9-42bb-92ac-aaf8d334904c</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
</ApprovalResponses>
<CampaignProperties>
<PayCampaignPropertyDto>
<CampaignId>baf55834-535d-4981-aabb-b5b2e157622a</CampaignId>
<Id>f7c57816-efeb-4922-85b5-a78e5f90ea96</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
<PayCampaignPropertyDto>
<CampaignId>baf55834-535d-4981-aabb-b5b2e157622a</CampaignId>
<Id>f7c57816-efeb-4922-85b5-a78e5f90ea96</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
</CampaignProperties>
<CentralMailerCampaignId>5cbe7440-f7b8-46f0-bc78-f840204e5726</CentralMailerCampaignId>
<DeliveryDate>2026-03-16T13:48:24.203349+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-03-16T13:48:24.203349+00:00</ModifiedDateUtc>
<Name>sample string 1</Name>
<OrderId>b5a5e26f-b7bb-40a1-b49b-e809c8eb3f7b</OrderId>
<OrderStatusChanges>
<StatusChangeDto>
<ChangeDateUtc>2026-03-16T13:48:24.203349+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>9bff014b-8313-4ca7-ab6c-7bbcf2e3b0f1</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2026-03-16T13:48:24.203349+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>9bff014b-8313-4ca7-ab6c-7bbcf2e3b0f1</UserId>
</StatusChangeDto>
</OrderStatusChanges>
<OrganisationId>ed45a9cf-e0b2-470b-93e4-7f253edc1104</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>5238d433-0f2d-49aa-ae54-b8b81a6353df</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-03-16T13:48:24.203349+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-03-16T13:48:24.203349+00:00</StartDate>
<TenantId>sample string 4</TenantId>
<VoucherCode>sample string 3</VoucherCode>
<VoucherProductType>sample string 10</VoucherProductType>
<VoucherProperties>
<VoucherPropertyDto>
<CreationDateUtc>2026-03-16T13:48:24.203349+00:00</CreationDateUtc>
<Id>9de000ac-85b5-4376-8260-dcbaab88d0e8</Id>
<Name>sample string 4</Name>
<Type>PrintingOptions</Type>
<Value>sample string 5</Value>
<VoucherId>3</VoucherId>
</VoucherPropertyDto>
<VoucherPropertyDto>
<CreationDateUtc>2026-03-16T13:48:24.203349+00:00</CreationDateUtc>
<Id>9de000ac-85b5-4376-8260-dcbaab88d0e8</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>a41fd3c4-5913-4eca-9845-dfdd4e1638a6</UserId>
</VoucherUserDto>
<VoucherUserDto>
<ApplyAutomatically>true</ApplyAutomatically>
<SingleUse>true</SingleUse>
<UserId>a41fd3c4-5913-4eca-9845-dfdd4e1638a6</UserId>
</VoucherUserDto>
</VoucherUsers>
</Voucher>
</PayCampaignDto>
<PayCampaignDto>
<CreationDateUtc xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">2026-03-16T13:48:24.203349+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">37cb5ae7-0ced-4fe6-8a87-11e19b63bf7b</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">d644244c-d752-4855-8be3-a32f2c2c5871</TenantId>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">a3d20263-6c5b-41cf-94a0-1da2da0841c9</UserId>
<VatRateApplied xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">26</VatRateApplied>
<ApprovalGroupId>d158c9d9-d7f9-4174-898e-c99753b1c0d8</ApprovalGroupId>
<ApprovalResponses>
<ApprovalResponseDto>
<ApproverUserId>8c0e80e7-7ce6-4316-ac1b-a09fcfe4041f</ApproverUserId>
<CampaignId>82feee4b-38a7-4181-bf0b-976abae8a093</CampaignId>
<CreationDate>2026-03-16T13:48:24.203349+00:00</CreationDate>
<Id>7d64548b-84f9-42bb-92ac-aaf8d334904c</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
<ApprovalResponseDto>
<ApproverUserId>8c0e80e7-7ce6-4316-ac1b-a09fcfe4041f</ApproverUserId>
<CampaignId>82feee4b-38a7-4181-bf0b-976abae8a093</CampaignId>
<CreationDate>2026-03-16T13:48:24.203349+00:00</CreationDate>
<Id>7d64548b-84f9-42bb-92ac-aaf8d334904c</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
</ApprovalResponses>
<CampaignProperties>
<PayCampaignPropertyDto>
<CampaignId>baf55834-535d-4981-aabb-b5b2e157622a</CampaignId>
<Id>f7c57816-efeb-4922-85b5-a78e5f90ea96</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
<PayCampaignPropertyDto>
<CampaignId>baf55834-535d-4981-aabb-b5b2e157622a</CampaignId>
<Id>f7c57816-efeb-4922-85b5-a78e5f90ea96</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
</CampaignProperties>
<CentralMailerCampaignId>5cbe7440-f7b8-46f0-bc78-f840204e5726</CentralMailerCampaignId>
<DeliveryDate>2026-03-16T13:48:24.203349+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-03-16T13:48:24.203349+00:00</ModifiedDateUtc>
<Name>sample string 1</Name>
<OrderId>b5a5e26f-b7bb-40a1-b49b-e809c8eb3f7b</OrderId>
<OrderStatusChanges>
<StatusChangeDto>
<ChangeDateUtc>2026-03-16T13:48:24.203349+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>9bff014b-8313-4ca7-ab6c-7bbcf2e3b0f1</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2026-03-16T13:48:24.203349+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>9bff014b-8313-4ca7-ab6c-7bbcf2e3b0f1</UserId>
</StatusChangeDto>
</OrderStatusChanges>
<OrganisationId>ed45a9cf-e0b2-470b-93e4-7f253edc1104</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>5238d433-0f2d-49aa-ae54-b8b81a6353df</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-03-16T13:48:24.203349+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-03-16T13:48:24.203349+00:00</StartDate>
<TenantId>sample string 4</TenantId>
<VoucherCode>sample string 3</VoucherCode>
<VoucherProductType>sample string 10</VoucherProductType>
<VoucherProperties>
<VoucherPropertyDto>
<CreationDateUtc>2026-03-16T13:48:24.203349+00:00</CreationDateUtc>
<Id>9de000ac-85b5-4376-8260-dcbaab88d0e8</Id>
<Name>sample string 4</Name>
<Type>PrintingOptions</Type>
<Value>sample string 5</Value>
<VoucherId>3</VoucherId>
</VoucherPropertyDto>
<VoucherPropertyDto>
<CreationDateUtc>2026-03-16T13:48:24.203349+00:00</CreationDateUtc>
<Id>9de000ac-85b5-4376-8260-dcbaab88d0e8</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>a41fd3c4-5913-4eca-9845-dfdd4e1638a6</UserId>
</VoucherUserDto>
<VoucherUserDto>
<ApplyAutomatically>true</ApplyAutomatically>
<SingleUse>true</SingleUse>
<UserId>a41fd3c4-5913-4eca-9845-dfdd4e1638a6</UserId>
</VoucherUserDto>
</VoucherUsers>
</Voucher>
</PayCampaignDto>
</Campaigns>
<ConsignmentDetails>
<PayOrderConsignmentDetailDto>
<CampaignId>96a890d3-ecbd-497c-bb93-9225b7731f89</CampaignId>
<ConsignmentNumber>sample string 3</ConsignmentNumber>
<CreationDateUtc>2026-03-16T13:48:24.203349+00:00</CreationDateUtc>
<Id>52dd09fc-6cda-4e77-892d-3a927b99d229</Id>
<OrderId>d004a1b9-6e27-4475-8d46-04cd00510226</OrderId>
<Reference>sample string 4</Reference>
</PayOrderConsignmentDetailDto>
<PayOrderConsignmentDetailDto>
<CampaignId>96a890d3-ecbd-497c-bb93-9225b7731f89</CampaignId>
<ConsignmentNumber>sample string 3</ConsignmentNumber>
<CreationDateUtc>2026-03-16T13:48:24.203349+00:00</CreationDateUtc>
<Id>52dd09fc-6cda-4e77-892d-3a927b99d229</Id>
<OrderId>d004a1b9-6e27-4475-8d46-04cd00510226</OrderId>
<Reference>sample string 4</Reference>
</PayOrderConsignmentDetailDto>
</ConsignmentDetails>
<CreationDateUtc>2026-03-16T13:48:24.203349+00:00</CreationDateUtc>
<CurrencyCode>sample string 14</CurrencyCode>
<DeliveryAddressId>3a9bd4bf-34ab-4c9c-9bef-c231ab08289d</DeliveryAddressId>
<ExternalProductionId>sample string 10</ExternalProductionId>
<Id>3d07acb7-c9ee-4d14-8860-7828c83e7f0f</Id>
<IsTemporary>true</IsTemporary>
<ModifiedDateUtc>2026-03-16T13:48:24.203349+00:00</ModifiedDateUtc>
<Name>sample string 3</Name>
<PaymentDateUtc>2026-03-16T13:48:24.203349+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-03-16T13:48:24.203349+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>9bff014b-8313-4ca7-ab6c-7bbcf2e3b0f1</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2026-03-16T13:48:24.203349+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>9bff014b-8313-4ca7-ab6c-7bbcf2e3b0f1</UserId>
</StatusChangeDto>
</StatusChanges>
<TenantId>bb346e82-ae8f-4c55-b02a-1e08a1a0cf4c</TenantId>
<UserId>40a8dc38-fcd8-465e-acca-d907c826cd52</UserId>
<VatRate>5</VatRate>
</PayOrderDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.