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": "b4cf5292-01c9-4dec-858e-abb099aa483d",
"PublicId": "sample string 2",
"Name": "sample string 3",
"CreationDateUtc": "2025-12-11T08:30:57.5926597+00:00",
"ModifiedDateUtc": "2025-12-11T08:30:57.5926597+00:00",
"PaymentDateUtc": "2025-12-11T08:30:57.5926597+00:00",
"VatRate": 5.0,
"PricePaid": 6.0,
"UserId": "2130681d-aa71-491d-ab8c-914fcd79f13e",
"TenantId": "e8c89be1-61ab-4cda-bd09-c9b323571177",
"StatusChanges": [
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2025-12-11T08:30:57.5926597+00:00",
"Description": "sample string 4",
"UserId": "1a382a77-29e9-42eb-97fe-3cecc8ce41d0"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2025-12-11T08:30:57.5926597+00:00",
"Description": "sample string 4",
"UserId": "1a382a77-29e9-42eb-97fe-3cecc8ce41d0"
}
],
"Status": "sample string 2",
"IsTemporary": true,
"DeliveryAddressId": "4a6a39f6-5f94-4e29-bcd0-3b0e8cc56093",
"ExternalProductionId": "sample string 10",
"Campaigns": [
{
"Name": "sample string 1",
"PublicId": "sample string 2",
"ModifiedDateUtc": "2025-12-11T08:30:57.5926597+00:00",
"UserJourney": "sample string 3",
"ServiceType": 0,
"Quantity": 4,
"ApprovalResponses": [
{
"Id": "dbcdf61e-7d3e-4765-a0ce-e642b2d0430d",
"CreationDate": "2025-12-11T08:30:57.5926597+00:00",
"ApproverUserId": "032df6f5-b3b7-466e-8212-90265bae400a",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "dd4ad187-5d20-4e7f-9561-2ab3fa52397b"
},
{
"Id": "dbcdf61e-7d3e-4765-a0ce-e642b2d0430d",
"CreationDate": "2025-12-11T08:30:57.5926597+00:00",
"ApproverUserId": "032df6f5-b3b7-466e-8212-90265bae400a",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "dd4ad187-5d20-4e7f-9561-2ab3fa52397b"
}
],
"SupplierId": "e699819b-9ce4-4b52-ad26-922e7006051f",
"OrderId": "adf2365c-e202-4b81-b3c0-1b5a5cc18f3e",
"CampaignProperties": [
{
"Id": "ff7712e0-d3cb-4e34-8083-b0aee40a6a5b",
"CampaignId": "db0ab248-4117-4c67-bf37-7dd17f31e631",
"Name": "sample string 3",
"Value": "sample string 4"
},
{
"Id": "ff7712e0-d3cb-4e34-8083-b0aee40a6a5b",
"CampaignId": "db0ab248-4117-4c67-bf37-7dd17f31e631",
"Name": "sample string 3",
"Value": "sample string 4"
}
],
"Voucher": {
"Id": 1,
"Description": "sample string 2",
"VoucherCode": "sample string 3",
"TenantId": "sample string 4",
"StartDate": "2025-12-11T08:30:57.5926597+00:00",
"ExpiryDate": "2025-12-11T08:30:57.5926597+00:00",
"Cancelled": true,
"IsPercentageDiscount": true,
"Entitlement": 7.0,
"MinSpend": 1.0,
"MaxSpend": 1.0,
"MaxDiscount": 1.0,
"ForAllUsers": true,
"Deleted": true,
"VoucherUsers": [
{
"UserId": "dfb72038-a8c2-4a32-926a-d5738e5a0cc9",
"SingleUse": true,
"ApplyAutomatically": true
},
{
"UserId": "dfb72038-a8c2-4a32-926a-d5738e5a0cc9",
"SingleUse": true,
"ApplyAutomatically": true
}
],
"MinimumQuantity": 1,
"VoucherProductType": "sample string 10",
"NewCustomerOnly": true,
"VoucherProperties": [
{
"Id": "dd6e5fe4-f7aa-45dd-804f-fb8f8192d1b5",
"CreationDateUtc": "2025-12-11T08:30:57.5926597+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
},
{
"Id": "dd6e5fe4-f7aa-45dd-804f-fb8f8192d1b5",
"CreationDateUtc": "2025-12-11T08:30:57.5926597+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
}
]
},
"OrderStatusChanges": [
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2025-12-11T08:30:57.5926597+00:00",
"Description": "sample string 4",
"UserId": "1a382a77-29e9-42eb-97fe-3cecc8ce41d0"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2025-12-11T08:30:57.5926597+00:00",
"Description": "sample string 4",
"UserId": "1a382a77-29e9-42eb-97fe-3cecc8ce41d0"
}
],
"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": "ef4e97b8-45c5-4818-85e8-24fed3f91863",
"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": "1b36c729-6b64-4fcd-8c1c-88a5ca200c90",
"DeliveryDate": "2025-12-11T08:30:57.5926597+00:00",
"PaperSize": "sample string 17",
"CentralMailerCampaignId": "3a6898b1-7005-4a14-b966-dd2f8a4d1065",
"OrderProductionCompletedDate": null,
"Id": "8f36617f-b6b5-4ce1-8ee1-c2fe1247948b",
"CreationDateUtc": "2025-12-11T08:30:57.5926597+00:00",
"UserId": "6f20f8b7-998c-476d-ad2c-ea8d706fe012",
"TenantId": "866d22b8-bae9-41da-8596-68bd354204b6",
"SubtotalExVat": 22.0,
"SubtotalIncVat": 23.0,
"DiscountedTotalExVat": 24.0,
"DiscountedTotalIncVat": 25.0,
"VatRateApplied": 26.0
},
{
"Name": "sample string 1",
"PublicId": "sample string 2",
"ModifiedDateUtc": "2025-12-11T08:30:57.5926597+00:00",
"UserJourney": "sample string 3",
"ServiceType": 0,
"Quantity": 4,
"ApprovalResponses": [
{
"Id": "dbcdf61e-7d3e-4765-a0ce-e642b2d0430d",
"CreationDate": "2025-12-11T08:30:57.5926597+00:00",
"ApproverUserId": "032df6f5-b3b7-466e-8212-90265bae400a",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "dd4ad187-5d20-4e7f-9561-2ab3fa52397b"
},
{
"Id": "dbcdf61e-7d3e-4765-a0ce-e642b2d0430d",
"CreationDate": "2025-12-11T08:30:57.5926597+00:00",
"ApproverUserId": "032df6f5-b3b7-466e-8212-90265bae400a",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "dd4ad187-5d20-4e7f-9561-2ab3fa52397b"
}
],
"SupplierId": "e699819b-9ce4-4b52-ad26-922e7006051f",
"OrderId": "adf2365c-e202-4b81-b3c0-1b5a5cc18f3e",
"CampaignProperties": [
{
"Id": "ff7712e0-d3cb-4e34-8083-b0aee40a6a5b",
"CampaignId": "db0ab248-4117-4c67-bf37-7dd17f31e631",
"Name": "sample string 3",
"Value": "sample string 4"
},
{
"Id": "ff7712e0-d3cb-4e34-8083-b0aee40a6a5b",
"CampaignId": "db0ab248-4117-4c67-bf37-7dd17f31e631",
"Name": "sample string 3",
"Value": "sample string 4"
}
],
"Voucher": {
"Id": 1,
"Description": "sample string 2",
"VoucherCode": "sample string 3",
"TenantId": "sample string 4",
"StartDate": "2025-12-11T08:30:57.5926597+00:00",
"ExpiryDate": "2025-12-11T08:30:57.5926597+00:00",
"Cancelled": true,
"IsPercentageDiscount": true,
"Entitlement": 7.0,
"MinSpend": 1.0,
"MaxSpend": 1.0,
"MaxDiscount": 1.0,
"ForAllUsers": true,
"Deleted": true,
"VoucherUsers": [
{
"UserId": "dfb72038-a8c2-4a32-926a-d5738e5a0cc9",
"SingleUse": true,
"ApplyAutomatically": true
},
{
"UserId": "dfb72038-a8c2-4a32-926a-d5738e5a0cc9",
"SingleUse": true,
"ApplyAutomatically": true
}
],
"MinimumQuantity": 1,
"VoucherProductType": "sample string 10",
"NewCustomerOnly": true,
"VoucherProperties": [
{
"Id": "dd6e5fe4-f7aa-45dd-804f-fb8f8192d1b5",
"CreationDateUtc": "2025-12-11T08:30:57.5926597+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
},
{
"Id": "dd6e5fe4-f7aa-45dd-804f-fb8f8192d1b5",
"CreationDateUtc": "2025-12-11T08:30:57.5926597+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
}
]
},
"OrderStatusChanges": [
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2025-12-11T08:30:57.5926597+00:00",
"Description": "sample string 4",
"UserId": "1a382a77-29e9-42eb-97fe-3cecc8ce41d0"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2025-12-11T08:30:57.5926597+00:00",
"Description": "sample string 4",
"UserId": "1a382a77-29e9-42eb-97fe-3cecc8ce41d0"
}
],
"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": "ef4e97b8-45c5-4818-85e8-24fed3f91863",
"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": "1b36c729-6b64-4fcd-8c1c-88a5ca200c90",
"DeliveryDate": "2025-12-11T08:30:57.5926597+00:00",
"PaperSize": "sample string 17",
"CentralMailerCampaignId": "3a6898b1-7005-4a14-b966-dd2f8a4d1065",
"OrderProductionCompletedDate": null,
"Id": "8f36617f-b6b5-4ce1-8ee1-c2fe1247948b",
"CreationDateUtc": "2025-12-11T08:30:57.5926597+00:00",
"UserId": "6f20f8b7-998c-476d-ad2c-ea8d706fe012",
"TenantId": "866d22b8-bae9-41da-8596-68bd354204b6",
"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": "0cdbd9d9-f778-4ade-886f-510b0f4358ee",
"CreationDateUtc": "2025-12-11T08:30:57.5926597+00:00",
"ConsignmentNumber": "sample string 3",
"CampaignId": "75acc2e4-dcce-4c79-bc21-53263a8dadd7",
"Reference": "sample string 4",
"OrderId": "acc69131-7aef-4c17-bd29-023c738d11dd"
},
{
"Id": "0cdbd9d9-f778-4ade-886f-510b0f4358ee",
"CreationDateUtc": "2025-12-11T08:30:57.5926597+00:00",
"ConsignmentNumber": "sample string 3",
"CampaignId": "75acc2e4-dcce-4c79-bc21-53263a8dadd7",
"Reference": "sample string 4",
"OrderId": "acc69131-7aef-4c17-bd29-023c738d11dd"
}
],
"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">2025-12-11T08:30:57.5926597+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">8f36617f-b6b5-4ce1-8ee1-c2fe1247948b</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">866d22b8-bae9-41da-8596-68bd354204b6</TenantId>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">6f20f8b7-998c-476d-ad2c-ea8d706fe012</UserId>
<VatRateApplied xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">26</VatRateApplied>
<ApprovalGroupId>1b36c729-6b64-4fcd-8c1c-88a5ca200c90</ApprovalGroupId>
<ApprovalResponses>
<ApprovalResponseDto>
<ApproverUserId>032df6f5-b3b7-466e-8212-90265bae400a</ApproverUserId>
<CampaignId>dd4ad187-5d20-4e7f-9561-2ab3fa52397b</CampaignId>
<CreationDate>2025-12-11T08:30:57.5926597+00:00</CreationDate>
<Id>dbcdf61e-7d3e-4765-a0ce-e642b2d0430d</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
<ApprovalResponseDto>
<ApproverUserId>032df6f5-b3b7-466e-8212-90265bae400a</ApproverUserId>
<CampaignId>dd4ad187-5d20-4e7f-9561-2ab3fa52397b</CampaignId>
<CreationDate>2025-12-11T08:30:57.5926597+00:00</CreationDate>
<Id>dbcdf61e-7d3e-4765-a0ce-e642b2d0430d</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
</ApprovalResponses>
<CampaignProperties>
<PayCampaignPropertyDto>
<CampaignId>db0ab248-4117-4c67-bf37-7dd17f31e631</CampaignId>
<Id>ff7712e0-d3cb-4e34-8083-b0aee40a6a5b</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
<PayCampaignPropertyDto>
<CampaignId>db0ab248-4117-4c67-bf37-7dd17f31e631</CampaignId>
<Id>ff7712e0-d3cb-4e34-8083-b0aee40a6a5b</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
</CampaignProperties>
<CentralMailerCampaignId>3a6898b1-7005-4a14-b966-dd2f8a4d1065</CentralMailerCampaignId>
<DeliveryDate>2025-12-11T08:30:57.5926597+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>2025-12-11T08:30:57.5926597+00:00</ModifiedDateUtc>
<Name>sample string 1</Name>
<OrderId>adf2365c-e202-4b81-b3c0-1b5a5cc18f3e</OrderId>
<OrderStatusChanges>
<StatusChangeDto>
<ChangeDateUtc>2025-12-11T08:30:57.5926597+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>1a382a77-29e9-42eb-97fe-3cecc8ce41d0</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2025-12-11T08:30:57.5926597+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>1a382a77-29e9-42eb-97fe-3cecc8ce41d0</UserId>
</StatusChangeDto>
</OrderStatusChanges>
<OrganisationId>ef4e97b8-45c5-4818-85e8-24fed3f91863</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>e699819b-9ce4-4b52-ad26-922e7006051f</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>2025-12-11T08:30:57.5926597+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>2025-12-11T08:30:57.5926597+00:00</StartDate>
<TenantId>sample string 4</TenantId>
<VoucherCode>sample string 3</VoucherCode>
<VoucherProductType>sample string 10</VoucherProductType>
<VoucherProperties>
<VoucherPropertyDto>
<CreationDateUtc>2025-12-11T08:30:57.5926597+00:00</CreationDateUtc>
<Id>dd6e5fe4-f7aa-45dd-804f-fb8f8192d1b5</Id>
<Name>sample string 4</Name>
<Type>PrintingOptions</Type>
<Value>sample string 5</Value>
<VoucherId>3</VoucherId>
</VoucherPropertyDto>
<VoucherPropertyDto>
<CreationDateUtc>2025-12-11T08:30:57.5926597+00:00</CreationDateUtc>
<Id>dd6e5fe4-f7aa-45dd-804f-fb8f8192d1b5</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>dfb72038-a8c2-4a32-926a-d5738e5a0cc9</UserId>
</VoucherUserDto>
<VoucherUserDto>
<ApplyAutomatically>true</ApplyAutomatically>
<SingleUse>true</SingleUse>
<UserId>dfb72038-a8c2-4a32-926a-d5738e5a0cc9</UserId>
</VoucherUserDto>
</VoucherUsers>
</Voucher>
</PayCampaignDto>
<PayCampaignDto>
<CreationDateUtc xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">2025-12-11T08:30:57.5926597+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">8f36617f-b6b5-4ce1-8ee1-c2fe1247948b</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">866d22b8-bae9-41da-8596-68bd354204b6</TenantId>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">6f20f8b7-998c-476d-ad2c-ea8d706fe012</UserId>
<VatRateApplied xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">26</VatRateApplied>
<ApprovalGroupId>1b36c729-6b64-4fcd-8c1c-88a5ca200c90</ApprovalGroupId>
<ApprovalResponses>
<ApprovalResponseDto>
<ApproverUserId>032df6f5-b3b7-466e-8212-90265bae400a</ApproverUserId>
<CampaignId>dd4ad187-5d20-4e7f-9561-2ab3fa52397b</CampaignId>
<CreationDate>2025-12-11T08:30:57.5926597+00:00</CreationDate>
<Id>dbcdf61e-7d3e-4765-a0ce-e642b2d0430d</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
<ApprovalResponseDto>
<ApproverUserId>032df6f5-b3b7-466e-8212-90265bae400a</ApproverUserId>
<CampaignId>dd4ad187-5d20-4e7f-9561-2ab3fa52397b</CampaignId>
<CreationDate>2025-12-11T08:30:57.5926597+00:00</CreationDate>
<Id>dbcdf61e-7d3e-4765-a0ce-e642b2d0430d</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
</ApprovalResponses>
<CampaignProperties>
<PayCampaignPropertyDto>
<CampaignId>db0ab248-4117-4c67-bf37-7dd17f31e631</CampaignId>
<Id>ff7712e0-d3cb-4e34-8083-b0aee40a6a5b</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
<PayCampaignPropertyDto>
<CampaignId>db0ab248-4117-4c67-bf37-7dd17f31e631</CampaignId>
<Id>ff7712e0-d3cb-4e34-8083-b0aee40a6a5b</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
</CampaignProperties>
<CentralMailerCampaignId>3a6898b1-7005-4a14-b966-dd2f8a4d1065</CentralMailerCampaignId>
<DeliveryDate>2025-12-11T08:30:57.5926597+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>2025-12-11T08:30:57.5926597+00:00</ModifiedDateUtc>
<Name>sample string 1</Name>
<OrderId>adf2365c-e202-4b81-b3c0-1b5a5cc18f3e</OrderId>
<OrderStatusChanges>
<StatusChangeDto>
<ChangeDateUtc>2025-12-11T08:30:57.5926597+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>1a382a77-29e9-42eb-97fe-3cecc8ce41d0</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2025-12-11T08:30:57.5926597+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>1a382a77-29e9-42eb-97fe-3cecc8ce41d0</UserId>
</StatusChangeDto>
</OrderStatusChanges>
<OrganisationId>ef4e97b8-45c5-4818-85e8-24fed3f91863</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>e699819b-9ce4-4b52-ad26-922e7006051f</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>2025-12-11T08:30:57.5926597+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>2025-12-11T08:30:57.5926597+00:00</StartDate>
<TenantId>sample string 4</TenantId>
<VoucherCode>sample string 3</VoucherCode>
<VoucherProductType>sample string 10</VoucherProductType>
<VoucherProperties>
<VoucherPropertyDto>
<CreationDateUtc>2025-12-11T08:30:57.5926597+00:00</CreationDateUtc>
<Id>dd6e5fe4-f7aa-45dd-804f-fb8f8192d1b5</Id>
<Name>sample string 4</Name>
<Type>PrintingOptions</Type>
<Value>sample string 5</Value>
<VoucherId>3</VoucherId>
</VoucherPropertyDto>
<VoucherPropertyDto>
<CreationDateUtc>2025-12-11T08:30:57.5926597+00:00</CreationDateUtc>
<Id>dd6e5fe4-f7aa-45dd-804f-fb8f8192d1b5</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>dfb72038-a8c2-4a32-926a-d5738e5a0cc9</UserId>
</VoucherUserDto>
<VoucherUserDto>
<ApplyAutomatically>true</ApplyAutomatically>
<SingleUse>true</SingleUse>
<UserId>dfb72038-a8c2-4a32-926a-d5738e5a0cc9</UserId>
</VoucherUserDto>
</VoucherUsers>
</Voucher>
</PayCampaignDto>
</Campaigns>
<ConsignmentDetails>
<PayOrderConsignmentDetailDto>
<CampaignId>75acc2e4-dcce-4c79-bc21-53263a8dadd7</CampaignId>
<ConsignmentNumber>sample string 3</ConsignmentNumber>
<CreationDateUtc>2025-12-11T08:30:57.5926597+00:00</CreationDateUtc>
<Id>0cdbd9d9-f778-4ade-886f-510b0f4358ee</Id>
<OrderId>acc69131-7aef-4c17-bd29-023c738d11dd</OrderId>
<Reference>sample string 4</Reference>
</PayOrderConsignmentDetailDto>
<PayOrderConsignmentDetailDto>
<CampaignId>75acc2e4-dcce-4c79-bc21-53263a8dadd7</CampaignId>
<ConsignmentNumber>sample string 3</ConsignmentNumber>
<CreationDateUtc>2025-12-11T08:30:57.5926597+00:00</CreationDateUtc>
<Id>0cdbd9d9-f778-4ade-886f-510b0f4358ee</Id>
<OrderId>acc69131-7aef-4c17-bd29-023c738d11dd</OrderId>
<Reference>sample string 4</Reference>
</PayOrderConsignmentDetailDto>
</ConsignmentDetails>
<CreationDateUtc>2025-12-11T08:30:57.5926597+00:00</CreationDateUtc>
<CurrencyCode>sample string 14</CurrencyCode>
<DeliveryAddressId>4a6a39f6-5f94-4e29-bcd0-3b0e8cc56093</DeliveryAddressId>
<ExternalProductionId>sample string 10</ExternalProductionId>
<Id>b4cf5292-01c9-4dec-858e-abb099aa483d</Id>
<IsTemporary>true</IsTemporary>
<ModifiedDateUtc>2025-12-11T08:30:57.5926597+00:00</ModifiedDateUtc>
<Name>sample string 3</Name>
<PaymentDateUtc>2025-12-11T08:30:57.5926597+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>2025-12-11T08:30:57.5926597+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>1a382a77-29e9-42eb-97fe-3cecc8ce41d0</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2025-12-11T08:30:57.5926597+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>1a382a77-29e9-42eb-97fe-3cecc8ce41d0</UserId>
</StatusChangeDto>
</StatusChanges>
<TenantId>e8c89be1-61ab-4cda-bd09-c9b323571177</TenantId>
<UserId>2130681d-aa71-491d-ab8c-914fcd79f13e</UserId>
<VatRate>5</VatRate>
</PayOrderDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.