POST api/centralmailercampaigns/sameNameExistsForUser
Returns whether a campaign already exists with the same name for the current user.
Request Information
URI Parameters
None.
Body Parameters
The campaign model to check the name for.
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-07-04T13:56:32.705213+00:00",
"UserJourney": "sample string 3",
"ServiceType": 0,
"Quantity": 4,
"SupplierId": "51d5bc87-4c2b-4ddf-ac33-3f405b80c550",
"IsTemporary": true,
"ApprovalGroupId": "eb4e06a2-d90c-44fd-b1f1-25138181c963",
"Status_Id": 6,
"Status": {
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-07-04T13:56:32.705213+00:00",
"Description": "sample string 4",
"UserId": "61904466-fa00-4dd7-928f-c8a0e87a7e90"
},
"OrderStatus": "sample string 2",
"Envelope": "sample string 7",
"Variant": "sample string 8",
"Campaigns": [
{
"Name": "sample string 1",
"PublicId": "sample string 2",
"ModifiedDateUtc": "2026-07-04T13:56:32.705213+00:00",
"UserJourney": "sample string 3",
"ServiceType": 0,
"Quantity": 4,
"ApprovalResponses": [
{
"Id": "7e3f17f5-6454-453f-828d-5e242dd4eaf0",
"CreationDate": "2026-07-04T13:56:32.705213+00:00",
"ApproverUserId": "9cacb005-9e45-4daa-a8e8-0b10db46bb82",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "979bcb10-681e-497f-8f41-b73bc87d6197"
},
{
"Id": "7e3f17f5-6454-453f-828d-5e242dd4eaf0",
"CreationDate": "2026-07-04T13:56:32.705213+00:00",
"ApproverUserId": "9cacb005-9e45-4daa-a8e8-0b10db46bb82",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "979bcb10-681e-497f-8f41-b73bc87d6197"
}
],
"SupplierId": "d37b9601-8764-455e-b10d-71959999526f",
"OrderId": "a1b75d19-db6e-4d2e-99fa-0d6d2e4bce7a",
"CampaignProperties": [
{
"Id": "ac1aefaa-af5f-4b3e-a59f-d8412fb93029",
"CampaignId": "dd67122a-27ef-483e-a764-b9bb0776f9cc",
"Name": "sample string 3",
"Value": "sample string 4"
},
{
"Id": "ac1aefaa-af5f-4b3e-a59f-d8412fb93029",
"CampaignId": "dd67122a-27ef-483e-a764-b9bb0776f9cc",
"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-07-04T13:56:32.705213+00:00",
"ExpiryDate": "2026-07-04T13:56:32.705213+00:00",
"Cancelled": true,
"IsPercentageDiscount": true,
"Entitlement": 7.0,
"MinSpend": 1.0,
"MaxSpend": 1.0,
"MaxDiscount": 1.0,
"ForAllUsers": true,
"Deleted": true,
"VoucherUsers": [
{
"UserId": "c8b339d2-93fe-4801-abad-1035f0936e2c",
"SingleUse": true,
"ApplyAutomatically": true
},
{
"UserId": "c8b339d2-93fe-4801-abad-1035f0936e2c",
"SingleUse": true,
"ApplyAutomatically": true
}
],
"MinimumQuantity": 1,
"VoucherProductType": "sample string 10",
"NewCustomerOnly": true,
"VoucherProperties": [
{
"Id": "8e6fb987-22af-4a80-9ae0-0e63f8fc2d11",
"CreationDateUtc": "2026-07-04T13:56:32.705213+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
},
{
"Id": "8e6fb987-22af-4a80-9ae0-0e63f8fc2d11",
"CreationDateUtc": "2026-07-04T13:56:32.705213+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
}
]
},
"OrderStatusChanges": [
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-07-04T13:56:32.705213+00:00",
"Description": "sample string 4",
"UserId": "61904466-fa00-4dd7-928f-c8a0e87a7e90"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-07-04T13:56:32.705213+00:00",
"Description": "sample string 4",
"UserId": "61904466-fa00-4dd7-928f-c8a0e87a7e90"
}
],
"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": "71e753ef-d402-4e81-ab17-b3da184e66b8",
"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": "f550a054-65f0-497c-a7ae-0a7f2bc3f36c",
"DeliveryDate": "2026-07-04T13:56:32.705213+00:00",
"PaperSize": "sample string 17",
"CentralMailerCampaignId": "6cdb7fd9-d228-4ac4-b2a6-1b8f1ea6f140",
"OrderProductionCompletedDate": null,
"Id": "08617a39-89bc-4098-a54e-c11f5bcfa251",
"CreationDateUtc": "2026-07-04T13:56:32.705213+00:00",
"UserId": "6087ac10-c939-4806-bc88-5d17ca172be1",
"TenantId": "6b9b6dc7-f6af-45a4-b25a-3a0cda53f869",
"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-07-04T13:56:32.705213+00:00",
"UserJourney": "sample string 3",
"ServiceType": 0,
"Quantity": 4,
"ApprovalResponses": [
{
"Id": "7e3f17f5-6454-453f-828d-5e242dd4eaf0",
"CreationDate": "2026-07-04T13:56:32.705213+00:00",
"ApproverUserId": "9cacb005-9e45-4daa-a8e8-0b10db46bb82",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "979bcb10-681e-497f-8f41-b73bc87d6197"
},
{
"Id": "7e3f17f5-6454-453f-828d-5e242dd4eaf0",
"CreationDate": "2026-07-04T13:56:32.705213+00:00",
"ApproverUserId": "9cacb005-9e45-4daa-a8e8-0b10db46bb82",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "979bcb10-681e-497f-8f41-b73bc87d6197"
}
],
"SupplierId": "d37b9601-8764-455e-b10d-71959999526f",
"OrderId": "a1b75d19-db6e-4d2e-99fa-0d6d2e4bce7a",
"CampaignProperties": [
{
"Id": "ac1aefaa-af5f-4b3e-a59f-d8412fb93029",
"CampaignId": "dd67122a-27ef-483e-a764-b9bb0776f9cc",
"Name": "sample string 3",
"Value": "sample string 4"
},
{
"Id": "ac1aefaa-af5f-4b3e-a59f-d8412fb93029",
"CampaignId": "dd67122a-27ef-483e-a764-b9bb0776f9cc",
"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-07-04T13:56:32.705213+00:00",
"ExpiryDate": "2026-07-04T13:56:32.705213+00:00",
"Cancelled": true,
"IsPercentageDiscount": true,
"Entitlement": 7.0,
"MinSpend": 1.0,
"MaxSpend": 1.0,
"MaxDiscount": 1.0,
"ForAllUsers": true,
"Deleted": true,
"VoucherUsers": [
{
"UserId": "c8b339d2-93fe-4801-abad-1035f0936e2c",
"SingleUse": true,
"ApplyAutomatically": true
},
{
"UserId": "c8b339d2-93fe-4801-abad-1035f0936e2c",
"SingleUse": true,
"ApplyAutomatically": true
}
],
"MinimumQuantity": 1,
"VoucherProductType": "sample string 10",
"NewCustomerOnly": true,
"VoucherProperties": [
{
"Id": "8e6fb987-22af-4a80-9ae0-0e63f8fc2d11",
"CreationDateUtc": "2026-07-04T13:56:32.705213+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
},
{
"Id": "8e6fb987-22af-4a80-9ae0-0e63f8fc2d11",
"CreationDateUtc": "2026-07-04T13:56:32.705213+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
}
]
},
"OrderStatusChanges": [
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-07-04T13:56:32.705213+00:00",
"Description": "sample string 4",
"UserId": "61904466-fa00-4dd7-928f-c8a0e87a7e90"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-07-04T13:56:32.705213+00:00",
"Description": "sample string 4",
"UserId": "61904466-fa00-4dd7-928f-c8a0e87a7e90"
}
],
"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": "71e753ef-d402-4e81-ab17-b3da184e66b8",
"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": "f550a054-65f0-497c-a7ae-0a7f2bc3f36c",
"DeliveryDate": "2026-07-04T13:56:32.705213+00:00",
"PaperSize": "sample string 17",
"CentralMailerCampaignId": "6cdb7fd9-d228-4ac4-b2a6-1b8f1ea6f140",
"OrderProductionCompletedDate": null,
"Id": "08617a39-89bc-4098-a54e-c11f5bcfa251",
"CreationDateUtc": "2026-07-04T13:56:32.705213+00:00",
"UserId": "6087ac10-c939-4806-bc88-5d17ca172be1",
"TenantId": "6b9b6dc7-f6af-45a4-b25a-3a0cda53f869",
"SubtotalExVat": 22.0,
"SubtotalIncVat": 23.0,
"DiscountedTotalExVat": 24.0,
"DiscountedTotalIncVat": 25.0,
"VatRateApplied": 26.0
}
],
"Id": "e8c52eac-a083-4d5a-844f-cc45800be7b5",
"CreationDateUtc": "2026-07-04T13:56:32.705213+00:00",
"UserId": "d321b4d6-305a-42fe-be07-2f4bce290074",
"TenantId": "173d8012-73a5-40f6-9512-2a1a8a6da738",
"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-07-04T13:56:32.705213+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">e8c52eac-a083-4d5a-844f-cc45800be7b5</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">173d8012-73a5-40f6-9512-2a1a8a6da738</TenantId>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">d321b4d6-305a-42fe-be07-2f4bce290074</UserId>
<VatRateApplied xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">17</VatRateApplied>
<ApprovalGroupId>eb4e06a2-d90c-44fd-b1f1-25138181c963</ApprovalGroupId>
<Campaigns>
<PayCampaignDto>
<CreationDateUtc xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">2026-07-04T13:56:32.705213+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">08617a39-89bc-4098-a54e-c11f5bcfa251</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">6b9b6dc7-f6af-45a4-b25a-3a0cda53f869</TenantId>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">6087ac10-c939-4806-bc88-5d17ca172be1</UserId>
<VatRateApplied xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">26</VatRateApplied>
<ApprovalGroupId>f550a054-65f0-497c-a7ae-0a7f2bc3f36c</ApprovalGroupId>
<ApprovalResponses>
<ApprovalResponseDto>
<ApproverUserId>9cacb005-9e45-4daa-a8e8-0b10db46bb82</ApproverUserId>
<CampaignId>979bcb10-681e-497f-8f41-b73bc87d6197</CampaignId>
<CreationDate>2026-07-04T13:56:32.705213+00:00</CreationDate>
<Id>7e3f17f5-6454-453f-828d-5e242dd4eaf0</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
<ApprovalResponseDto>
<ApproverUserId>9cacb005-9e45-4daa-a8e8-0b10db46bb82</ApproverUserId>
<CampaignId>979bcb10-681e-497f-8f41-b73bc87d6197</CampaignId>
<CreationDate>2026-07-04T13:56:32.705213+00:00</CreationDate>
<Id>7e3f17f5-6454-453f-828d-5e242dd4eaf0</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
</ApprovalResponses>
<CampaignProperties>
<PayCampaignPropertyDto>
<CampaignId>dd67122a-27ef-483e-a764-b9bb0776f9cc</CampaignId>
<Id>ac1aefaa-af5f-4b3e-a59f-d8412fb93029</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
<PayCampaignPropertyDto>
<CampaignId>dd67122a-27ef-483e-a764-b9bb0776f9cc</CampaignId>
<Id>ac1aefaa-af5f-4b3e-a59f-d8412fb93029</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
</CampaignProperties>
<CentralMailerCampaignId>6cdb7fd9-d228-4ac4-b2a6-1b8f1ea6f140</CentralMailerCampaignId>
<DeliveryDate>2026-07-04T13:56:32.705213+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-07-04T13:56:32.705213+00:00</ModifiedDateUtc>
<Name>sample string 1</Name>
<OrderId>a1b75d19-db6e-4d2e-99fa-0d6d2e4bce7a</OrderId>
<OrderStatusChanges>
<StatusChangeDto>
<ChangeDateUtc>2026-07-04T13:56:32.705213+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>61904466-fa00-4dd7-928f-c8a0e87a7e90</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2026-07-04T13:56:32.705213+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>61904466-fa00-4dd7-928f-c8a0e87a7e90</UserId>
</StatusChangeDto>
</OrderStatusChanges>
<OrganisationId>71e753ef-d402-4e81-ab17-b3da184e66b8</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>d37b9601-8764-455e-b10d-71959999526f</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-07-04T13:56:32.705213+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-07-04T13:56:32.705213+00:00</StartDate>
<TenantId>sample string 4</TenantId>
<VoucherCode>sample string 3</VoucherCode>
<VoucherProductType>sample string 10</VoucherProductType>
<VoucherProperties>
<VoucherPropertyDto>
<CreationDateUtc>2026-07-04T13:56:32.705213+00:00</CreationDateUtc>
<Id>8e6fb987-22af-4a80-9ae0-0e63f8fc2d11</Id>
<Name>sample string 4</Name>
<Type>PrintingOptions</Type>
<Value>sample string 5</Value>
<VoucherId>3</VoucherId>
</VoucherPropertyDto>
<VoucherPropertyDto>
<CreationDateUtc>2026-07-04T13:56:32.705213+00:00</CreationDateUtc>
<Id>8e6fb987-22af-4a80-9ae0-0e63f8fc2d11</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>c8b339d2-93fe-4801-abad-1035f0936e2c</UserId>
</VoucherUserDto>
<VoucherUserDto>
<ApplyAutomatically>true</ApplyAutomatically>
<SingleUse>true</SingleUse>
<UserId>c8b339d2-93fe-4801-abad-1035f0936e2c</UserId>
</VoucherUserDto>
</VoucherUsers>
</Voucher>
</PayCampaignDto>
<PayCampaignDto>
<CreationDateUtc xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">2026-07-04T13:56:32.705213+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">08617a39-89bc-4098-a54e-c11f5bcfa251</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">6b9b6dc7-f6af-45a4-b25a-3a0cda53f869</TenantId>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">6087ac10-c939-4806-bc88-5d17ca172be1</UserId>
<VatRateApplied xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">26</VatRateApplied>
<ApprovalGroupId>f550a054-65f0-497c-a7ae-0a7f2bc3f36c</ApprovalGroupId>
<ApprovalResponses>
<ApprovalResponseDto>
<ApproverUserId>9cacb005-9e45-4daa-a8e8-0b10db46bb82</ApproverUserId>
<CampaignId>979bcb10-681e-497f-8f41-b73bc87d6197</CampaignId>
<CreationDate>2026-07-04T13:56:32.705213+00:00</CreationDate>
<Id>7e3f17f5-6454-453f-828d-5e242dd4eaf0</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
<ApprovalResponseDto>
<ApproverUserId>9cacb005-9e45-4daa-a8e8-0b10db46bb82</ApproverUserId>
<CampaignId>979bcb10-681e-497f-8f41-b73bc87d6197</CampaignId>
<CreationDate>2026-07-04T13:56:32.705213+00:00</CreationDate>
<Id>7e3f17f5-6454-453f-828d-5e242dd4eaf0</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
</ApprovalResponses>
<CampaignProperties>
<PayCampaignPropertyDto>
<CampaignId>dd67122a-27ef-483e-a764-b9bb0776f9cc</CampaignId>
<Id>ac1aefaa-af5f-4b3e-a59f-d8412fb93029</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
<PayCampaignPropertyDto>
<CampaignId>dd67122a-27ef-483e-a764-b9bb0776f9cc</CampaignId>
<Id>ac1aefaa-af5f-4b3e-a59f-d8412fb93029</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
</CampaignProperties>
<CentralMailerCampaignId>6cdb7fd9-d228-4ac4-b2a6-1b8f1ea6f140</CentralMailerCampaignId>
<DeliveryDate>2026-07-04T13:56:32.705213+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-07-04T13:56:32.705213+00:00</ModifiedDateUtc>
<Name>sample string 1</Name>
<OrderId>a1b75d19-db6e-4d2e-99fa-0d6d2e4bce7a</OrderId>
<OrderStatusChanges>
<StatusChangeDto>
<ChangeDateUtc>2026-07-04T13:56:32.705213+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>61904466-fa00-4dd7-928f-c8a0e87a7e90</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2026-07-04T13:56:32.705213+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>61904466-fa00-4dd7-928f-c8a0e87a7e90</UserId>
</StatusChangeDto>
</OrderStatusChanges>
<OrganisationId>71e753ef-d402-4e81-ab17-b3da184e66b8</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>d37b9601-8764-455e-b10d-71959999526f</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-07-04T13:56:32.705213+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-07-04T13:56:32.705213+00:00</StartDate>
<TenantId>sample string 4</TenantId>
<VoucherCode>sample string 3</VoucherCode>
<VoucherProductType>sample string 10</VoucherProductType>
<VoucherProperties>
<VoucherPropertyDto>
<CreationDateUtc>2026-07-04T13:56:32.705213+00:00</CreationDateUtc>
<Id>8e6fb987-22af-4a80-9ae0-0e63f8fc2d11</Id>
<Name>sample string 4</Name>
<Type>PrintingOptions</Type>
<Value>sample string 5</Value>
<VoucherId>3</VoucherId>
</VoucherPropertyDto>
<VoucherPropertyDto>
<CreationDateUtc>2026-07-04T13:56:32.705213+00:00</CreationDateUtc>
<Id>8e6fb987-22af-4a80-9ae0-0e63f8fc2d11</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>c8b339d2-93fe-4801-abad-1035f0936e2c</UserId>
</VoucherUserDto>
<VoucherUserDto>
<ApplyAutomatically>true</ApplyAutomatically>
<SingleUse>true</SingleUse>
<UserId>c8b339d2-93fe-4801-abad-1035f0936e2c</UserId>
</VoucherUserDto>
</VoucherUsers>
</Voucher>
</PayCampaignDto>
</Campaigns>
<Envelope>sample string 7</Envelope>
<IsTemporary>true</IsTemporary>
<ModifiedDateUtc>2026-07-04T13:56:32.705213+00:00</ModifiedDateUtc>
<Name>sample string 1</Name>
<PublicId>sample string 2</PublicId>
<Quantity>4</Quantity>
<ServiceType>DesignPrintAndDistribution</ServiceType>
<Status>
<ChangeDateUtc>2026-07-04T13:56:32.705213+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>61904466-fa00-4dd7-928f-c8a0e87a7e90</UserId>
</Status>
<Status_Id>6</Status_Id>
<SupplierId>51d5bc87-4c2b-4ddf-ac33-3f405b80c550</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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.