POST api/CentralMailerCampaigns
Creates a campaign.
Request Information
URI Parameters
None.
Body Parameters
The campaign model to create with.
CentralMailerCampaignDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| PublicId | string |
None. |
|
| ModifiedDateUtc | date |
None. |
|
| UserJourney | string |
None. |
|
| ServiceType | ServiceTypeDto |
None. |
|
| Quantity | integer |
None. |
|
| SupplierId | globally unique identifier |
None. |
|
| IsTemporary | boolean |
None. |
|
| ApprovalGroupId | globally unique identifier |
None. |
|
| Status_Id | integer |
None. |
|
| Status | StatusChangeDto |
None. |
|
| OrderStatus | string |
None. |
|
| Envelope | string |
None. |
|
| Variant | string |
None. |
|
| Campaigns | Collection of PayCampaignDto |
None. |
|
| Id | globally unique identifier |
None. |
|
| CreationDateUtc | date |
None. |
|
| UserId | globally unique identifier |
None. |
|
| TenantId | globally unique identifier |
None. |
|
| SubtotalExVat | decimal number |
None. |
|
| SubtotalIncVat | decimal number |
None. |
|
| DiscountedTotalExVat | decimal number |
None. |
|
| DiscountedTotalIncVat | decimal number |
None. |
|
| VatRateApplied | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"PublicId": "sample string 2",
"ModifiedDateUtc": "2026-08-29T17:35:31.9857577+00:00",
"UserJourney": "sample string 3",
"ServiceType": 0,
"Quantity": 4,
"SupplierId": "d84967af-ec81-4a4a-a2bc-28f501fb394f",
"IsTemporary": true,
"ApprovalGroupId": "7ca50e5f-e432-49ed-91c5-c2642442b742",
"Status_Id": 6,
"Status": {
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-08-29T17:35:31.9857577+00:00",
"Description": "sample string 4",
"UserId": "a7e7e252-8911-450e-9fa5-1a3567e77c74"
},
"OrderStatus": "sample string 2",
"Envelope": "sample string 7",
"Variant": "sample string 8",
"Campaigns": [
{
"Name": "sample string 1",
"PublicId": "sample string 2",
"ModifiedDateUtc": "2026-08-29T17:35:31.9857577+00:00",
"UserJourney": "sample string 3",
"ServiceType": 0,
"Quantity": 4,
"ApprovalResponses": [
{
"Id": "8ade70a6-bff5-4b19-84a2-ada94d72cbb0",
"CreationDate": "2026-08-29T17:35:31.9857577+00:00",
"ApproverUserId": "03473175-6c56-4f09-8080-669af16dedc2",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "541b0f32-ccbf-43a3-9205-a66c006e39a3"
},
{
"Id": "8ade70a6-bff5-4b19-84a2-ada94d72cbb0",
"CreationDate": "2026-08-29T17:35:31.9857577+00:00",
"ApproverUserId": "03473175-6c56-4f09-8080-669af16dedc2",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "541b0f32-ccbf-43a3-9205-a66c006e39a3"
}
],
"SupplierId": "93c06ab1-747c-45c2-93cc-a12b17c7db44",
"OrderId": "ed8ebded-79fa-4eef-b741-e8925463a70b",
"CampaignProperties": [
{
"Id": "77559228-4fca-4db5-bb24-ccae20cbc633",
"CampaignId": "30c93ee5-4694-4ea4-8f4e-c467887049fe",
"Name": "sample string 3",
"Value": "sample string 4"
},
{
"Id": "77559228-4fca-4db5-bb24-ccae20cbc633",
"CampaignId": "30c93ee5-4694-4ea4-8f4e-c467887049fe",
"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-29T17:35:31.9857577+00:00",
"ExpiryDate": "2026-08-29T17:35:31.9857577+00:00",
"Cancelled": true,
"IsPercentageDiscount": true,
"Entitlement": 7.0,
"MinSpend": 1.0,
"MaxSpend": 1.0,
"MaxDiscount": 1.0,
"ForAllUsers": true,
"Deleted": true,
"VoucherUsers": [
{
"UserId": "58fdcee5-0af3-4171-ae02-2246f1b37701",
"SingleUse": true,
"ApplyAutomatically": true
},
{
"UserId": "58fdcee5-0af3-4171-ae02-2246f1b37701",
"SingleUse": true,
"ApplyAutomatically": true
}
],
"MinimumQuantity": 1,
"VoucherProductType": "sample string 10",
"NewCustomerOnly": true,
"VoucherProperties": [
{
"Id": "3d1d5d64-fcf1-4fdb-9401-bc9d49f5ab8d",
"CreationDateUtc": "2026-08-29T17:35:31.9857577+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
},
{
"Id": "3d1d5d64-fcf1-4fdb-9401-bc9d49f5ab8d",
"CreationDateUtc": "2026-08-29T17:35:31.9857577+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
}
]
},
"OrderStatusChanges": [
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-08-29T17:35:31.9857577+00:00",
"Description": "sample string 4",
"UserId": "a7e7e252-8911-450e-9fa5-1a3567e77c74"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-08-29T17:35:31.9857577+00:00",
"Description": "sample string 4",
"UserId": "a7e7e252-8911-450e-9fa5-1a3567e77c74"
}
],
"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": "33ec198a-6393-4750-b555-3b91e9d9e7e8",
"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": "b067f0ec-ea59-416f-adf2-d311269e1792",
"DeliveryDate": "2026-08-29T17:35:31.9857577+00:00",
"PaperSize": "sample string 17",
"CentralMailerCampaignId": "3219ed9f-f337-4677-8178-68c9eb52f17d",
"OrderProductionCompletedDate": null,
"Id": "6a7936d5-1ef3-4639-ba54-8ab001c3f401",
"CreationDateUtc": "2026-08-29T17:35:31.9857577+00:00",
"UserId": "59f68829-8aaf-487c-b000-04e8d9f08a5a",
"TenantId": "86cda67b-d3f6-41b4-9269-f88604413bf5",
"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-29T17:35:31.9857577+00:00",
"UserJourney": "sample string 3",
"ServiceType": 0,
"Quantity": 4,
"ApprovalResponses": [
{
"Id": "8ade70a6-bff5-4b19-84a2-ada94d72cbb0",
"CreationDate": "2026-08-29T17:35:31.9857577+00:00",
"ApproverUserId": "03473175-6c56-4f09-8080-669af16dedc2",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "541b0f32-ccbf-43a3-9205-a66c006e39a3"
},
{
"Id": "8ade70a6-bff5-4b19-84a2-ada94d72cbb0",
"CreationDate": "2026-08-29T17:35:31.9857577+00:00",
"ApproverUserId": "03473175-6c56-4f09-8080-669af16dedc2",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "541b0f32-ccbf-43a3-9205-a66c006e39a3"
}
],
"SupplierId": "93c06ab1-747c-45c2-93cc-a12b17c7db44",
"OrderId": "ed8ebded-79fa-4eef-b741-e8925463a70b",
"CampaignProperties": [
{
"Id": "77559228-4fca-4db5-bb24-ccae20cbc633",
"CampaignId": "30c93ee5-4694-4ea4-8f4e-c467887049fe",
"Name": "sample string 3",
"Value": "sample string 4"
},
{
"Id": "77559228-4fca-4db5-bb24-ccae20cbc633",
"CampaignId": "30c93ee5-4694-4ea4-8f4e-c467887049fe",
"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-29T17:35:31.9857577+00:00",
"ExpiryDate": "2026-08-29T17:35:31.9857577+00:00",
"Cancelled": true,
"IsPercentageDiscount": true,
"Entitlement": 7.0,
"MinSpend": 1.0,
"MaxSpend": 1.0,
"MaxDiscount": 1.0,
"ForAllUsers": true,
"Deleted": true,
"VoucherUsers": [
{
"UserId": "58fdcee5-0af3-4171-ae02-2246f1b37701",
"SingleUse": true,
"ApplyAutomatically": true
},
{
"UserId": "58fdcee5-0af3-4171-ae02-2246f1b37701",
"SingleUse": true,
"ApplyAutomatically": true
}
],
"MinimumQuantity": 1,
"VoucherProductType": "sample string 10",
"NewCustomerOnly": true,
"VoucherProperties": [
{
"Id": "3d1d5d64-fcf1-4fdb-9401-bc9d49f5ab8d",
"CreationDateUtc": "2026-08-29T17:35:31.9857577+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
},
{
"Id": "3d1d5d64-fcf1-4fdb-9401-bc9d49f5ab8d",
"CreationDateUtc": "2026-08-29T17:35:31.9857577+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
}
]
},
"OrderStatusChanges": [
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-08-29T17:35:31.9857577+00:00",
"Description": "sample string 4",
"UserId": "a7e7e252-8911-450e-9fa5-1a3567e77c74"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-08-29T17:35:31.9857577+00:00",
"Description": "sample string 4",
"UserId": "a7e7e252-8911-450e-9fa5-1a3567e77c74"
}
],
"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": "33ec198a-6393-4750-b555-3b91e9d9e7e8",
"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": "b067f0ec-ea59-416f-adf2-d311269e1792",
"DeliveryDate": "2026-08-29T17:35:31.9857577+00:00",
"PaperSize": "sample string 17",
"CentralMailerCampaignId": "3219ed9f-f337-4677-8178-68c9eb52f17d",
"OrderProductionCompletedDate": null,
"Id": "6a7936d5-1ef3-4639-ba54-8ab001c3f401",
"CreationDateUtc": "2026-08-29T17:35:31.9857577+00:00",
"UserId": "59f68829-8aaf-487c-b000-04e8d9f08a5a",
"TenantId": "86cda67b-d3f6-41b4-9269-f88604413bf5",
"SubtotalExVat": 22.0,
"SubtotalIncVat": 23.0,
"DiscountedTotalExVat": 24.0,
"DiscountedTotalIncVat": 25.0,
"VatRateApplied": 26.0
}
],
"Id": "37780f66-8f13-452e-9c3f-9b68dfe0a80b",
"CreationDateUtc": "2026-08-29T17:35:31.9857577+00:00",
"UserId": "1e2b6db7-7d65-48f9-9b8e-bacb944163b5",
"TenantId": "914698a8-8e61-4bd6-b87e-3d06dd5b99b0",
"SubtotalExVat": 13.0,
"SubtotalIncVat": 14.0,
"DiscountedTotalExVat": 15.0,
"DiscountedTotalIncVat": 16.0,
"VatRateApplied": 17.0
}
application/xml, text/xml
Sample:
<CentralMailerCampaignDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Pay.Models">
<CreationDateUtc xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">2026-08-29T17:35:31.9857577+00:00</CreationDateUtc>
<DiscountedTotalExVat xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">15</DiscountedTotalExVat>
<DiscountedTotalIncVat xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">16</DiscountedTotalIncVat>
<Id xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">37780f66-8f13-452e-9c3f-9b68dfe0a80b</Id>
<SubtotalExVat xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">13</SubtotalExVat>
<SubtotalIncVat xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">14</SubtotalIncVat>
<TenantId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">914698a8-8e61-4bd6-b87e-3d06dd5b99b0</TenantId>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">1e2b6db7-7d65-48f9-9b8e-bacb944163b5</UserId>
<VatRateApplied xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">17</VatRateApplied>
<ApprovalGroupId>7ca50e5f-e432-49ed-91c5-c2642442b742</ApprovalGroupId>
<Campaigns>
<PayCampaignDto>
<CreationDateUtc xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">2026-08-29T17:35:31.9857577+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">6a7936d5-1ef3-4639-ba54-8ab001c3f401</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">86cda67b-d3f6-41b4-9269-f88604413bf5</TenantId>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">59f68829-8aaf-487c-b000-04e8d9f08a5a</UserId>
<VatRateApplied xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">26</VatRateApplied>
<ApprovalGroupId>b067f0ec-ea59-416f-adf2-d311269e1792</ApprovalGroupId>
<ApprovalResponses>
<ApprovalResponseDto>
<ApproverUserId>03473175-6c56-4f09-8080-669af16dedc2</ApproverUserId>
<CampaignId>541b0f32-ccbf-43a3-9205-a66c006e39a3</CampaignId>
<CreationDate>2026-08-29T17:35:31.9857577+00:00</CreationDate>
<Id>8ade70a6-bff5-4b19-84a2-ada94d72cbb0</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
<ApprovalResponseDto>
<ApproverUserId>03473175-6c56-4f09-8080-669af16dedc2</ApproverUserId>
<CampaignId>541b0f32-ccbf-43a3-9205-a66c006e39a3</CampaignId>
<CreationDate>2026-08-29T17:35:31.9857577+00:00</CreationDate>
<Id>8ade70a6-bff5-4b19-84a2-ada94d72cbb0</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
</ApprovalResponses>
<CampaignProperties>
<PayCampaignPropertyDto>
<CampaignId>30c93ee5-4694-4ea4-8f4e-c467887049fe</CampaignId>
<Id>77559228-4fca-4db5-bb24-ccae20cbc633</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
<PayCampaignPropertyDto>
<CampaignId>30c93ee5-4694-4ea4-8f4e-c467887049fe</CampaignId>
<Id>77559228-4fca-4db5-bb24-ccae20cbc633</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
</CampaignProperties>
<CentralMailerCampaignId>3219ed9f-f337-4677-8178-68c9eb52f17d</CentralMailerCampaignId>
<DeliveryDate>2026-08-29T17:35:31.9857577+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-29T17:35:31.9857577+00:00</ModifiedDateUtc>
<Name>sample string 1</Name>
<OrderId>ed8ebded-79fa-4eef-b741-e8925463a70b</OrderId>
<OrderStatusChanges>
<StatusChangeDto>
<ChangeDateUtc>2026-08-29T17:35:31.9857577+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>a7e7e252-8911-450e-9fa5-1a3567e77c74</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2026-08-29T17:35:31.9857577+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>a7e7e252-8911-450e-9fa5-1a3567e77c74</UserId>
</StatusChangeDto>
</OrderStatusChanges>
<OrganisationId>33ec198a-6393-4750-b555-3b91e9d9e7e8</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>93c06ab1-747c-45c2-93cc-a12b17c7db44</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-29T17:35:31.9857577+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-29T17:35:31.9857577+00:00</StartDate>
<TenantId>sample string 4</TenantId>
<VoucherCode>sample string 3</VoucherCode>
<VoucherProductType>sample string 10</VoucherProductType>
<VoucherProperties>
<VoucherPropertyDto>
<CreationDateUtc>2026-08-29T17:35:31.9857577+00:00</CreationDateUtc>
<Id>3d1d5d64-fcf1-4fdb-9401-bc9d49f5ab8d</Id>
<Name>sample string 4</Name>
<Type>PrintingOptions</Type>
<Value>sample string 5</Value>
<VoucherId>3</VoucherId>
</VoucherPropertyDto>
<VoucherPropertyDto>
<CreationDateUtc>2026-08-29T17:35:31.9857577+00:00</CreationDateUtc>
<Id>3d1d5d64-fcf1-4fdb-9401-bc9d49f5ab8d</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>58fdcee5-0af3-4171-ae02-2246f1b37701</UserId>
</VoucherUserDto>
<VoucherUserDto>
<ApplyAutomatically>true</ApplyAutomatically>
<SingleUse>true</SingleUse>
<UserId>58fdcee5-0af3-4171-ae02-2246f1b37701</UserId>
</VoucherUserDto>
</VoucherUsers>
</Voucher>
</PayCampaignDto>
<PayCampaignDto>
<CreationDateUtc xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">2026-08-29T17:35:31.9857577+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">6a7936d5-1ef3-4639-ba54-8ab001c3f401</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">86cda67b-d3f6-41b4-9269-f88604413bf5</TenantId>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">59f68829-8aaf-487c-b000-04e8d9f08a5a</UserId>
<VatRateApplied xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">26</VatRateApplied>
<ApprovalGroupId>b067f0ec-ea59-416f-adf2-d311269e1792</ApprovalGroupId>
<ApprovalResponses>
<ApprovalResponseDto>
<ApproverUserId>03473175-6c56-4f09-8080-669af16dedc2</ApproverUserId>
<CampaignId>541b0f32-ccbf-43a3-9205-a66c006e39a3</CampaignId>
<CreationDate>2026-08-29T17:35:31.9857577+00:00</CreationDate>
<Id>8ade70a6-bff5-4b19-84a2-ada94d72cbb0</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
<ApprovalResponseDto>
<ApproverUserId>03473175-6c56-4f09-8080-669af16dedc2</ApproverUserId>
<CampaignId>541b0f32-ccbf-43a3-9205-a66c006e39a3</CampaignId>
<CreationDate>2026-08-29T17:35:31.9857577+00:00</CreationDate>
<Id>8ade70a6-bff5-4b19-84a2-ada94d72cbb0</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
</ApprovalResponses>
<CampaignProperties>
<PayCampaignPropertyDto>
<CampaignId>30c93ee5-4694-4ea4-8f4e-c467887049fe</CampaignId>
<Id>77559228-4fca-4db5-bb24-ccae20cbc633</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
<PayCampaignPropertyDto>
<CampaignId>30c93ee5-4694-4ea4-8f4e-c467887049fe</CampaignId>
<Id>77559228-4fca-4db5-bb24-ccae20cbc633</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
</CampaignProperties>
<CentralMailerCampaignId>3219ed9f-f337-4677-8178-68c9eb52f17d</CentralMailerCampaignId>
<DeliveryDate>2026-08-29T17:35:31.9857577+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-29T17:35:31.9857577+00:00</ModifiedDateUtc>
<Name>sample string 1</Name>
<OrderId>ed8ebded-79fa-4eef-b741-e8925463a70b</OrderId>
<OrderStatusChanges>
<StatusChangeDto>
<ChangeDateUtc>2026-08-29T17:35:31.9857577+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>a7e7e252-8911-450e-9fa5-1a3567e77c74</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2026-08-29T17:35:31.9857577+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>a7e7e252-8911-450e-9fa5-1a3567e77c74</UserId>
</StatusChangeDto>
</OrderStatusChanges>
<OrganisationId>33ec198a-6393-4750-b555-3b91e9d9e7e8</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>93c06ab1-747c-45c2-93cc-a12b17c7db44</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-29T17:35:31.9857577+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-29T17:35:31.9857577+00:00</StartDate>
<TenantId>sample string 4</TenantId>
<VoucherCode>sample string 3</VoucherCode>
<VoucherProductType>sample string 10</VoucherProductType>
<VoucherProperties>
<VoucherPropertyDto>
<CreationDateUtc>2026-08-29T17:35:31.9857577+00:00</CreationDateUtc>
<Id>3d1d5d64-fcf1-4fdb-9401-bc9d49f5ab8d</Id>
<Name>sample string 4</Name>
<Type>PrintingOptions</Type>
<Value>sample string 5</Value>
<VoucherId>3</VoucherId>
</VoucherPropertyDto>
<VoucherPropertyDto>
<CreationDateUtc>2026-08-29T17:35:31.9857577+00:00</CreationDateUtc>
<Id>3d1d5d64-fcf1-4fdb-9401-bc9d49f5ab8d</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>58fdcee5-0af3-4171-ae02-2246f1b37701</UserId>
</VoucherUserDto>
<VoucherUserDto>
<ApplyAutomatically>true</ApplyAutomatically>
<SingleUse>true</SingleUse>
<UserId>58fdcee5-0af3-4171-ae02-2246f1b37701</UserId>
</VoucherUserDto>
</VoucherUsers>
</Voucher>
</PayCampaignDto>
</Campaigns>
<Envelope>sample string 7</Envelope>
<IsTemporary>true</IsTemporary>
<ModifiedDateUtc>2026-08-29T17:35:31.9857577+00:00</ModifiedDateUtc>
<Name>sample string 1</Name>
<PublicId>sample string 2</PublicId>
<Quantity>4</Quantity>
<ServiceType>DesignPrintAndDistribution</ServiceType>
<Status>
<ChangeDateUtc>2026-08-29T17:35:31.9857577+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>a7e7e252-8911-450e-9fa5-1a3567e77c74</UserId>
</Status>
<Status_Id>6</Status_Id>
<SupplierId>d84967af-ec81-4a4a-a2bc-28f501fb394f</SupplierId>
<UserJourney>sample string 3</UserJourney>
<Variant>sample string 8</Variant>
</CentralMailerCampaignDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.