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-28T13:49:52.4139012+00:00",
"UserJourney": "sample string 3",
"ServiceType": 0,
"Quantity": 4,
"SupplierId": "23e9d4c0-8cc9-4a60-b2a0-a1d1382d7a7a",
"IsTemporary": true,
"ApprovalGroupId": "cca93575-35e2-4480-b3c6-0ccf34c77435",
"Status_Id": 6,
"Status": {
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-08-28T13:49:52.4139012+00:00",
"Description": "sample string 4",
"UserId": "05b50700-f52e-412a-a651-d83703b7547f"
},
"OrderStatus": "sample string 2",
"Envelope": "sample string 7",
"Variant": "sample string 8",
"Campaigns": [
{
"Name": "sample string 1",
"PublicId": "sample string 2",
"ModifiedDateUtc": "2026-08-28T13:49:52.4139012+00:00",
"UserJourney": "sample string 3",
"ServiceType": 0,
"Quantity": 4,
"ApprovalResponses": [
{
"Id": "49a30717-a82a-4f60-9b6a-33756c1a01ac",
"CreationDate": "2026-08-28T13:49:52.4139012+00:00",
"ApproverUserId": "5e4b0a8e-283a-4e4c-aa2c-55639ade0c07",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "52c69311-a63f-4698-8acf-94918beac115"
},
{
"Id": "49a30717-a82a-4f60-9b6a-33756c1a01ac",
"CreationDate": "2026-08-28T13:49:52.4139012+00:00",
"ApproverUserId": "5e4b0a8e-283a-4e4c-aa2c-55639ade0c07",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "52c69311-a63f-4698-8acf-94918beac115"
}
],
"SupplierId": "e5fe0991-2b20-4986-a16e-bd1ebf9cf17d",
"OrderId": "40c7a129-206d-423c-a3f1-9280e21fc252",
"CampaignProperties": [
{
"Id": "a139894a-3508-43f0-a4d8-ce904d8ab15a",
"CampaignId": "e9e7aa1b-9bda-480b-b26b-640d6c30212f",
"Name": "sample string 3",
"Value": "sample string 4"
},
{
"Id": "a139894a-3508-43f0-a4d8-ce904d8ab15a",
"CampaignId": "e9e7aa1b-9bda-480b-b26b-640d6c30212f",
"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:49:52.4139012+00:00",
"ExpiryDate": "2026-08-28T13:49:52.4139012+00:00",
"Cancelled": true,
"IsPercentageDiscount": true,
"Entitlement": 7.0,
"MinSpend": 1.0,
"MaxSpend": 1.0,
"MaxDiscount": 1.0,
"ForAllUsers": true,
"Deleted": true,
"VoucherUsers": [
{
"UserId": "e10f16ac-ec23-45d4-9db8-cbe9f6f0e86c",
"SingleUse": true,
"ApplyAutomatically": true
},
{
"UserId": "e10f16ac-ec23-45d4-9db8-cbe9f6f0e86c",
"SingleUse": true,
"ApplyAutomatically": true
}
],
"MinimumQuantity": 1,
"VoucherProductType": "sample string 10",
"NewCustomerOnly": true,
"VoucherProperties": [
{
"Id": "77244450-245e-4d63-b69b-df289c6a9fe0",
"CreationDateUtc": "2026-08-28T13:49:52.4139012+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
},
{
"Id": "77244450-245e-4d63-b69b-df289c6a9fe0",
"CreationDateUtc": "2026-08-28T13:49:52.4139012+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:49:52.4139012+00:00",
"Description": "sample string 4",
"UserId": "05b50700-f52e-412a-a651-d83703b7547f"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-08-28T13:49:52.4139012+00:00",
"Description": "sample string 4",
"UserId": "05b50700-f52e-412a-a651-d83703b7547f"
}
],
"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": "7ffa8fa4-0ec9-44dd-bd1c-b1e744588c19",
"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": "c7da9fe5-c56f-442f-9638-340e6befa594",
"DeliveryDate": "2026-08-28T13:49:52.4139012+00:00",
"PaperSize": "sample string 17",
"CentralMailerCampaignId": "a8bd306e-3c15-4bfc-97ca-f9c2c2f97137",
"OrderProductionCompletedDate": null,
"Id": "59094eaf-e12f-4758-9355-c229ac920cd3",
"CreationDateUtc": "2026-08-28T13:49:52.4139012+00:00",
"UserId": "f082d7b0-eba1-4bdf-824e-36f54ddda6c6",
"TenantId": "6fe83709-9d28-4dd9-b007-0123b68d064b",
"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:49:52.4139012+00:00",
"UserJourney": "sample string 3",
"ServiceType": 0,
"Quantity": 4,
"ApprovalResponses": [
{
"Id": "49a30717-a82a-4f60-9b6a-33756c1a01ac",
"CreationDate": "2026-08-28T13:49:52.4139012+00:00",
"ApproverUserId": "5e4b0a8e-283a-4e4c-aa2c-55639ade0c07",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "52c69311-a63f-4698-8acf-94918beac115"
},
{
"Id": "49a30717-a82a-4f60-9b6a-33756c1a01ac",
"CreationDate": "2026-08-28T13:49:52.4139012+00:00",
"ApproverUserId": "5e4b0a8e-283a-4e4c-aa2c-55639ade0c07",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "52c69311-a63f-4698-8acf-94918beac115"
}
],
"SupplierId": "e5fe0991-2b20-4986-a16e-bd1ebf9cf17d",
"OrderId": "40c7a129-206d-423c-a3f1-9280e21fc252",
"CampaignProperties": [
{
"Id": "a139894a-3508-43f0-a4d8-ce904d8ab15a",
"CampaignId": "e9e7aa1b-9bda-480b-b26b-640d6c30212f",
"Name": "sample string 3",
"Value": "sample string 4"
},
{
"Id": "a139894a-3508-43f0-a4d8-ce904d8ab15a",
"CampaignId": "e9e7aa1b-9bda-480b-b26b-640d6c30212f",
"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:49:52.4139012+00:00",
"ExpiryDate": "2026-08-28T13:49:52.4139012+00:00",
"Cancelled": true,
"IsPercentageDiscount": true,
"Entitlement": 7.0,
"MinSpend": 1.0,
"MaxSpend": 1.0,
"MaxDiscount": 1.0,
"ForAllUsers": true,
"Deleted": true,
"VoucherUsers": [
{
"UserId": "e10f16ac-ec23-45d4-9db8-cbe9f6f0e86c",
"SingleUse": true,
"ApplyAutomatically": true
},
{
"UserId": "e10f16ac-ec23-45d4-9db8-cbe9f6f0e86c",
"SingleUse": true,
"ApplyAutomatically": true
}
],
"MinimumQuantity": 1,
"VoucherProductType": "sample string 10",
"NewCustomerOnly": true,
"VoucherProperties": [
{
"Id": "77244450-245e-4d63-b69b-df289c6a9fe0",
"CreationDateUtc": "2026-08-28T13:49:52.4139012+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
},
{
"Id": "77244450-245e-4d63-b69b-df289c6a9fe0",
"CreationDateUtc": "2026-08-28T13:49:52.4139012+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:49:52.4139012+00:00",
"Description": "sample string 4",
"UserId": "05b50700-f52e-412a-a651-d83703b7547f"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-08-28T13:49:52.4139012+00:00",
"Description": "sample string 4",
"UserId": "05b50700-f52e-412a-a651-d83703b7547f"
}
],
"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": "7ffa8fa4-0ec9-44dd-bd1c-b1e744588c19",
"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": "c7da9fe5-c56f-442f-9638-340e6befa594",
"DeliveryDate": "2026-08-28T13:49:52.4139012+00:00",
"PaperSize": "sample string 17",
"CentralMailerCampaignId": "a8bd306e-3c15-4bfc-97ca-f9c2c2f97137",
"OrderProductionCompletedDate": null,
"Id": "59094eaf-e12f-4758-9355-c229ac920cd3",
"CreationDateUtc": "2026-08-28T13:49:52.4139012+00:00",
"UserId": "f082d7b0-eba1-4bdf-824e-36f54ddda6c6",
"TenantId": "6fe83709-9d28-4dd9-b007-0123b68d064b",
"SubtotalExVat": 22.0,
"SubtotalIncVat": 23.0,
"DiscountedTotalExVat": 24.0,
"DiscountedTotalIncVat": 25.0,
"VatRateApplied": 26.0
}
],
"Id": "5db48af2-3464-4231-9644-1030a99fe6f5",
"CreationDateUtc": "2026-08-28T13:49:52.4139012+00:00",
"UserId": "c785819a-203b-41c6-9c60-7b151a2df67a",
"TenantId": "4da2d6f6-8173-47b7-8935-b08a7f9b64d2",
"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-28T13:49:52.4139012+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">5db48af2-3464-4231-9644-1030a99fe6f5</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">4da2d6f6-8173-47b7-8935-b08a7f9b64d2</TenantId>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">c785819a-203b-41c6-9c60-7b151a2df67a</UserId>
<VatRateApplied xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">17</VatRateApplied>
<ApprovalGroupId>cca93575-35e2-4480-b3c6-0ccf34c77435</ApprovalGroupId>
<Campaigns>
<PayCampaignDto>
<CreationDateUtc xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">2026-08-28T13:49:52.4139012+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">59094eaf-e12f-4758-9355-c229ac920cd3</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">6fe83709-9d28-4dd9-b007-0123b68d064b</TenantId>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">f082d7b0-eba1-4bdf-824e-36f54ddda6c6</UserId>
<VatRateApplied xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">26</VatRateApplied>
<ApprovalGroupId>c7da9fe5-c56f-442f-9638-340e6befa594</ApprovalGroupId>
<ApprovalResponses>
<ApprovalResponseDto>
<ApproverUserId>5e4b0a8e-283a-4e4c-aa2c-55639ade0c07</ApproverUserId>
<CampaignId>52c69311-a63f-4698-8acf-94918beac115</CampaignId>
<CreationDate>2026-08-28T13:49:52.4139012+00:00</CreationDate>
<Id>49a30717-a82a-4f60-9b6a-33756c1a01ac</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
<ApprovalResponseDto>
<ApproverUserId>5e4b0a8e-283a-4e4c-aa2c-55639ade0c07</ApproverUserId>
<CampaignId>52c69311-a63f-4698-8acf-94918beac115</CampaignId>
<CreationDate>2026-08-28T13:49:52.4139012+00:00</CreationDate>
<Id>49a30717-a82a-4f60-9b6a-33756c1a01ac</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
</ApprovalResponses>
<CampaignProperties>
<PayCampaignPropertyDto>
<CampaignId>e9e7aa1b-9bda-480b-b26b-640d6c30212f</CampaignId>
<Id>a139894a-3508-43f0-a4d8-ce904d8ab15a</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
<PayCampaignPropertyDto>
<CampaignId>e9e7aa1b-9bda-480b-b26b-640d6c30212f</CampaignId>
<Id>a139894a-3508-43f0-a4d8-ce904d8ab15a</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
</CampaignProperties>
<CentralMailerCampaignId>a8bd306e-3c15-4bfc-97ca-f9c2c2f97137</CentralMailerCampaignId>
<DeliveryDate>2026-08-28T13:49:52.4139012+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:49:52.4139012+00:00</ModifiedDateUtc>
<Name>sample string 1</Name>
<OrderId>40c7a129-206d-423c-a3f1-9280e21fc252</OrderId>
<OrderStatusChanges>
<StatusChangeDto>
<ChangeDateUtc>2026-08-28T13:49:52.4139012+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>05b50700-f52e-412a-a651-d83703b7547f</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2026-08-28T13:49:52.4139012+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>05b50700-f52e-412a-a651-d83703b7547f</UserId>
</StatusChangeDto>
</OrderStatusChanges>
<OrganisationId>7ffa8fa4-0ec9-44dd-bd1c-b1e744588c19</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>e5fe0991-2b20-4986-a16e-bd1ebf9cf17d</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:49:52.4139012+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:49:52.4139012+00:00</StartDate>
<TenantId>sample string 4</TenantId>
<VoucherCode>sample string 3</VoucherCode>
<VoucherProductType>sample string 10</VoucherProductType>
<VoucherProperties>
<VoucherPropertyDto>
<CreationDateUtc>2026-08-28T13:49:52.4139012+00:00</CreationDateUtc>
<Id>77244450-245e-4d63-b69b-df289c6a9fe0</Id>
<Name>sample string 4</Name>
<Type>PrintingOptions</Type>
<Value>sample string 5</Value>
<VoucherId>3</VoucherId>
</VoucherPropertyDto>
<VoucherPropertyDto>
<CreationDateUtc>2026-08-28T13:49:52.4139012+00:00</CreationDateUtc>
<Id>77244450-245e-4d63-b69b-df289c6a9fe0</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>e10f16ac-ec23-45d4-9db8-cbe9f6f0e86c</UserId>
</VoucherUserDto>
<VoucherUserDto>
<ApplyAutomatically>true</ApplyAutomatically>
<SingleUse>true</SingleUse>
<UserId>e10f16ac-ec23-45d4-9db8-cbe9f6f0e86c</UserId>
</VoucherUserDto>
</VoucherUsers>
</Voucher>
</PayCampaignDto>
<PayCampaignDto>
<CreationDateUtc xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">2026-08-28T13:49:52.4139012+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">59094eaf-e12f-4758-9355-c229ac920cd3</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">6fe83709-9d28-4dd9-b007-0123b68d064b</TenantId>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">f082d7b0-eba1-4bdf-824e-36f54ddda6c6</UserId>
<VatRateApplied xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">26</VatRateApplied>
<ApprovalGroupId>c7da9fe5-c56f-442f-9638-340e6befa594</ApprovalGroupId>
<ApprovalResponses>
<ApprovalResponseDto>
<ApproverUserId>5e4b0a8e-283a-4e4c-aa2c-55639ade0c07</ApproverUserId>
<CampaignId>52c69311-a63f-4698-8acf-94918beac115</CampaignId>
<CreationDate>2026-08-28T13:49:52.4139012+00:00</CreationDate>
<Id>49a30717-a82a-4f60-9b6a-33756c1a01ac</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
<ApprovalResponseDto>
<ApproverUserId>5e4b0a8e-283a-4e4c-aa2c-55639ade0c07</ApproverUserId>
<CampaignId>52c69311-a63f-4698-8acf-94918beac115</CampaignId>
<CreationDate>2026-08-28T13:49:52.4139012+00:00</CreationDate>
<Id>49a30717-a82a-4f60-9b6a-33756c1a01ac</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
</ApprovalResponses>
<CampaignProperties>
<PayCampaignPropertyDto>
<CampaignId>e9e7aa1b-9bda-480b-b26b-640d6c30212f</CampaignId>
<Id>a139894a-3508-43f0-a4d8-ce904d8ab15a</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
<PayCampaignPropertyDto>
<CampaignId>e9e7aa1b-9bda-480b-b26b-640d6c30212f</CampaignId>
<Id>a139894a-3508-43f0-a4d8-ce904d8ab15a</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
</CampaignProperties>
<CentralMailerCampaignId>a8bd306e-3c15-4bfc-97ca-f9c2c2f97137</CentralMailerCampaignId>
<DeliveryDate>2026-08-28T13:49:52.4139012+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:49:52.4139012+00:00</ModifiedDateUtc>
<Name>sample string 1</Name>
<OrderId>40c7a129-206d-423c-a3f1-9280e21fc252</OrderId>
<OrderStatusChanges>
<StatusChangeDto>
<ChangeDateUtc>2026-08-28T13:49:52.4139012+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>05b50700-f52e-412a-a651-d83703b7547f</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2026-08-28T13:49:52.4139012+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>05b50700-f52e-412a-a651-d83703b7547f</UserId>
</StatusChangeDto>
</OrderStatusChanges>
<OrganisationId>7ffa8fa4-0ec9-44dd-bd1c-b1e744588c19</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>e5fe0991-2b20-4986-a16e-bd1ebf9cf17d</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:49:52.4139012+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:49:52.4139012+00:00</StartDate>
<TenantId>sample string 4</TenantId>
<VoucherCode>sample string 3</VoucherCode>
<VoucherProductType>sample string 10</VoucherProductType>
<VoucherProperties>
<VoucherPropertyDto>
<CreationDateUtc>2026-08-28T13:49:52.4139012+00:00</CreationDateUtc>
<Id>77244450-245e-4d63-b69b-df289c6a9fe0</Id>
<Name>sample string 4</Name>
<Type>PrintingOptions</Type>
<Value>sample string 5</Value>
<VoucherId>3</VoucherId>
</VoucherPropertyDto>
<VoucherPropertyDto>
<CreationDateUtc>2026-08-28T13:49:52.4139012+00:00</CreationDateUtc>
<Id>77244450-245e-4d63-b69b-df289c6a9fe0</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>e10f16ac-ec23-45d4-9db8-cbe9f6f0e86c</UserId>
</VoucherUserDto>
<VoucherUserDto>
<ApplyAutomatically>true</ApplyAutomatically>
<SingleUse>true</SingleUse>
<UserId>e10f16ac-ec23-45d4-9db8-cbe9f6f0e86c</UserId>
</VoucherUserDto>
</VoucherUsers>
</Voucher>
</PayCampaignDto>
</Campaigns>
<Envelope>sample string 7</Envelope>
<IsTemporary>true</IsTemporary>
<ModifiedDateUtc>2026-08-28T13:49:52.4139012+00:00</ModifiedDateUtc>
<Name>sample string 1</Name>
<PublicId>sample string 2</PublicId>
<Quantity>4</Quantity>
<ServiceType>DesignPrintAndDistribution</ServiceType>
<Status>
<ChangeDateUtc>2026-08-28T13:49:52.4139012+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>05b50700-f52e-412a-a651-d83703b7547f</UserId>
</Status>
<Status_Id>6</Status_Id>
<SupplierId>23e9d4c0-8cc9-4a60-b2a0-a1d1382d7a7a</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.