PUT api/centralmailercampaigns/{id}
Updates a campaign.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The id of the campaign to update. |
globally unique identifier |
Required |
Body Parameters
The campaign model to update 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:36:08.6750611+00:00",
"UserJourney": "sample string 3",
"ServiceType": 0,
"Quantity": 4,
"SupplierId": "c4a2a9f1-78d6-419a-8739-f2792821d14b",
"IsTemporary": true,
"ApprovalGroupId": "21bd0dc7-e7c5-4214-b627-b9274e627dfe",
"Status_Id": 6,
"Status": {
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-08-29T17:36:08.6750611+00:00",
"Description": "sample string 4",
"UserId": "9682b05e-4c7a-4c72-bde0-8767ccd69a37"
},
"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:36:08.6750611+00:00",
"UserJourney": "sample string 3",
"ServiceType": 0,
"Quantity": 4,
"ApprovalResponses": [
{
"Id": "4fea8759-b580-4e5a-ad81-09c782fe7fbc",
"CreationDate": "2026-08-29T17:36:08.6750611+00:00",
"ApproverUserId": "37cbb12a-5955-4069-8d66-9703d1b8b653",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "bc2eab94-b90e-4067-acc8-cd7bfbbb0d9d"
},
{
"Id": "4fea8759-b580-4e5a-ad81-09c782fe7fbc",
"CreationDate": "2026-08-29T17:36:08.6750611+00:00",
"ApproverUserId": "37cbb12a-5955-4069-8d66-9703d1b8b653",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "bc2eab94-b90e-4067-acc8-cd7bfbbb0d9d"
}
],
"SupplierId": "ed5c8a89-72ad-4005-b985-8f90ede26bf3",
"OrderId": "8a3e9baa-501d-4b07-92d2-aa519a647b7c",
"CampaignProperties": [
{
"Id": "435dc189-0556-46c7-bd78-0b2d19b58691",
"CampaignId": "bbaffbc2-794e-471f-8c9c-5ea97861dd96",
"Name": "sample string 3",
"Value": "sample string 4"
},
{
"Id": "435dc189-0556-46c7-bd78-0b2d19b58691",
"CampaignId": "bbaffbc2-794e-471f-8c9c-5ea97861dd96",
"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:36:08.6750611+00:00",
"ExpiryDate": "2026-08-29T17:36:08.6750611+00:00",
"Cancelled": true,
"IsPercentageDiscount": true,
"Entitlement": 7.0,
"MinSpend": 1.0,
"MaxSpend": 1.0,
"MaxDiscount": 1.0,
"ForAllUsers": true,
"Deleted": true,
"VoucherUsers": [
{
"UserId": "323562c9-afb3-4315-aaea-40cf921cfcf4",
"SingleUse": true,
"ApplyAutomatically": true
},
{
"UserId": "323562c9-afb3-4315-aaea-40cf921cfcf4",
"SingleUse": true,
"ApplyAutomatically": true
}
],
"MinimumQuantity": 1,
"VoucherProductType": "sample string 10",
"NewCustomerOnly": true,
"VoucherProperties": [
{
"Id": "246f360c-dc6e-4389-8cf5-a7d2b272df44",
"CreationDateUtc": "2026-08-29T17:36:08.6750611+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
},
{
"Id": "246f360c-dc6e-4389-8cf5-a7d2b272df44",
"CreationDateUtc": "2026-08-29T17:36:08.6750611+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:36:08.6750611+00:00",
"Description": "sample string 4",
"UserId": "9682b05e-4c7a-4c72-bde0-8767ccd69a37"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-08-29T17:36:08.6750611+00:00",
"Description": "sample string 4",
"UserId": "9682b05e-4c7a-4c72-bde0-8767ccd69a37"
}
],
"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": "928bd211-f893-43bc-b43c-0f3078807186",
"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": "91013f41-9381-4ff8-ae18-25047f3d5e3c",
"DeliveryDate": "2026-08-29T17:36:08.6750611+00:00",
"PaperSize": "sample string 17",
"CentralMailerCampaignId": "d68aaa45-c2ee-4611-b4dc-df6977508772",
"OrderProductionCompletedDate": null,
"Id": "3ffc47ce-7034-4899-9bec-0f692a52ea6e",
"CreationDateUtc": "2026-08-29T17:36:08.6750611+00:00",
"UserId": "4413c13a-8108-40d6-9e37-3fedaadaaa1d",
"TenantId": "9e9b7f5f-be10-48d8-ba06-9aa79188c3cf",
"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:36:08.6750611+00:00",
"UserJourney": "sample string 3",
"ServiceType": 0,
"Quantity": 4,
"ApprovalResponses": [
{
"Id": "4fea8759-b580-4e5a-ad81-09c782fe7fbc",
"CreationDate": "2026-08-29T17:36:08.6750611+00:00",
"ApproverUserId": "37cbb12a-5955-4069-8d66-9703d1b8b653",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "bc2eab94-b90e-4067-acc8-cd7bfbbb0d9d"
},
{
"Id": "4fea8759-b580-4e5a-ad81-09c782fe7fbc",
"CreationDate": "2026-08-29T17:36:08.6750611+00:00",
"ApproverUserId": "37cbb12a-5955-4069-8d66-9703d1b8b653",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "bc2eab94-b90e-4067-acc8-cd7bfbbb0d9d"
}
],
"SupplierId": "ed5c8a89-72ad-4005-b985-8f90ede26bf3",
"OrderId": "8a3e9baa-501d-4b07-92d2-aa519a647b7c",
"CampaignProperties": [
{
"Id": "435dc189-0556-46c7-bd78-0b2d19b58691",
"CampaignId": "bbaffbc2-794e-471f-8c9c-5ea97861dd96",
"Name": "sample string 3",
"Value": "sample string 4"
},
{
"Id": "435dc189-0556-46c7-bd78-0b2d19b58691",
"CampaignId": "bbaffbc2-794e-471f-8c9c-5ea97861dd96",
"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:36:08.6750611+00:00",
"ExpiryDate": "2026-08-29T17:36:08.6750611+00:00",
"Cancelled": true,
"IsPercentageDiscount": true,
"Entitlement": 7.0,
"MinSpend": 1.0,
"MaxSpend": 1.0,
"MaxDiscount": 1.0,
"ForAllUsers": true,
"Deleted": true,
"VoucherUsers": [
{
"UserId": "323562c9-afb3-4315-aaea-40cf921cfcf4",
"SingleUse": true,
"ApplyAutomatically": true
},
{
"UserId": "323562c9-afb3-4315-aaea-40cf921cfcf4",
"SingleUse": true,
"ApplyAutomatically": true
}
],
"MinimumQuantity": 1,
"VoucherProductType": "sample string 10",
"NewCustomerOnly": true,
"VoucherProperties": [
{
"Id": "246f360c-dc6e-4389-8cf5-a7d2b272df44",
"CreationDateUtc": "2026-08-29T17:36:08.6750611+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
},
{
"Id": "246f360c-dc6e-4389-8cf5-a7d2b272df44",
"CreationDateUtc": "2026-08-29T17:36:08.6750611+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:36:08.6750611+00:00",
"Description": "sample string 4",
"UserId": "9682b05e-4c7a-4c72-bde0-8767ccd69a37"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-08-29T17:36:08.6750611+00:00",
"Description": "sample string 4",
"UserId": "9682b05e-4c7a-4c72-bde0-8767ccd69a37"
}
],
"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": "928bd211-f893-43bc-b43c-0f3078807186",
"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": "91013f41-9381-4ff8-ae18-25047f3d5e3c",
"DeliveryDate": "2026-08-29T17:36:08.6750611+00:00",
"PaperSize": "sample string 17",
"CentralMailerCampaignId": "d68aaa45-c2ee-4611-b4dc-df6977508772",
"OrderProductionCompletedDate": null,
"Id": "3ffc47ce-7034-4899-9bec-0f692a52ea6e",
"CreationDateUtc": "2026-08-29T17:36:08.6750611+00:00",
"UserId": "4413c13a-8108-40d6-9e37-3fedaadaaa1d",
"TenantId": "9e9b7f5f-be10-48d8-ba06-9aa79188c3cf",
"SubtotalExVat": 22.0,
"SubtotalIncVat": 23.0,
"DiscountedTotalExVat": 24.0,
"DiscountedTotalIncVat": 25.0,
"VatRateApplied": 26.0
}
],
"Id": "a250b91f-3af7-4e89-838c-f378d367be04",
"CreationDateUtc": "2026-08-29T17:36:08.6750611+00:00",
"UserId": "988cce79-49bc-42ed-97f6-96497e9da940",
"TenantId": "e1e93a60-38da-49e5-8070-7f9b8de5c491",
"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:36:08.6750611+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">a250b91f-3af7-4e89-838c-f378d367be04</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">e1e93a60-38da-49e5-8070-7f9b8de5c491</TenantId>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">988cce79-49bc-42ed-97f6-96497e9da940</UserId>
<VatRateApplied xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">17</VatRateApplied>
<ApprovalGroupId>21bd0dc7-e7c5-4214-b627-b9274e627dfe</ApprovalGroupId>
<Campaigns>
<PayCampaignDto>
<CreationDateUtc xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">2026-08-29T17:36:08.6750611+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">3ffc47ce-7034-4899-9bec-0f692a52ea6e</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">9e9b7f5f-be10-48d8-ba06-9aa79188c3cf</TenantId>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">4413c13a-8108-40d6-9e37-3fedaadaaa1d</UserId>
<VatRateApplied xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">26</VatRateApplied>
<ApprovalGroupId>91013f41-9381-4ff8-ae18-25047f3d5e3c</ApprovalGroupId>
<ApprovalResponses>
<ApprovalResponseDto>
<ApproverUserId>37cbb12a-5955-4069-8d66-9703d1b8b653</ApproverUserId>
<CampaignId>bc2eab94-b90e-4067-acc8-cd7bfbbb0d9d</CampaignId>
<CreationDate>2026-08-29T17:36:08.6750611+00:00</CreationDate>
<Id>4fea8759-b580-4e5a-ad81-09c782fe7fbc</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
<ApprovalResponseDto>
<ApproverUserId>37cbb12a-5955-4069-8d66-9703d1b8b653</ApproverUserId>
<CampaignId>bc2eab94-b90e-4067-acc8-cd7bfbbb0d9d</CampaignId>
<CreationDate>2026-08-29T17:36:08.6750611+00:00</CreationDate>
<Id>4fea8759-b580-4e5a-ad81-09c782fe7fbc</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
</ApprovalResponses>
<CampaignProperties>
<PayCampaignPropertyDto>
<CampaignId>bbaffbc2-794e-471f-8c9c-5ea97861dd96</CampaignId>
<Id>435dc189-0556-46c7-bd78-0b2d19b58691</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
<PayCampaignPropertyDto>
<CampaignId>bbaffbc2-794e-471f-8c9c-5ea97861dd96</CampaignId>
<Id>435dc189-0556-46c7-bd78-0b2d19b58691</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
</CampaignProperties>
<CentralMailerCampaignId>d68aaa45-c2ee-4611-b4dc-df6977508772</CentralMailerCampaignId>
<DeliveryDate>2026-08-29T17:36:08.6750611+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:36:08.6750611+00:00</ModifiedDateUtc>
<Name>sample string 1</Name>
<OrderId>8a3e9baa-501d-4b07-92d2-aa519a647b7c</OrderId>
<OrderStatusChanges>
<StatusChangeDto>
<ChangeDateUtc>2026-08-29T17:36:08.6750611+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>9682b05e-4c7a-4c72-bde0-8767ccd69a37</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2026-08-29T17:36:08.6750611+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>9682b05e-4c7a-4c72-bde0-8767ccd69a37</UserId>
</StatusChangeDto>
</OrderStatusChanges>
<OrganisationId>928bd211-f893-43bc-b43c-0f3078807186</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>ed5c8a89-72ad-4005-b985-8f90ede26bf3</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:36:08.6750611+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:36:08.6750611+00:00</StartDate>
<TenantId>sample string 4</TenantId>
<VoucherCode>sample string 3</VoucherCode>
<VoucherProductType>sample string 10</VoucherProductType>
<VoucherProperties>
<VoucherPropertyDto>
<CreationDateUtc>2026-08-29T17:36:08.6750611+00:00</CreationDateUtc>
<Id>246f360c-dc6e-4389-8cf5-a7d2b272df44</Id>
<Name>sample string 4</Name>
<Type>PrintingOptions</Type>
<Value>sample string 5</Value>
<VoucherId>3</VoucherId>
</VoucherPropertyDto>
<VoucherPropertyDto>
<CreationDateUtc>2026-08-29T17:36:08.6750611+00:00</CreationDateUtc>
<Id>246f360c-dc6e-4389-8cf5-a7d2b272df44</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>323562c9-afb3-4315-aaea-40cf921cfcf4</UserId>
</VoucherUserDto>
<VoucherUserDto>
<ApplyAutomatically>true</ApplyAutomatically>
<SingleUse>true</SingleUse>
<UserId>323562c9-afb3-4315-aaea-40cf921cfcf4</UserId>
</VoucherUserDto>
</VoucherUsers>
</Voucher>
</PayCampaignDto>
<PayCampaignDto>
<CreationDateUtc xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">2026-08-29T17:36:08.6750611+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">3ffc47ce-7034-4899-9bec-0f692a52ea6e</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">9e9b7f5f-be10-48d8-ba06-9aa79188c3cf</TenantId>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">4413c13a-8108-40d6-9e37-3fedaadaaa1d</UserId>
<VatRateApplied xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">26</VatRateApplied>
<ApprovalGroupId>91013f41-9381-4ff8-ae18-25047f3d5e3c</ApprovalGroupId>
<ApprovalResponses>
<ApprovalResponseDto>
<ApproverUserId>37cbb12a-5955-4069-8d66-9703d1b8b653</ApproverUserId>
<CampaignId>bc2eab94-b90e-4067-acc8-cd7bfbbb0d9d</CampaignId>
<CreationDate>2026-08-29T17:36:08.6750611+00:00</CreationDate>
<Id>4fea8759-b580-4e5a-ad81-09c782fe7fbc</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
<ApprovalResponseDto>
<ApproverUserId>37cbb12a-5955-4069-8d66-9703d1b8b653</ApproverUserId>
<CampaignId>bc2eab94-b90e-4067-acc8-cd7bfbbb0d9d</CampaignId>
<CreationDate>2026-08-29T17:36:08.6750611+00:00</CreationDate>
<Id>4fea8759-b580-4e5a-ad81-09c782fe7fbc</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
</ApprovalResponses>
<CampaignProperties>
<PayCampaignPropertyDto>
<CampaignId>bbaffbc2-794e-471f-8c9c-5ea97861dd96</CampaignId>
<Id>435dc189-0556-46c7-bd78-0b2d19b58691</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
<PayCampaignPropertyDto>
<CampaignId>bbaffbc2-794e-471f-8c9c-5ea97861dd96</CampaignId>
<Id>435dc189-0556-46c7-bd78-0b2d19b58691</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
</CampaignProperties>
<CentralMailerCampaignId>d68aaa45-c2ee-4611-b4dc-df6977508772</CentralMailerCampaignId>
<DeliveryDate>2026-08-29T17:36:08.6750611+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:36:08.6750611+00:00</ModifiedDateUtc>
<Name>sample string 1</Name>
<OrderId>8a3e9baa-501d-4b07-92d2-aa519a647b7c</OrderId>
<OrderStatusChanges>
<StatusChangeDto>
<ChangeDateUtc>2026-08-29T17:36:08.6750611+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>9682b05e-4c7a-4c72-bde0-8767ccd69a37</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2026-08-29T17:36:08.6750611+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>9682b05e-4c7a-4c72-bde0-8767ccd69a37</UserId>
</StatusChangeDto>
</OrderStatusChanges>
<OrganisationId>928bd211-f893-43bc-b43c-0f3078807186</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>ed5c8a89-72ad-4005-b985-8f90ede26bf3</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:36:08.6750611+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:36:08.6750611+00:00</StartDate>
<TenantId>sample string 4</TenantId>
<VoucherCode>sample string 3</VoucherCode>
<VoucherProductType>sample string 10</VoucherProductType>
<VoucherProperties>
<VoucherPropertyDto>
<CreationDateUtc>2026-08-29T17:36:08.6750611+00:00</CreationDateUtc>
<Id>246f360c-dc6e-4389-8cf5-a7d2b272df44</Id>
<Name>sample string 4</Name>
<Type>PrintingOptions</Type>
<Value>sample string 5</Value>
<VoucherId>3</VoucherId>
</VoucherPropertyDto>
<VoucherPropertyDto>
<CreationDateUtc>2026-08-29T17:36:08.6750611+00:00</CreationDateUtc>
<Id>246f360c-dc6e-4389-8cf5-a7d2b272df44</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>323562c9-afb3-4315-aaea-40cf921cfcf4</UserId>
</VoucherUserDto>
<VoucherUserDto>
<ApplyAutomatically>true</ApplyAutomatically>
<SingleUse>true</SingleUse>
<UserId>323562c9-afb3-4315-aaea-40cf921cfcf4</UserId>
</VoucherUserDto>
</VoucherUsers>
</Voucher>
</PayCampaignDto>
</Campaigns>
<Envelope>sample string 7</Envelope>
<IsTemporary>true</IsTemporary>
<ModifiedDateUtc>2026-08-29T17:36:08.6750611+00:00</ModifiedDateUtc>
<Name>sample string 1</Name>
<PublicId>sample string 2</PublicId>
<Quantity>4</Quantity>
<ServiceType>DesignPrintAndDistribution</ServiceType>
<Status>
<ChangeDateUtc>2026-08-29T17:36:08.6750611+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>9682b05e-4c7a-4c72-bde0-8767ccd69a37</UserId>
</Status>
<Status_Id>6</Status_Id>
<SupplierId>c4a2a9f1-78d6-419a-8739-f2792821d14b</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.