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": "ca4e0252-3748-40ef-919c-4a8aab8cb3bc",
"PublicId": "sample string 2",
"Name": "sample string 3",
"CreationDateUtc": "2026-01-21T09:39:48.1617213+00:00",
"ModifiedDateUtc": "2026-01-21T09:39:48.1617213+00:00",
"PaymentDateUtc": "2026-01-21T09:39:48.1617213+00:00",
"VatRate": 5.0,
"PricePaid": 6.0,
"UserId": "c58d5505-dcd5-4088-afb1-a6b92b83674f",
"TenantId": "c93933d7-831a-4bb5-aa95-9e2c4de2a29d",
"StatusChanges": [
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-01-21T09:39:48.1617213+00:00",
"Description": "sample string 4",
"UserId": "2c7489f2-57d5-4e93-8796-ab239a50d590"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-01-21T09:39:48.1617213+00:00",
"Description": "sample string 4",
"UserId": "2c7489f2-57d5-4e93-8796-ab239a50d590"
}
],
"Status": "sample string 2",
"IsTemporary": true,
"DeliveryAddressId": "986e31bb-aff3-45da-9686-b10e2e50d33e",
"ExternalProductionId": "sample string 10",
"Campaigns": [
{
"Name": "sample string 1",
"PublicId": "sample string 2",
"ModifiedDateUtc": "2026-01-21T09:39:48.1617213+00:00",
"UserJourney": "sample string 3",
"ServiceType": 0,
"Quantity": 4,
"ApprovalResponses": [
{
"Id": "e8d3614a-be8c-4864-8f22-5d79cc05ceee",
"CreationDate": "2026-01-21T09:39:48.1617213+00:00",
"ApproverUserId": "9eefa5cb-af97-482a-8aa3-ccfbb7cf146c",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "f7415f1e-1063-4e6e-843e-7c09346fe3d0"
},
{
"Id": "e8d3614a-be8c-4864-8f22-5d79cc05ceee",
"CreationDate": "2026-01-21T09:39:48.1617213+00:00",
"ApproverUserId": "9eefa5cb-af97-482a-8aa3-ccfbb7cf146c",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "f7415f1e-1063-4e6e-843e-7c09346fe3d0"
}
],
"SupplierId": "7b40f0d5-2212-4399-802b-15da83f28304",
"OrderId": "5600350c-b722-4098-ad70-61188d23c2de",
"CampaignProperties": [
{
"Id": "2c8a1b7e-455e-4463-bdca-0c64972ef9a9",
"CampaignId": "5787f6a5-5381-4734-8ecc-d3bee3d018a0",
"Name": "sample string 3",
"Value": "sample string 4"
},
{
"Id": "2c8a1b7e-455e-4463-bdca-0c64972ef9a9",
"CampaignId": "5787f6a5-5381-4734-8ecc-d3bee3d018a0",
"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-01-21T09:39:48.1617213+00:00",
"ExpiryDate": "2026-01-21T09:39:48.1617213+00:00",
"Cancelled": true,
"IsPercentageDiscount": true,
"Entitlement": 7.0,
"MinSpend": 1.0,
"MaxSpend": 1.0,
"MaxDiscount": 1.0,
"ForAllUsers": true,
"Deleted": true,
"VoucherUsers": [
{
"UserId": "60bd8e3b-422a-48f3-94f3-2928b95bace3",
"SingleUse": true,
"ApplyAutomatically": true
},
{
"UserId": "60bd8e3b-422a-48f3-94f3-2928b95bace3",
"SingleUse": true,
"ApplyAutomatically": true
}
],
"MinimumQuantity": 1,
"VoucherProductType": "sample string 10",
"NewCustomerOnly": true,
"VoucherProperties": [
{
"Id": "4044606d-e198-46bb-a2bc-2a85d90ced0e",
"CreationDateUtc": "2026-01-21T09:39:48.1617213+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
},
{
"Id": "4044606d-e198-46bb-a2bc-2a85d90ced0e",
"CreationDateUtc": "2026-01-21T09:39:48.1617213+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
}
]
},
"OrderStatusChanges": [
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-01-21T09:39:48.1617213+00:00",
"Description": "sample string 4",
"UserId": "2c7489f2-57d5-4e93-8796-ab239a50d590"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-01-21T09:39:48.1617213+00:00",
"Description": "sample string 4",
"UserId": "2c7489f2-57d5-4e93-8796-ab239a50d590"
}
],
"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": "363932a8-aebf-4788-abbf-776e41bd70db",
"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": "501487d7-8313-4441-b229-d0abf5231b2c",
"DeliveryDate": "2026-01-21T09:39:48.1617213+00:00",
"PaperSize": "sample string 17",
"CentralMailerCampaignId": "c100bf71-dfbd-45d4-b42b-bcdc742ff25e",
"OrderProductionCompletedDate": null,
"Id": "a07913ec-c85a-47f7-82f1-5fbc9d1132e1",
"CreationDateUtc": "2026-01-21T09:39:48.1617213+00:00",
"UserId": "12a2d5b5-1690-4747-87cd-67d523b4055d",
"TenantId": "86abcce1-38a7-49af-8a3b-881f2aa2a9dc",
"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-01-21T09:39:48.1617213+00:00",
"UserJourney": "sample string 3",
"ServiceType": 0,
"Quantity": 4,
"ApprovalResponses": [
{
"Id": "e8d3614a-be8c-4864-8f22-5d79cc05ceee",
"CreationDate": "2026-01-21T09:39:48.1617213+00:00",
"ApproverUserId": "9eefa5cb-af97-482a-8aa3-ccfbb7cf146c",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "f7415f1e-1063-4e6e-843e-7c09346fe3d0"
},
{
"Id": "e8d3614a-be8c-4864-8f22-5d79cc05ceee",
"CreationDate": "2026-01-21T09:39:48.1617213+00:00",
"ApproverUserId": "9eefa5cb-af97-482a-8aa3-ccfbb7cf146c",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "f7415f1e-1063-4e6e-843e-7c09346fe3d0"
}
],
"SupplierId": "7b40f0d5-2212-4399-802b-15da83f28304",
"OrderId": "5600350c-b722-4098-ad70-61188d23c2de",
"CampaignProperties": [
{
"Id": "2c8a1b7e-455e-4463-bdca-0c64972ef9a9",
"CampaignId": "5787f6a5-5381-4734-8ecc-d3bee3d018a0",
"Name": "sample string 3",
"Value": "sample string 4"
},
{
"Id": "2c8a1b7e-455e-4463-bdca-0c64972ef9a9",
"CampaignId": "5787f6a5-5381-4734-8ecc-d3bee3d018a0",
"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-01-21T09:39:48.1617213+00:00",
"ExpiryDate": "2026-01-21T09:39:48.1617213+00:00",
"Cancelled": true,
"IsPercentageDiscount": true,
"Entitlement": 7.0,
"MinSpend": 1.0,
"MaxSpend": 1.0,
"MaxDiscount": 1.0,
"ForAllUsers": true,
"Deleted": true,
"VoucherUsers": [
{
"UserId": "60bd8e3b-422a-48f3-94f3-2928b95bace3",
"SingleUse": true,
"ApplyAutomatically": true
},
{
"UserId": "60bd8e3b-422a-48f3-94f3-2928b95bace3",
"SingleUse": true,
"ApplyAutomatically": true
}
],
"MinimumQuantity": 1,
"VoucherProductType": "sample string 10",
"NewCustomerOnly": true,
"VoucherProperties": [
{
"Id": "4044606d-e198-46bb-a2bc-2a85d90ced0e",
"CreationDateUtc": "2026-01-21T09:39:48.1617213+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
},
{
"Id": "4044606d-e198-46bb-a2bc-2a85d90ced0e",
"CreationDateUtc": "2026-01-21T09:39:48.1617213+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
}
]
},
"OrderStatusChanges": [
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-01-21T09:39:48.1617213+00:00",
"Description": "sample string 4",
"UserId": "2c7489f2-57d5-4e93-8796-ab239a50d590"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-01-21T09:39:48.1617213+00:00",
"Description": "sample string 4",
"UserId": "2c7489f2-57d5-4e93-8796-ab239a50d590"
}
],
"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": "363932a8-aebf-4788-abbf-776e41bd70db",
"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": "501487d7-8313-4441-b229-d0abf5231b2c",
"DeliveryDate": "2026-01-21T09:39:48.1617213+00:00",
"PaperSize": "sample string 17",
"CentralMailerCampaignId": "c100bf71-dfbd-45d4-b42b-bcdc742ff25e",
"OrderProductionCompletedDate": null,
"Id": "a07913ec-c85a-47f7-82f1-5fbc9d1132e1",
"CreationDateUtc": "2026-01-21T09:39:48.1617213+00:00",
"UserId": "12a2d5b5-1690-4747-87cd-67d523b4055d",
"TenantId": "86abcce1-38a7-49af-8a3b-881f2aa2a9dc",
"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": "7116c0d5-0e73-451e-b0e6-89c86f6dde2e",
"CreationDateUtc": "2026-01-21T09:39:48.1773653+00:00",
"ConsignmentNumber": "sample string 3",
"CampaignId": "eaa609d8-805e-400c-a2c7-1a0031c35d52",
"Reference": "sample string 4",
"OrderId": "bb5c2a7b-bc99-46e7-8ddf-ea09dbaca362"
},
{
"Id": "7116c0d5-0e73-451e-b0e6-89c86f6dde2e",
"CreationDateUtc": "2026-01-21T09:39:48.1773653+00:00",
"ConsignmentNumber": "sample string 3",
"CampaignId": "eaa609d8-805e-400c-a2c7-1a0031c35d52",
"Reference": "sample string 4",
"OrderId": "bb5c2a7b-bc99-46e7-8ddf-ea09dbaca362"
}
],
"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-01-21T09:39:48.1617213+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">a07913ec-c85a-47f7-82f1-5fbc9d1132e1</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">86abcce1-38a7-49af-8a3b-881f2aa2a9dc</TenantId>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">12a2d5b5-1690-4747-87cd-67d523b4055d</UserId>
<VatRateApplied xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">26</VatRateApplied>
<ApprovalGroupId>501487d7-8313-4441-b229-d0abf5231b2c</ApprovalGroupId>
<ApprovalResponses>
<ApprovalResponseDto>
<ApproverUserId>9eefa5cb-af97-482a-8aa3-ccfbb7cf146c</ApproverUserId>
<CampaignId>f7415f1e-1063-4e6e-843e-7c09346fe3d0</CampaignId>
<CreationDate>2026-01-21T09:39:48.1617213+00:00</CreationDate>
<Id>e8d3614a-be8c-4864-8f22-5d79cc05ceee</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
<ApprovalResponseDto>
<ApproverUserId>9eefa5cb-af97-482a-8aa3-ccfbb7cf146c</ApproverUserId>
<CampaignId>f7415f1e-1063-4e6e-843e-7c09346fe3d0</CampaignId>
<CreationDate>2026-01-21T09:39:48.1617213+00:00</CreationDate>
<Id>e8d3614a-be8c-4864-8f22-5d79cc05ceee</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
</ApprovalResponses>
<CampaignProperties>
<PayCampaignPropertyDto>
<CampaignId>5787f6a5-5381-4734-8ecc-d3bee3d018a0</CampaignId>
<Id>2c8a1b7e-455e-4463-bdca-0c64972ef9a9</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
<PayCampaignPropertyDto>
<CampaignId>5787f6a5-5381-4734-8ecc-d3bee3d018a0</CampaignId>
<Id>2c8a1b7e-455e-4463-bdca-0c64972ef9a9</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
</CampaignProperties>
<CentralMailerCampaignId>c100bf71-dfbd-45d4-b42b-bcdc742ff25e</CentralMailerCampaignId>
<DeliveryDate>2026-01-21T09:39:48.1617213+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-01-21T09:39:48.1617213+00:00</ModifiedDateUtc>
<Name>sample string 1</Name>
<OrderId>5600350c-b722-4098-ad70-61188d23c2de</OrderId>
<OrderStatusChanges>
<StatusChangeDto>
<ChangeDateUtc>2026-01-21T09:39:48.1617213+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>2c7489f2-57d5-4e93-8796-ab239a50d590</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2026-01-21T09:39:48.1617213+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>2c7489f2-57d5-4e93-8796-ab239a50d590</UserId>
</StatusChangeDto>
</OrderStatusChanges>
<OrganisationId>363932a8-aebf-4788-abbf-776e41bd70db</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>7b40f0d5-2212-4399-802b-15da83f28304</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-01-21T09:39:48.1617213+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-01-21T09:39:48.1617213+00:00</StartDate>
<TenantId>sample string 4</TenantId>
<VoucherCode>sample string 3</VoucherCode>
<VoucherProductType>sample string 10</VoucherProductType>
<VoucherProperties>
<VoucherPropertyDto>
<CreationDateUtc>2026-01-21T09:39:48.1617213+00:00</CreationDateUtc>
<Id>4044606d-e198-46bb-a2bc-2a85d90ced0e</Id>
<Name>sample string 4</Name>
<Type>PrintingOptions</Type>
<Value>sample string 5</Value>
<VoucherId>3</VoucherId>
</VoucherPropertyDto>
<VoucherPropertyDto>
<CreationDateUtc>2026-01-21T09:39:48.1617213+00:00</CreationDateUtc>
<Id>4044606d-e198-46bb-a2bc-2a85d90ced0e</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>60bd8e3b-422a-48f3-94f3-2928b95bace3</UserId>
</VoucherUserDto>
<VoucherUserDto>
<ApplyAutomatically>true</ApplyAutomatically>
<SingleUse>true</SingleUse>
<UserId>60bd8e3b-422a-48f3-94f3-2928b95bace3</UserId>
</VoucherUserDto>
</VoucherUsers>
</Voucher>
</PayCampaignDto>
<PayCampaignDto>
<CreationDateUtc xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">2026-01-21T09:39:48.1617213+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">a07913ec-c85a-47f7-82f1-5fbc9d1132e1</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">86abcce1-38a7-49af-8a3b-881f2aa2a9dc</TenantId>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">12a2d5b5-1690-4747-87cd-67d523b4055d</UserId>
<VatRateApplied xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">26</VatRateApplied>
<ApprovalGroupId>501487d7-8313-4441-b229-d0abf5231b2c</ApprovalGroupId>
<ApprovalResponses>
<ApprovalResponseDto>
<ApproverUserId>9eefa5cb-af97-482a-8aa3-ccfbb7cf146c</ApproverUserId>
<CampaignId>f7415f1e-1063-4e6e-843e-7c09346fe3d0</CampaignId>
<CreationDate>2026-01-21T09:39:48.1617213+00:00</CreationDate>
<Id>e8d3614a-be8c-4864-8f22-5d79cc05ceee</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
<ApprovalResponseDto>
<ApproverUserId>9eefa5cb-af97-482a-8aa3-ccfbb7cf146c</ApproverUserId>
<CampaignId>f7415f1e-1063-4e6e-843e-7c09346fe3d0</CampaignId>
<CreationDate>2026-01-21T09:39:48.1617213+00:00</CreationDate>
<Id>e8d3614a-be8c-4864-8f22-5d79cc05ceee</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
</ApprovalResponses>
<CampaignProperties>
<PayCampaignPropertyDto>
<CampaignId>5787f6a5-5381-4734-8ecc-d3bee3d018a0</CampaignId>
<Id>2c8a1b7e-455e-4463-bdca-0c64972ef9a9</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
<PayCampaignPropertyDto>
<CampaignId>5787f6a5-5381-4734-8ecc-d3bee3d018a0</CampaignId>
<Id>2c8a1b7e-455e-4463-bdca-0c64972ef9a9</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
</CampaignProperties>
<CentralMailerCampaignId>c100bf71-dfbd-45d4-b42b-bcdc742ff25e</CentralMailerCampaignId>
<DeliveryDate>2026-01-21T09:39:48.1617213+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-01-21T09:39:48.1617213+00:00</ModifiedDateUtc>
<Name>sample string 1</Name>
<OrderId>5600350c-b722-4098-ad70-61188d23c2de</OrderId>
<OrderStatusChanges>
<StatusChangeDto>
<ChangeDateUtc>2026-01-21T09:39:48.1617213+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>2c7489f2-57d5-4e93-8796-ab239a50d590</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2026-01-21T09:39:48.1617213+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>2c7489f2-57d5-4e93-8796-ab239a50d590</UserId>
</StatusChangeDto>
</OrderStatusChanges>
<OrganisationId>363932a8-aebf-4788-abbf-776e41bd70db</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>7b40f0d5-2212-4399-802b-15da83f28304</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-01-21T09:39:48.1617213+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-01-21T09:39:48.1617213+00:00</StartDate>
<TenantId>sample string 4</TenantId>
<VoucherCode>sample string 3</VoucherCode>
<VoucherProductType>sample string 10</VoucherProductType>
<VoucherProperties>
<VoucherPropertyDto>
<CreationDateUtc>2026-01-21T09:39:48.1617213+00:00</CreationDateUtc>
<Id>4044606d-e198-46bb-a2bc-2a85d90ced0e</Id>
<Name>sample string 4</Name>
<Type>PrintingOptions</Type>
<Value>sample string 5</Value>
<VoucherId>3</VoucherId>
</VoucherPropertyDto>
<VoucherPropertyDto>
<CreationDateUtc>2026-01-21T09:39:48.1617213+00:00</CreationDateUtc>
<Id>4044606d-e198-46bb-a2bc-2a85d90ced0e</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>60bd8e3b-422a-48f3-94f3-2928b95bace3</UserId>
</VoucherUserDto>
<VoucherUserDto>
<ApplyAutomatically>true</ApplyAutomatically>
<SingleUse>true</SingleUse>
<UserId>60bd8e3b-422a-48f3-94f3-2928b95bace3</UserId>
</VoucherUserDto>
</VoucherUsers>
</Voucher>
</PayCampaignDto>
</Campaigns>
<ConsignmentDetails>
<PayOrderConsignmentDetailDto>
<CampaignId>eaa609d8-805e-400c-a2c7-1a0031c35d52</CampaignId>
<ConsignmentNumber>sample string 3</ConsignmentNumber>
<CreationDateUtc>2026-01-21T09:39:48.1773653+00:00</CreationDateUtc>
<Id>7116c0d5-0e73-451e-b0e6-89c86f6dde2e</Id>
<OrderId>bb5c2a7b-bc99-46e7-8ddf-ea09dbaca362</OrderId>
<Reference>sample string 4</Reference>
</PayOrderConsignmentDetailDto>
<PayOrderConsignmentDetailDto>
<CampaignId>eaa609d8-805e-400c-a2c7-1a0031c35d52</CampaignId>
<ConsignmentNumber>sample string 3</ConsignmentNumber>
<CreationDateUtc>2026-01-21T09:39:48.1773653+00:00</CreationDateUtc>
<Id>7116c0d5-0e73-451e-b0e6-89c86f6dde2e</Id>
<OrderId>bb5c2a7b-bc99-46e7-8ddf-ea09dbaca362</OrderId>
<Reference>sample string 4</Reference>
</PayOrderConsignmentDetailDto>
</ConsignmentDetails>
<CreationDateUtc>2026-01-21T09:39:48.1617213+00:00</CreationDateUtc>
<CurrencyCode>sample string 14</CurrencyCode>
<DeliveryAddressId>986e31bb-aff3-45da-9686-b10e2e50d33e</DeliveryAddressId>
<ExternalProductionId>sample string 10</ExternalProductionId>
<Id>ca4e0252-3748-40ef-919c-4a8aab8cb3bc</Id>
<IsTemporary>true</IsTemporary>
<ModifiedDateUtc>2026-01-21T09:39:48.1617213+00:00</ModifiedDateUtc>
<Name>sample string 3</Name>
<PaymentDateUtc>2026-01-21T09:39:48.1617213+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-01-21T09:39:48.1617213+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>2c7489f2-57d5-4e93-8796-ab239a50d590</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2026-01-21T09:39:48.1617213+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>2c7489f2-57d5-4e93-8796-ab239a50d590</UserId>
</StatusChangeDto>
</StatusChanges>
<TenantId>c93933d7-831a-4bb5-aa95-9e2c4de2a29d</TenantId>
<UserId>c58d5505-dcd5-4088-afb1-a6b92b83674f</UserId>
<VatRate>5</VatRate>
</PayOrderDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.