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": "031f1b58-5b08-42f5-9416-d5d9311e6a26",
"PublicId": "sample string 2",
"Name": "sample string 3",
"CreationDateUtc": "2026-08-28T13:47:35.2377367+00:00",
"ModifiedDateUtc": "2026-08-28T13:47:35.2377367+00:00",
"PaymentDateUtc": "2026-08-28T13:47:35.2377367+00:00",
"VatRate": 5.0,
"PricePaid": 6.0,
"UserId": "849b9873-8854-42ed-b181-146ca1379940",
"TenantId": "aa6eb61f-43f1-44dc-aa0c-43d291180a52",
"StatusChanges": [
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-08-28T13:47:35.2377367+00:00",
"Description": "sample string 4",
"UserId": "336e4743-1f15-4153-b132-8a2d89d9e875"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-08-28T13:47:35.2377367+00:00",
"Description": "sample string 4",
"UserId": "336e4743-1f15-4153-b132-8a2d89d9e875"
}
],
"Status": "sample string 2",
"IsTemporary": true,
"DeliveryAddressId": "25c03066-9c30-4610-83d8-db1684cf6635",
"ExternalProductionId": "sample string 10",
"Campaigns": [
{
"Name": "sample string 1",
"PublicId": "sample string 2",
"ModifiedDateUtc": "2026-08-28T13:47:35.2377367+00:00",
"UserJourney": "sample string 3",
"ServiceType": 0,
"Quantity": 4,
"ApprovalResponses": [
{
"Id": "ce5fb367-69f7-43d4-8216-afe786f4815c",
"CreationDate": "2026-08-28T13:47:35.2377367+00:00",
"ApproverUserId": "8c7461f9-0cc8-4890-8401-2ea5aacd535f",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "8d1ed559-2001-4c9a-9bc6-7049335986ab"
},
{
"Id": "ce5fb367-69f7-43d4-8216-afe786f4815c",
"CreationDate": "2026-08-28T13:47:35.2377367+00:00",
"ApproverUserId": "8c7461f9-0cc8-4890-8401-2ea5aacd535f",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "8d1ed559-2001-4c9a-9bc6-7049335986ab"
}
],
"SupplierId": "253ec68c-a385-40b8-9e2f-485470f57d92",
"OrderId": "515f570b-6cb3-4ef9-b02e-3d1a2e82fee3",
"CampaignProperties": [
{
"Id": "a739c596-b764-4307-a5f7-d4d4b90867a9",
"CampaignId": "e3ab605f-ba4a-4c0f-8da3-68344ce1949c",
"Name": "sample string 3",
"Value": "sample string 4"
},
{
"Id": "a739c596-b764-4307-a5f7-d4d4b90867a9",
"CampaignId": "e3ab605f-ba4a-4c0f-8da3-68344ce1949c",
"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-28T13:47:35.2377367+00:00",
"ExpiryDate": "2026-08-28T13:47:35.2377367+00:00",
"Cancelled": true,
"IsPercentageDiscount": true,
"Entitlement": 7.0,
"MinSpend": 1.0,
"MaxSpend": 1.0,
"MaxDiscount": 1.0,
"ForAllUsers": true,
"Deleted": true,
"VoucherUsers": [
{
"UserId": "349614df-3f41-4c7c-86d7-098e2bdfe7f2",
"SingleUse": true,
"ApplyAutomatically": true
},
{
"UserId": "349614df-3f41-4c7c-86d7-098e2bdfe7f2",
"SingleUse": true,
"ApplyAutomatically": true
}
],
"MinimumQuantity": 1,
"VoucherProductType": "sample string 10",
"NewCustomerOnly": true,
"VoucherProperties": [
{
"Id": "0dd09f16-74a2-45f5-930b-ed7669959bfd",
"CreationDateUtc": "2026-08-28T13:47:35.2377367+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
},
{
"Id": "0dd09f16-74a2-45f5-930b-ed7669959bfd",
"CreationDateUtc": "2026-08-28T13:47:35.2377367+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
}
]
},
"OrderStatusChanges": [
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-08-28T13:47:35.2377367+00:00",
"Description": "sample string 4",
"UserId": "336e4743-1f15-4153-b132-8a2d89d9e875"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-08-28T13:47:35.2377367+00:00",
"Description": "sample string 4",
"UserId": "336e4743-1f15-4153-b132-8a2d89d9e875"
}
],
"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": "37c47582-c98c-405f-9629-45800ff672af",
"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": "e2f59e0f-6232-4af9-b798-eda09915d8ab",
"DeliveryDate": "2026-08-28T13:47:35.2377367+00:00",
"PaperSize": "sample string 17",
"CentralMailerCampaignId": "ec480d54-91b8-4c4e-b4ad-f937358e5824",
"OrderProductionCompletedDate": null,
"Id": "b7a698e2-3465-485a-b8cb-8b0802f67437",
"CreationDateUtc": "2026-08-28T13:47:35.2377367+00:00",
"UserId": "1d5ac639-3c2f-40d3-9ba7-87d53f0c8380",
"TenantId": "c810dd84-31a0-43d2-b99e-8af6117956ca",
"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-28T13:47:35.2377367+00:00",
"UserJourney": "sample string 3",
"ServiceType": 0,
"Quantity": 4,
"ApprovalResponses": [
{
"Id": "ce5fb367-69f7-43d4-8216-afe786f4815c",
"CreationDate": "2026-08-28T13:47:35.2377367+00:00",
"ApproverUserId": "8c7461f9-0cc8-4890-8401-2ea5aacd535f",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "8d1ed559-2001-4c9a-9bc6-7049335986ab"
},
{
"Id": "ce5fb367-69f7-43d4-8216-afe786f4815c",
"CreationDate": "2026-08-28T13:47:35.2377367+00:00",
"ApproverUserId": "8c7461f9-0cc8-4890-8401-2ea5aacd535f",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "8d1ed559-2001-4c9a-9bc6-7049335986ab"
}
],
"SupplierId": "253ec68c-a385-40b8-9e2f-485470f57d92",
"OrderId": "515f570b-6cb3-4ef9-b02e-3d1a2e82fee3",
"CampaignProperties": [
{
"Id": "a739c596-b764-4307-a5f7-d4d4b90867a9",
"CampaignId": "e3ab605f-ba4a-4c0f-8da3-68344ce1949c",
"Name": "sample string 3",
"Value": "sample string 4"
},
{
"Id": "a739c596-b764-4307-a5f7-d4d4b90867a9",
"CampaignId": "e3ab605f-ba4a-4c0f-8da3-68344ce1949c",
"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-28T13:47:35.2377367+00:00",
"ExpiryDate": "2026-08-28T13:47:35.2377367+00:00",
"Cancelled": true,
"IsPercentageDiscount": true,
"Entitlement": 7.0,
"MinSpend": 1.0,
"MaxSpend": 1.0,
"MaxDiscount": 1.0,
"ForAllUsers": true,
"Deleted": true,
"VoucherUsers": [
{
"UserId": "349614df-3f41-4c7c-86d7-098e2bdfe7f2",
"SingleUse": true,
"ApplyAutomatically": true
},
{
"UserId": "349614df-3f41-4c7c-86d7-098e2bdfe7f2",
"SingleUse": true,
"ApplyAutomatically": true
}
],
"MinimumQuantity": 1,
"VoucherProductType": "sample string 10",
"NewCustomerOnly": true,
"VoucherProperties": [
{
"Id": "0dd09f16-74a2-45f5-930b-ed7669959bfd",
"CreationDateUtc": "2026-08-28T13:47:35.2377367+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
},
{
"Id": "0dd09f16-74a2-45f5-930b-ed7669959bfd",
"CreationDateUtc": "2026-08-28T13:47:35.2377367+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
}
]
},
"OrderStatusChanges": [
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-08-28T13:47:35.2377367+00:00",
"Description": "sample string 4",
"UserId": "336e4743-1f15-4153-b132-8a2d89d9e875"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-08-28T13:47:35.2377367+00:00",
"Description": "sample string 4",
"UserId": "336e4743-1f15-4153-b132-8a2d89d9e875"
}
],
"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": "37c47582-c98c-405f-9629-45800ff672af",
"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": "e2f59e0f-6232-4af9-b798-eda09915d8ab",
"DeliveryDate": "2026-08-28T13:47:35.2377367+00:00",
"PaperSize": "sample string 17",
"CentralMailerCampaignId": "ec480d54-91b8-4c4e-b4ad-f937358e5824",
"OrderProductionCompletedDate": null,
"Id": "b7a698e2-3465-485a-b8cb-8b0802f67437",
"CreationDateUtc": "2026-08-28T13:47:35.2377367+00:00",
"UserId": "1d5ac639-3c2f-40d3-9ba7-87d53f0c8380",
"TenantId": "c810dd84-31a0-43d2-b99e-8af6117956ca",
"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": "ac68ee13-ee90-4590-b7b8-3cbf7c889160",
"CreationDateUtc": "2026-08-28T13:47:35.2377367+00:00",
"ConsignmentNumber": "sample string 3",
"CampaignId": "3432a6bf-281c-45be-aeeb-ba44c99fcef7",
"Reference": "sample string 4",
"OrderId": "149a0129-c299-4528-8ebf-6b4be9e646d1"
},
{
"Id": "ac68ee13-ee90-4590-b7b8-3cbf7c889160",
"CreationDateUtc": "2026-08-28T13:47:35.2377367+00:00",
"ConsignmentNumber": "sample string 3",
"CampaignId": "3432a6bf-281c-45be-aeeb-ba44c99fcef7",
"Reference": "sample string 4",
"OrderId": "149a0129-c299-4528-8ebf-6b4be9e646d1"
}
],
"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-28T13:47:35.2377367+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">b7a698e2-3465-485a-b8cb-8b0802f67437</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">c810dd84-31a0-43d2-b99e-8af6117956ca</TenantId>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">1d5ac639-3c2f-40d3-9ba7-87d53f0c8380</UserId>
<VatRateApplied xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">26</VatRateApplied>
<ApprovalGroupId>e2f59e0f-6232-4af9-b798-eda09915d8ab</ApprovalGroupId>
<ApprovalResponses>
<ApprovalResponseDto>
<ApproverUserId>8c7461f9-0cc8-4890-8401-2ea5aacd535f</ApproverUserId>
<CampaignId>8d1ed559-2001-4c9a-9bc6-7049335986ab</CampaignId>
<CreationDate>2026-08-28T13:47:35.2377367+00:00</CreationDate>
<Id>ce5fb367-69f7-43d4-8216-afe786f4815c</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
<ApprovalResponseDto>
<ApproverUserId>8c7461f9-0cc8-4890-8401-2ea5aacd535f</ApproverUserId>
<CampaignId>8d1ed559-2001-4c9a-9bc6-7049335986ab</CampaignId>
<CreationDate>2026-08-28T13:47:35.2377367+00:00</CreationDate>
<Id>ce5fb367-69f7-43d4-8216-afe786f4815c</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
</ApprovalResponses>
<CampaignProperties>
<PayCampaignPropertyDto>
<CampaignId>e3ab605f-ba4a-4c0f-8da3-68344ce1949c</CampaignId>
<Id>a739c596-b764-4307-a5f7-d4d4b90867a9</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
<PayCampaignPropertyDto>
<CampaignId>e3ab605f-ba4a-4c0f-8da3-68344ce1949c</CampaignId>
<Id>a739c596-b764-4307-a5f7-d4d4b90867a9</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
</CampaignProperties>
<CentralMailerCampaignId>ec480d54-91b8-4c4e-b4ad-f937358e5824</CentralMailerCampaignId>
<DeliveryDate>2026-08-28T13:47:35.2377367+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-28T13:47:35.2377367+00:00</ModifiedDateUtc>
<Name>sample string 1</Name>
<OrderId>515f570b-6cb3-4ef9-b02e-3d1a2e82fee3</OrderId>
<OrderStatusChanges>
<StatusChangeDto>
<ChangeDateUtc>2026-08-28T13:47:35.2377367+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>336e4743-1f15-4153-b132-8a2d89d9e875</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2026-08-28T13:47:35.2377367+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>336e4743-1f15-4153-b132-8a2d89d9e875</UserId>
</StatusChangeDto>
</OrderStatusChanges>
<OrganisationId>37c47582-c98c-405f-9629-45800ff672af</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>253ec68c-a385-40b8-9e2f-485470f57d92</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-28T13:47:35.2377367+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-28T13:47:35.2377367+00:00</StartDate>
<TenantId>sample string 4</TenantId>
<VoucherCode>sample string 3</VoucherCode>
<VoucherProductType>sample string 10</VoucherProductType>
<VoucherProperties>
<VoucherPropertyDto>
<CreationDateUtc>2026-08-28T13:47:35.2377367+00:00</CreationDateUtc>
<Id>0dd09f16-74a2-45f5-930b-ed7669959bfd</Id>
<Name>sample string 4</Name>
<Type>PrintingOptions</Type>
<Value>sample string 5</Value>
<VoucherId>3</VoucherId>
</VoucherPropertyDto>
<VoucherPropertyDto>
<CreationDateUtc>2026-08-28T13:47:35.2377367+00:00</CreationDateUtc>
<Id>0dd09f16-74a2-45f5-930b-ed7669959bfd</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>349614df-3f41-4c7c-86d7-098e2bdfe7f2</UserId>
</VoucherUserDto>
<VoucherUserDto>
<ApplyAutomatically>true</ApplyAutomatically>
<SingleUse>true</SingleUse>
<UserId>349614df-3f41-4c7c-86d7-098e2bdfe7f2</UserId>
</VoucherUserDto>
</VoucherUsers>
</Voucher>
</PayCampaignDto>
<PayCampaignDto>
<CreationDateUtc xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">2026-08-28T13:47:35.2377367+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">b7a698e2-3465-485a-b8cb-8b0802f67437</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">c810dd84-31a0-43d2-b99e-8af6117956ca</TenantId>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">1d5ac639-3c2f-40d3-9ba7-87d53f0c8380</UserId>
<VatRateApplied xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">26</VatRateApplied>
<ApprovalGroupId>e2f59e0f-6232-4af9-b798-eda09915d8ab</ApprovalGroupId>
<ApprovalResponses>
<ApprovalResponseDto>
<ApproverUserId>8c7461f9-0cc8-4890-8401-2ea5aacd535f</ApproverUserId>
<CampaignId>8d1ed559-2001-4c9a-9bc6-7049335986ab</CampaignId>
<CreationDate>2026-08-28T13:47:35.2377367+00:00</CreationDate>
<Id>ce5fb367-69f7-43d4-8216-afe786f4815c</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
<ApprovalResponseDto>
<ApproverUserId>8c7461f9-0cc8-4890-8401-2ea5aacd535f</ApproverUserId>
<CampaignId>8d1ed559-2001-4c9a-9bc6-7049335986ab</CampaignId>
<CreationDate>2026-08-28T13:47:35.2377367+00:00</CreationDate>
<Id>ce5fb367-69f7-43d4-8216-afe786f4815c</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
</ApprovalResponses>
<CampaignProperties>
<PayCampaignPropertyDto>
<CampaignId>e3ab605f-ba4a-4c0f-8da3-68344ce1949c</CampaignId>
<Id>a739c596-b764-4307-a5f7-d4d4b90867a9</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
<PayCampaignPropertyDto>
<CampaignId>e3ab605f-ba4a-4c0f-8da3-68344ce1949c</CampaignId>
<Id>a739c596-b764-4307-a5f7-d4d4b90867a9</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
</CampaignProperties>
<CentralMailerCampaignId>ec480d54-91b8-4c4e-b4ad-f937358e5824</CentralMailerCampaignId>
<DeliveryDate>2026-08-28T13:47:35.2377367+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-28T13:47:35.2377367+00:00</ModifiedDateUtc>
<Name>sample string 1</Name>
<OrderId>515f570b-6cb3-4ef9-b02e-3d1a2e82fee3</OrderId>
<OrderStatusChanges>
<StatusChangeDto>
<ChangeDateUtc>2026-08-28T13:47:35.2377367+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>336e4743-1f15-4153-b132-8a2d89d9e875</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2026-08-28T13:47:35.2377367+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>336e4743-1f15-4153-b132-8a2d89d9e875</UserId>
</StatusChangeDto>
</OrderStatusChanges>
<OrganisationId>37c47582-c98c-405f-9629-45800ff672af</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>253ec68c-a385-40b8-9e2f-485470f57d92</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-28T13:47:35.2377367+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-28T13:47:35.2377367+00:00</StartDate>
<TenantId>sample string 4</TenantId>
<VoucherCode>sample string 3</VoucherCode>
<VoucherProductType>sample string 10</VoucherProductType>
<VoucherProperties>
<VoucherPropertyDto>
<CreationDateUtc>2026-08-28T13:47:35.2377367+00:00</CreationDateUtc>
<Id>0dd09f16-74a2-45f5-930b-ed7669959bfd</Id>
<Name>sample string 4</Name>
<Type>PrintingOptions</Type>
<Value>sample string 5</Value>
<VoucherId>3</VoucherId>
</VoucherPropertyDto>
<VoucherPropertyDto>
<CreationDateUtc>2026-08-28T13:47:35.2377367+00:00</CreationDateUtc>
<Id>0dd09f16-74a2-45f5-930b-ed7669959bfd</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>349614df-3f41-4c7c-86d7-098e2bdfe7f2</UserId>
</VoucherUserDto>
<VoucherUserDto>
<ApplyAutomatically>true</ApplyAutomatically>
<SingleUse>true</SingleUse>
<UserId>349614df-3f41-4c7c-86d7-098e2bdfe7f2</UserId>
</VoucherUserDto>
</VoucherUsers>
</Voucher>
</PayCampaignDto>
</Campaigns>
<ConsignmentDetails>
<PayOrderConsignmentDetailDto>
<CampaignId>3432a6bf-281c-45be-aeeb-ba44c99fcef7</CampaignId>
<ConsignmentNumber>sample string 3</ConsignmentNumber>
<CreationDateUtc>2026-08-28T13:47:35.2377367+00:00</CreationDateUtc>
<Id>ac68ee13-ee90-4590-b7b8-3cbf7c889160</Id>
<OrderId>149a0129-c299-4528-8ebf-6b4be9e646d1</OrderId>
<Reference>sample string 4</Reference>
</PayOrderConsignmentDetailDto>
<PayOrderConsignmentDetailDto>
<CampaignId>3432a6bf-281c-45be-aeeb-ba44c99fcef7</CampaignId>
<ConsignmentNumber>sample string 3</ConsignmentNumber>
<CreationDateUtc>2026-08-28T13:47:35.2377367+00:00</CreationDateUtc>
<Id>ac68ee13-ee90-4590-b7b8-3cbf7c889160</Id>
<OrderId>149a0129-c299-4528-8ebf-6b4be9e646d1</OrderId>
<Reference>sample string 4</Reference>
</PayOrderConsignmentDetailDto>
</ConsignmentDetails>
<CreationDateUtc>2026-08-28T13:47:35.2377367+00:00</CreationDateUtc>
<CurrencyCode>sample string 14</CurrencyCode>
<DeliveryAddressId>25c03066-9c30-4610-83d8-db1684cf6635</DeliveryAddressId>
<ExternalProductionId>sample string 10</ExternalProductionId>
<Id>031f1b58-5b08-42f5-9416-d5d9311e6a26</Id>
<IsTemporary>true</IsTemporary>
<ModifiedDateUtc>2026-08-28T13:47:35.2377367+00:00</ModifiedDateUtc>
<Name>sample string 3</Name>
<PaymentDateUtc>2026-08-28T13:47:35.2377367+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-28T13:47:35.2377367+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>336e4743-1f15-4153-b132-8a2d89d9e875</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2026-08-28T13:47:35.2377367+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>336e4743-1f15-4153-b132-8a2d89d9e875</UserId>
</StatusChangeDto>
</StatusChanges>
<TenantId>aa6eb61f-43f1-44dc-aa0c-43d291180a52</TenantId>
<UserId>849b9873-8854-42ed-b181-146ca1379940</UserId>
<VatRate>5</VatRate>
</PayOrderDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.