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-07-04T14:00:08.889559+00:00",
"UserJourney": "sample string 3",
"ServiceType": 0,
"Quantity": 4,
"SupplierId": "69458f33-e03c-49a8-bb95-88edff0ee098",
"IsTemporary": true,
"ApprovalGroupId": "3a7cdb7a-d34f-449f-ae53-46203b77a79d",
"Status_Id": 6,
"Status": {
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-07-04T14:00:08.889559+00:00",
"Description": "sample string 4",
"UserId": "39d72a98-0cae-4e2b-b717-7aa640eb4272"
},
"OrderStatus": "sample string 2",
"Envelope": "sample string 7",
"Variant": "sample string 8",
"Campaigns": [
{
"Name": "sample string 1",
"PublicId": "sample string 2",
"ModifiedDateUtc": "2026-07-04T14:00:08.889559+00:00",
"UserJourney": "sample string 3",
"ServiceType": 0,
"Quantity": 4,
"ApprovalResponses": [
{
"Id": "472f1838-a9fb-4477-bc2b-5668915a7077",
"CreationDate": "2026-07-04T14:00:08.889559+00:00",
"ApproverUserId": "87442a69-1a62-40ce-b116-7dbe0ab6c25a",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "89f10369-d2c7-4396-b4f2-a608091c62e7"
},
{
"Id": "472f1838-a9fb-4477-bc2b-5668915a7077",
"CreationDate": "2026-07-04T14:00:08.889559+00:00",
"ApproverUserId": "87442a69-1a62-40ce-b116-7dbe0ab6c25a",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "89f10369-d2c7-4396-b4f2-a608091c62e7"
}
],
"SupplierId": "50e96bed-8ce3-4d82-8cd3-150f7ee08794",
"OrderId": "b30cfe0a-b6b8-4f22-b55c-82581ca6f3a3",
"CampaignProperties": [
{
"Id": "394cf82f-457c-4d12-a47c-f54ecff5e370",
"CampaignId": "073c3a6a-5c48-433c-b6d1-6907de05168a",
"Name": "sample string 3",
"Value": "sample string 4"
},
{
"Id": "394cf82f-457c-4d12-a47c-f54ecff5e370",
"CampaignId": "073c3a6a-5c48-433c-b6d1-6907de05168a",
"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-04T14:00:08.889559+00:00",
"ExpiryDate": "2026-07-04T14:00:08.889559+00:00",
"Cancelled": true,
"IsPercentageDiscount": true,
"Entitlement": 7.0,
"MinSpend": 1.0,
"MaxSpend": 1.0,
"MaxDiscount": 1.0,
"ForAllUsers": true,
"Deleted": true,
"VoucherUsers": [
{
"UserId": "7cd90f6b-b932-401a-9d0c-1815ea4b9eb3",
"SingleUse": true,
"ApplyAutomatically": true
},
{
"UserId": "7cd90f6b-b932-401a-9d0c-1815ea4b9eb3",
"SingleUse": true,
"ApplyAutomatically": true
}
],
"MinimumQuantity": 1,
"VoucherProductType": "sample string 10",
"NewCustomerOnly": true,
"VoucherProperties": [
{
"Id": "fa72b433-ac27-4c59-9590-07cbea98cbdf",
"CreationDateUtc": "2026-07-04T14:00:08.889559+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
},
{
"Id": "fa72b433-ac27-4c59-9590-07cbea98cbdf",
"CreationDateUtc": "2026-07-04T14:00:08.889559+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
}
]
},
"OrderStatusChanges": [
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-07-04T14:00:08.889559+00:00",
"Description": "sample string 4",
"UserId": "39d72a98-0cae-4e2b-b717-7aa640eb4272"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-07-04T14:00:08.889559+00:00",
"Description": "sample string 4",
"UserId": "39d72a98-0cae-4e2b-b717-7aa640eb4272"
}
],
"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": "fdc8d32d-3484-49d0-b5ef-1796fafc3ac2",
"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": "67c11495-fe83-4efa-ba16-f04b9c578c90",
"DeliveryDate": "2026-07-04T14:00:08.889559+00:00",
"PaperSize": "sample string 17",
"CentralMailerCampaignId": "f5abe528-553b-47da-8ed5-d535cd44231c",
"OrderProductionCompletedDate": null,
"Id": "fa906667-8956-4d9b-ab81-583142d32152",
"CreationDateUtc": "2026-07-04T14:00:08.889559+00:00",
"UserId": "adaa673e-4461-434d-97a5-41e24c109a65",
"TenantId": "eaa9acef-8941-463f-84a1-e9f8ab43eaf3",
"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-04T14:00:08.889559+00:00",
"UserJourney": "sample string 3",
"ServiceType": 0,
"Quantity": 4,
"ApprovalResponses": [
{
"Id": "472f1838-a9fb-4477-bc2b-5668915a7077",
"CreationDate": "2026-07-04T14:00:08.889559+00:00",
"ApproverUserId": "87442a69-1a62-40ce-b116-7dbe0ab6c25a",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "89f10369-d2c7-4396-b4f2-a608091c62e7"
},
{
"Id": "472f1838-a9fb-4477-bc2b-5668915a7077",
"CreationDate": "2026-07-04T14:00:08.889559+00:00",
"ApproverUserId": "87442a69-1a62-40ce-b116-7dbe0ab6c25a",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "89f10369-d2c7-4396-b4f2-a608091c62e7"
}
],
"SupplierId": "50e96bed-8ce3-4d82-8cd3-150f7ee08794",
"OrderId": "b30cfe0a-b6b8-4f22-b55c-82581ca6f3a3",
"CampaignProperties": [
{
"Id": "394cf82f-457c-4d12-a47c-f54ecff5e370",
"CampaignId": "073c3a6a-5c48-433c-b6d1-6907de05168a",
"Name": "sample string 3",
"Value": "sample string 4"
},
{
"Id": "394cf82f-457c-4d12-a47c-f54ecff5e370",
"CampaignId": "073c3a6a-5c48-433c-b6d1-6907de05168a",
"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-04T14:00:08.889559+00:00",
"ExpiryDate": "2026-07-04T14:00:08.889559+00:00",
"Cancelled": true,
"IsPercentageDiscount": true,
"Entitlement": 7.0,
"MinSpend": 1.0,
"MaxSpend": 1.0,
"MaxDiscount": 1.0,
"ForAllUsers": true,
"Deleted": true,
"VoucherUsers": [
{
"UserId": "7cd90f6b-b932-401a-9d0c-1815ea4b9eb3",
"SingleUse": true,
"ApplyAutomatically": true
},
{
"UserId": "7cd90f6b-b932-401a-9d0c-1815ea4b9eb3",
"SingleUse": true,
"ApplyAutomatically": true
}
],
"MinimumQuantity": 1,
"VoucherProductType": "sample string 10",
"NewCustomerOnly": true,
"VoucherProperties": [
{
"Id": "fa72b433-ac27-4c59-9590-07cbea98cbdf",
"CreationDateUtc": "2026-07-04T14:00:08.889559+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
},
{
"Id": "fa72b433-ac27-4c59-9590-07cbea98cbdf",
"CreationDateUtc": "2026-07-04T14:00:08.889559+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
}
]
},
"OrderStatusChanges": [
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-07-04T14:00:08.889559+00:00",
"Description": "sample string 4",
"UserId": "39d72a98-0cae-4e2b-b717-7aa640eb4272"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2026-07-04T14:00:08.889559+00:00",
"Description": "sample string 4",
"UserId": "39d72a98-0cae-4e2b-b717-7aa640eb4272"
}
],
"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": "fdc8d32d-3484-49d0-b5ef-1796fafc3ac2",
"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": "67c11495-fe83-4efa-ba16-f04b9c578c90",
"DeliveryDate": "2026-07-04T14:00:08.889559+00:00",
"PaperSize": "sample string 17",
"CentralMailerCampaignId": "f5abe528-553b-47da-8ed5-d535cd44231c",
"OrderProductionCompletedDate": null,
"Id": "fa906667-8956-4d9b-ab81-583142d32152",
"CreationDateUtc": "2026-07-04T14:00:08.889559+00:00",
"UserId": "adaa673e-4461-434d-97a5-41e24c109a65",
"TenantId": "eaa9acef-8941-463f-84a1-e9f8ab43eaf3",
"SubtotalExVat": 22.0,
"SubtotalIncVat": 23.0,
"DiscountedTotalExVat": 24.0,
"DiscountedTotalIncVat": 25.0,
"VatRateApplied": 26.0
}
],
"Id": "f466fdc8-a37e-4775-90e2-c3aadc4534a1",
"CreationDateUtc": "2026-07-04T14:00:08.889559+00:00",
"UserId": "012466f0-2278-4bee-9e0a-ab204e51bb25",
"TenantId": "765cc898-cccc-4c48-addc-ff0b001fc86b",
"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-04T14:00:08.889559+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">f466fdc8-a37e-4775-90e2-c3aadc4534a1</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">765cc898-cccc-4c48-addc-ff0b001fc86b</TenantId>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">012466f0-2278-4bee-9e0a-ab204e51bb25</UserId>
<VatRateApplied xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">17</VatRateApplied>
<ApprovalGroupId>3a7cdb7a-d34f-449f-ae53-46203b77a79d</ApprovalGroupId>
<Campaigns>
<PayCampaignDto>
<CreationDateUtc xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">2026-07-04T14:00:08.889559+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">fa906667-8956-4d9b-ab81-583142d32152</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">eaa9acef-8941-463f-84a1-e9f8ab43eaf3</TenantId>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">adaa673e-4461-434d-97a5-41e24c109a65</UserId>
<VatRateApplied xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">26</VatRateApplied>
<ApprovalGroupId>67c11495-fe83-4efa-ba16-f04b9c578c90</ApprovalGroupId>
<ApprovalResponses>
<ApprovalResponseDto>
<ApproverUserId>87442a69-1a62-40ce-b116-7dbe0ab6c25a</ApproverUserId>
<CampaignId>89f10369-d2c7-4396-b4f2-a608091c62e7</CampaignId>
<CreationDate>2026-07-04T14:00:08.889559+00:00</CreationDate>
<Id>472f1838-a9fb-4477-bc2b-5668915a7077</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
<ApprovalResponseDto>
<ApproverUserId>87442a69-1a62-40ce-b116-7dbe0ab6c25a</ApproverUserId>
<CampaignId>89f10369-d2c7-4396-b4f2-a608091c62e7</CampaignId>
<CreationDate>2026-07-04T14:00:08.889559+00:00</CreationDate>
<Id>472f1838-a9fb-4477-bc2b-5668915a7077</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
</ApprovalResponses>
<CampaignProperties>
<PayCampaignPropertyDto>
<CampaignId>073c3a6a-5c48-433c-b6d1-6907de05168a</CampaignId>
<Id>394cf82f-457c-4d12-a47c-f54ecff5e370</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
<PayCampaignPropertyDto>
<CampaignId>073c3a6a-5c48-433c-b6d1-6907de05168a</CampaignId>
<Id>394cf82f-457c-4d12-a47c-f54ecff5e370</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
</CampaignProperties>
<CentralMailerCampaignId>f5abe528-553b-47da-8ed5-d535cd44231c</CentralMailerCampaignId>
<DeliveryDate>2026-07-04T14:00:08.889559+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-04T14:00:08.889559+00:00</ModifiedDateUtc>
<Name>sample string 1</Name>
<OrderId>b30cfe0a-b6b8-4f22-b55c-82581ca6f3a3</OrderId>
<OrderStatusChanges>
<StatusChangeDto>
<ChangeDateUtc>2026-07-04T14:00:08.889559+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>39d72a98-0cae-4e2b-b717-7aa640eb4272</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2026-07-04T14:00:08.889559+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>39d72a98-0cae-4e2b-b717-7aa640eb4272</UserId>
</StatusChangeDto>
</OrderStatusChanges>
<OrganisationId>fdc8d32d-3484-49d0-b5ef-1796fafc3ac2</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>50e96bed-8ce3-4d82-8cd3-150f7ee08794</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-04T14:00:08.889559+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-04T14:00:08.889559+00:00</StartDate>
<TenantId>sample string 4</TenantId>
<VoucherCode>sample string 3</VoucherCode>
<VoucherProductType>sample string 10</VoucherProductType>
<VoucherProperties>
<VoucherPropertyDto>
<CreationDateUtc>2026-07-04T14:00:08.889559+00:00</CreationDateUtc>
<Id>fa72b433-ac27-4c59-9590-07cbea98cbdf</Id>
<Name>sample string 4</Name>
<Type>PrintingOptions</Type>
<Value>sample string 5</Value>
<VoucherId>3</VoucherId>
</VoucherPropertyDto>
<VoucherPropertyDto>
<CreationDateUtc>2026-07-04T14:00:08.889559+00:00</CreationDateUtc>
<Id>fa72b433-ac27-4c59-9590-07cbea98cbdf</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>7cd90f6b-b932-401a-9d0c-1815ea4b9eb3</UserId>
</VoucherUserDto>
<VoucherUserDto>
<ApplyAutomatically>true</ApplyAutomatically>
<SingleUse>true</SingleUse>
<UserId>7cd90f6b-b932-401a-9d0c-1815ea4b9eb3</UserId>
</VoucherUserDto>
</VoucherUsers>
</Voucher>
</PayCampaignDto>
<PayCampaignDto>
<CreationDateUtc xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">2026-07-04T14:00:08.889559+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">fa906667-8956-4d9b-ab81-583142d32152</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">eaa9acef-8941-463f-84a1-e9f8ab43eaf3</TenantId>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">adaa673e-4461-434d-97a5-41e24c109a65</UserId>
<VatRateApplied xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">26</VatRateApplied>
<ApprovalGroupId>67c11495-fe83-4efa-ba16-f04b9c578c90</ApprovalGroupId>
<ApprovalResponses>
<ApprovalResponseDto>
<ApproverUserId>87442a69-1a62-40ce-b116-7dbe0ab6c25a</ApproverUserId>
<CampaignId>89f10369-d2c7-4396-b4f2-a608091c62e7</CampaignId>
<CreationDate>2026-07-04T14:00:08.889559+00:00</CreationDate>
<Id>472f1838-a9fb-4477-bc2b-5668915a7077</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
<ApprovalResponseDto>
<ApproverUserId>87442a69-1a62-40ce-b116-7dbe0ab6c25a</ApproverUserId>
<CampaignId>89f10369-d2c7-4396-b4f2-a608091c62e7</CampaignId>
<CreationDate>2026-07-04T14:00:08.889559+00:00</CreationDate>
<Id>472f1838-a9fb-4477-bc2b-5668915a7077</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
</ApprovalResponses>
<CampaignProperties>
<PayCampaignPropertyDto>
<CampaignId>073c3a6a-5c48-433c-b6d1-6907de05168a</CampaignId>
<Id>394cf82f-457c-4d12-a47c-f54ecff5e370</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
<PayCampaignPropertyDto>
<CampaignId>073c3a6a-5c48-433c-b6d1-6907de05168a</CampaignId>
<Id>394cf82f-457c-4d12-a47c-f54ecff5e370</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
</CampaignProperties>
<CentralMailerCampaignId>f5abe528-553b-47da-8ed5-d535cd44231c</CentralMailerCampaignId>
<DeliveryDate>2026-07-04T14:00:08.889559+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-04T14:00:08.889559+00:00</ModifiedDateUtc>
<Name>sample string 1</Name>
<OrderId>b30cfe0a-b6b8-4f22-b55c-82581ca6f3a3</OrderId>
<OrderStatusChanges>
<StatusChangeDto>
<ChangeDateUtc>2026-07-04T14:00:08.889559+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>39d72a98-0cae-4e2b-b717-7aa640eb4272</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2026-07-04T14:00:08.889559+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>39d72a98-0cae-4e2b-b717-7aa640eb4272</UserId>
</StatusChangeDto>
</OrderStatusChanges>
<OrganisationId>fdc8d32d-3484-49d0-b5ef-1796fafc3ac2</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>50e96bed-8ce3-4d82-8cd3-150f7ee08794</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-04T14:00:08.889559+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-04T14:00:08.889559+00:00</StartDate>
<TenantId>sample string 4</TenantId>
<VoucherCode>sample string 3</VoucherCode>
<VoucherProductType>sample string 10</VoucherProductType>
<VoucherProperties>
<VoucherPropertyDto>
<CreationDateUtc>2026-07-04T14:00:08.889559+00:00</CreationDateUtc>
<Id>fa72b433-ac27-4c59-9590-07cbea98cbdf</Id>
<Name>sample string 4</Name>
<Type>PrintingOptions</Type>
<Value>sample string 5</Value>
<VoucherId>3</VoucherId>
</VoucherPropertyDto>
<VoucherPropertyDto>
<CreationDateUtc>2026-07-04T14:00:08.889559+00:00</CreationDateUtc>
<Id>fa72b433-ac27-4c59-9590-07cbea98cbdf</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>7cd90f6b-b932-401a-9d0c-1815ea4b9eb3</UserId>
</VoucherUserDto>
<VoucherUserDto>
<ApplyAutomatically>true</ApplyAutomatically>
<SingleUse>true</SingleUse>
<UserId>7cd90f6b-b932-401a-9d0c-1815ea4b9eb3</UserId>
</VoucherUserDto>
</VoucherUsers>
</Voucher>
</PayCampaignDto>
</Campaigns>
<Envelope>sample string 7</Envelope>
<IsTemporary>true</IsTemporary>
<ModifiedDateUtc>2026-07-04T14:00:08.889559+00:00</ModifiedDateUtc>
<Name>sample string 1</Name>
<PublicId>sample string 2</PublicId>
<Quantity>4</Quantity>
<ServiceType>DesignPrintAndDistribution</ServiceType>
<Status>
<ChangeDateUtc>2026-07-04T14:00:08.889559+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>39d72a98-0cae-4e2b-b717-7aa640eb4272</UserId>
</Status>
<Status_Id>6</Status_Id>
<SupplierId>69458f33-e03c-49a8-bb95-88edff0ee098</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.