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": "2025-12-06T02:25:07.6419523+00:00",
"UserJourney": "sample string 3",
"ServiceType": 0,
"Quantity": 4,
"SupplierId": "9a0f3dba-7bff-4462-aab6-2addfdc3d9e1",
"IsTemporary": true,
"ApprovalGroupId": "8dcd5e77-2de5-4c4b-8946-eaaeb23fb70c",
"Status_Id": 6,
"Status": {
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2025-12-06T02:25:07.6419523+00:00",
"Description": "sample string 4",
"UserId": "ed9324b4-10dd-43fa-8bdf-c943b9c2d6c4"
},
"OrderStatus": "sample string 2",
"Envelope": "sample string 7",
"Variant": "sample string 8",
"Campaigns": [
{
"Name": "sample string 1",
"PublicId": "sample string 2",
"ModifiedDateUtc": "2025-12-06T02:25:07.6419523+00:00",
"UserJourney": "sample string 3",
"ServiceType": 0,
"Quantity": 4,
"ApprovalResponses": [
{
"Id": "bf305a2c-bd6c-4ae1-9a8c-41adcf5d0cea",
"CreationDate": "2025-12-06T02:25:07.6419523+00:00",
"ApproverUserId": "13cf4366-1fa0-46ad-8f7d-4ba1060dc297",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "f017bef6-6b4b-4a76-b601-910702568adb"
},
{
"Id": "bf305a2c-bd6c-4ae1-9a8c-41adcf5d0cea",
"CreationDate": "2025-12-06T02:25:07.6419523+00:00",
"ApproverUserId": "13cf4366-1fa0-46ad-8f7d-4ba1060dc297",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "f017bef6-6b4b-4a76-b601-910702568adb"
}
],
"SupplierId": "ef7a7162-eed2-4f77-bbdb-fd0a2f22fb5c",
"OrderId": "7d403817-b9cf-47ae-a6ce-896bc29a47a2",
"CampaignProperties": [
{
"Id": "a082f1ac-92d1-4d6e-aa9e-05d98d4f7a43",
"CampaignId": "25612ebd-0c18-445b-91cc-a3abe172a63d",
"Name": "sample string 3",
"Value": "sample string 4"
},
{
"Id": "a082f1ac-92d1-4d6e-aa9e-05d98d4f7a43",
"CampaignId": "25612ebd-0c18-445b-91cc-a3abe172a63d",
"Name": "sample string 3",
"Value": "sample string 4"
}
],
"Voucher": {
"Id": 1,
"Description": "sample string 2",
"VoucherCode": "sample string 3",
"TenantId": "sample string 4",
"StartDate": "2025-12-06T02:25:07.6419523+00:00",
"ExpiryDate": "2025-12-06T02:25:07.6419523+00:00",
"Cancelled": true,
"IsPercentageDiscount": true,
"Entitlement": 7.0,
"MinSpend": 1.0,
"MaxSpend": 1.0,
"MaxDiscount": 1.0,
"ForAllUsers": true,
"Deleted": true,
"VoucherUsers": [
{
"UserId": "1f503ddd-54ec-48ac-9a76-69abf848fbfb",
"SingleUse": true,
"ApplyAutomatically": true
},
{
"UserId": "1f503ddd-54ec-48ac-9a76-69abf848fbfb",
"SingleUse": true,
"ApplyAutomatically": true
}
],
"MinimumQuantity": 1,
"VoucherProductType": "sample string 10",
"NewCustomerOnly": true,
"VoucherProperties": [
{
"Id": "fb14cfd6-c08d-4637-8609-6f28ac35df9f",
"CreationDateUtc": "2025-12-06T02:25:07.6419523+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
},
{
"Id": "fb14cfd6-c08d-4637-8609-6f28ac35df9f",
"CreationDateUtc": "2025-12-06T02:25:07.6419523+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
}
]
},
"OrderStatusChanges": [
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2025-12-06T02:25:07.6419523+00:00",
"Description": "sample string 4",
"UserId": "ed9324b4-10dd-43fa-8bdf-c943b9c2d6c4"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2025-12-06T02:25:07.6419523+00:00",
"Description": "sample string 4",
"UserId": "ed9324b4-10dd-43fa-8bdf-c943b9c2d6c4"
}
],
"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": "5d4ca986-3ce2-4ec2-8f9b-90e922663d14",
"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": "491d6c2e-731e-4852-ac9f-f82d2dec44cc",
"DeliveryDate": "2025-12-06T02:25:07.6419523+00:00",
"PaperSize": "sample string 17",
"CentralMailerCampaignId": "e2389701-4467-41f8-9854-cfa4a2a129c3",
"OrderProductionCompletedDate": null,
"Id": "ef0a1668-5933-4902-85df-1f7b175004d2",
"CreationDateUtc": "2025-12-06T02:25:07.6419523+00:00",
"UserId": "bd6e3326-bfea-4508-89d5-8310f2f56451",
"TenantId": "f4526eed-050d-4b17-90ed-41098e8da7fa",
"SubtotalExVat": 22.0,
"SubtotalIncVat": 23.0,
"DiscountedTotalExVat": 24.0,
"DiscountedTotalIncVat": 25.0,
"VatRateApplied": 26.0
},
{
"Name": "sample string 1",
"PublicId": "sample string 2",
"ModifiedDateUtc": "2025-12-06T02:25:07.6419523+00:00",
"UserJourney": "sample string 3",
"ServiceType": 0,
"Quantity": 4,
"ApprovalResponses": [
{
"Id": "bf305a2c-bd6c-4ae1-9a8c-41adcf5d0cea",
"CreationDate": "2025-12-06T02:25:07.6419523+00:00",
"ApproverUserId": "13cf4366-1fa0-46ad-8f7d-4ba1060dc297",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "f017bef6-6b4b-4a76-b601-910702568adb"
},
{
"Id": "bf305a2c-bd6c-4ae1-9a8c-41adcf5d0cea",
"CreationDate": "2025-12-06T02:25:07.6419523+00:00",
"ApproverUserId": "13cf4366-1fa0-46ad-8f7d-4ba1060dc297",
"Note": "sample string 4",
"Status": 0,
"CampaignId": "f017bef6-6b4b-4a76-b601-910702568adb"
}
],
"SupplierId": "ef7a7162-eed2-4f77-bbdb-fd0a2f22fb5c",
"OrderId": "7d403817-b9cf-47ae-a6ce-896bc29a47a2",
"CampaignProperties": [
{
"Id": "a082f1ac-92d1-4d6e-aa9e-05d98d4f7a43",
"CampaignId": "25612ebd-0c18-445b-91cc-a3abe172a63d",
"Name": "sample string 3",
"Value": "sample string 4"
},
{
"Id": "a082f1ac-92d1-4d6e-aa9e-05d98d4f7a43",
"CampaignId": "25612ebd-0c18-445b-91cc-a3abe172a63d",
"Name": "sample string 3",
"Value": "sample string 4"
}
],
"Voucher": {
"Id": 1,
"Description": "sample string 2",
"VoucherCode": "sample string 3",
"TenantId": "sample string 4",
"StartDate": "2025-12-06T02:25:07.6419523+00:00",
"ExpiryDate": "2025-12-06T02:25:07.6419523+00:00",
"Cancelled": true,
"IsPercentageDiscount": true,
"Entitlement": 7.0,
"MinSpend": 1.0,
"MaxSpend": 1.0,
"MaxDiscount": 1.0,
"ForAllUsers": true,
"Deleted": true,
"VoucherUsers": [
{
"UserId": "1f503ddd-54ec-48ac-9a76-69abf848fbfb",
"SingleUse": true,
"ApplyAutomatically": true
},
{
"UserId": "1f503ddd-54ec-48ac-9a76-69abf848fbfb",
"SingleUse": true,
"ApplyAutomatically": true
}
],
"MinimumQuantity": 1,
"VoucherProductType": "sample string 10",
"NewCustomerOnly": true,
"VoucherProperties": [
{
"Id": "fb14cfd6-c08d-4637-8609-6f28ac35df9f",
"CreationDateUtc": "2025-12-06T02:25:07.6419523+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
},
{
"Id": "fb14cfd6-c08d-4637-8609-6f28ac35df9f",
"CreationDateUtc": "2025-12-06T02:25:07.6419523+00:00",
"VoucherId": 3,
"Name": "sample string 4",
"Value": "sample string 5",
"Type": 0
}
]
},
"OrderStatusChanges": [
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2025-12-06T02:25:07.6419523+00:00",
"Description": "sample string 4",
"UserId": "ed9324b4-10dd-43fa-8bdf-c943b9c2d6c4"
},
{
"Id": 1,
"Status": "sample string 2",
"ChangeDateUtc": "2025-12-06T02:25:07.6419523+00:00",
"Description": "sample string 4",
"UserId": "ed9324b4-10dd-43fa-8bdf-c943b9c2d6c4"
}
],
"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": "5d4ca986-3ce2-4ec2-8f9b-90e922663d14",
"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": "491d6c2e-731e-4852-ac9f-f82d2dec44cc",
"DeliveryDate": "2025-12-06T02:25:07.6419523+00:00",
"PaperSize": "sample string 17",
"CentralMailerCampaignId": "e2389701-4467-41f8-9854-cfa4a2a129c3",
"OrderProductionCompletedDate": null,
"Id": "ef0a1668-5933-4902-85df-1f7b175004d2",
"CreationDateUtc": "2025-12-06T02:25:07.6419523+00:00",
"UserId": "bd6e3326-bfea-4508-89d5-8310f2f56451",
"TenantId": "f4526eed-050d-4b17-90ed-41098e8da7fa",
"SubtotalExVat": 22.0,
"SubtotalIncVat": 23.0,
"DiscountedTotalExVat": 24.0,
"DiscountedTotalIncVat": 25.0,
"VatRateApplied": 26.0
}
],
"Id": "63329b0a-3861-4d20-a0ea-ce321a86127c",
"CreationDateUtc": "2025-12-06T02:25:07.6419523+00:00",
"UserId": "8963214c-2f70-45a2-b3c8-ff9c94584fe0",
"TenantId": "5607f807-9079-4591-8eae-8f9662d6f9a0",
"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">2025-12-06T02:25:07.6419523+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">63329b0a-3861-4d20-a0ea-ce321a86127c</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">5607f807-9079-4591-8eae-8f9662d6f9a0</TenantId>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">8963214c-2f70-45a2-b3c8-ff9c94584fe0</UserId>
<VatRateApplied xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">17</VatRateApplied>
<ApprovalGroupId>8dcd5e77-2de5-4c4b-8946-eaaeb23fb70c</ApprovalGroupId>
<Campaigns>
<PayCampaignDto>
<CreationDateUtc xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">2025-12-06T02:25:07.6419523+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">ef0a1668-5933-4902-85df-1f7b175004d2</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">f4526eed-050d-4b17-90ed-41098e8da7fa</TenantId>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">bd6e3326-bfea-4508-89d5-8310f2f56451</UserId>
<VatRateApplied xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">26</VatRateApplied>
<ApprovalGroupId>491d6c2e-731e-4852-ac9f-f82d2dec44cc</ApprovalGroupId>
<ApprovalResponses>
<ApprovalResponseDto>
<ApproverUserId>13cf4366-1fa0-46ad-8f7d-4ba1060dc297</ApproverUserId>
<CampaignId>f017bef6-6b4b-4a76-b601-910702568adb</CampaignId>
<CreationDate>2025-12-06T02:25:07.6419523+00:00</CreationDate>
<Id>bf305a2c-bd6c-4ae1-9a8c-41adcf5d0cea</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
<ApprovalResponseDto>
<ApproverUserId>13cf4366-1fa0-46ad-8f7d-4ba1060dc297</ApproverUserId>
<CampaignId>f017bef6-6b4b-4a76-b601-910702568adb</CampaignId>
<CreationDate>2025-12-06T02:25:07.6419523+00:00</CreationDate>
<Id>bf305a2c-bd6c-4ae1-9a8c-41adcf5d0cea</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
</ApprovalResponses>
<CampaignProperties>
<PayCampaignPropertyDto>
<CampaignId>25612ebd-0c18-445b-91cc-a3abe172a63d</CampaignId>
<Id>a082f1ac-92d1-4d6e-aa9e-05d98d4f7a43</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
<PayCampaignPropertyDto>
<CampaignId>25612ebd-0c18-445b-91cc-a3abe172a63d</CampaignId>
<Id>a082f1ac-92d1-4d6e-aa9e-05d98d4f7a43</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
</CampaignProperties>
<CentralMailerCampaignId>e2389701-4467-41f8-9854-cfa4a2a129c3</CentralMailerCampaignId>
<DeliveryDate>2025-12-06T02:25:07.6419523+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>2025-12-06T02:25:07.6419523+00:00</ModifiedDateUtc>
<Name>sample string 1</Name>
<OrderId>7d403817-b9cf-47ae-a6ce-896bc29a47a2</OrderId>
<OrderStatusChanges>
<StatusChangeDto>
<ChangeDateUtc>2025-12-06T02:25:07.6419523+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>ed9324b4-10dd-43fa-8bdf-c943b9c2d6c4</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2025-12-06T02:25:07.6419523+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>ed9324b4-10dd-43fa-8bdf-c943b9c2d6c4</UserId>
</StatusChangeDto>
</OrderStatusChanges>
<OrganisationId>5d4ca986-3ce2-4ec2-8f9b-90e922663d14</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>ef7a7162-eed2-4f77-bbdb-fd0a2f22fb5c</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>2025-12-06T02:25:07.6419523+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>2025-12-06T02:25:07.6419523+00:00</StartDate>
<TenantId>sample string 4</TenantId>
<VoucherCode>sample string 3</VoucherCode>
<VoucherProductType>sample string 10</VoucherProductType>
<VoucherProperties>
<VoucherPropertyDto>
<CreationDateUtc>2025-12-06T02:25:07.6419523+00:00</CreationDateUtc>
<Id>fb14cfd6-c08d-4637-8609-6f28ac35df9f</Id>
<Name>sample string 4</Name>
<Type>PrintingOptions</Type>
<Value>sample string 5</Value>
<VoucherId>3</VoucherId>
</VoucherPropertyDto>
<VoucherPropertyDto>
<CreationDateUtc>2025-12-06T02:25:07.6419523+00:00</CreationDateUtc>
<Id>fb14cfd6-c08d-4637-8609-6f28ac35df9f</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>1f503ddd-54ec-48ac-9a76-69abf848fbfb</UserId>
</VoucherUserDto>
<VoucherUserDto>
<ApplyAutomatically>true</ApplyAutomatically>
<SingleUse>true</SingleUse>
<UserId>1f503ddd-54ec-48ac-9a76-69abf848fbfb</UserId>
</VoucherUserDto>
</VoucherUsers>
</Voucher>
</PayCampaignDto>
<PayCampaignDto>
<CreationDateUtc xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">2025-12-06T02:25:07.6419523+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">ef0a1668-5933-4902-85df-1f7b175004d2</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">f4526eed-050d-4b17-90ed-41098e8da7fa</TenantId>
<UserId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">bd6e3326-bfea-4508-89d5-8310f2f56451</UserId>
<VatRateApplied xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">26</VatRateApplied>
<ApprovalGroupId>491d6c2e-731e-4852-ac9f-f82d2dec44cc</ApprovalGroupId>
<ApprovalResponses>
<ApprovalResponseDto>
<ApproverUserId>13cf4366-1fa0-46ad-8f7d-4ba1060dc297</ApproverUserId>
<CampaignId>f017bef6-6b4b-4a76-b601-910702568adb</CampaignId>
<CreationDate>2025-12-06T02:25:07.6419523+00:00</CreationDate>
<Id>bf305a2c-bd6c-4ae1-9a8c-41adcf5d0cea</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
<ApprovalResponseDto>
<ApproverUserId>13cf4366-1fa0-46ad-8f7d-4ba1060dc297</ApproverUserId>
<CampaignId>f017bef6-6b4b-4a76-b601-910702568adb</CampaignId>
<CreationDate>2025-12-06T02:25:07.6419523+00:00</CreationDate>
<Id>bf305a2c-bd6c-4ae1-9a8c-41adcf5d0cea</Id>
<Note>sample string 4</Note>
<Status>Approved</Status>
</ApprovalResponseDto>
</ApprovalResponses>
<CampaignProperties>
<PayCampaignPropertyDto>
<CampaignId>25612ebd-0c18-445b-91cc-a3abe172a63d</CampaignId>
<Id>a082f1ac-92d1-4d6e-aa9e-05d98d4f7a43</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
<PayCampaignPropertyDto>
<CampaignId>25612ebd-0c18-445b-91cc-a3abe172a63d</CampaignId>
<Id>a082f1ac-92d1-4d6e-aa9e-05d98d4f7a43</Id>
<Name>sample string 3</Name>
<Value>sample string 4</Value>
</PayCampaignPropertyDto>
</CampaignProperties>
<CentralMailerCampaignId>e2389701-4467-41f8-9854-cfa4a2a129c3</CentralMailerCampaignId>
<DeliveryDate>2025-12-06T02:25:07.6419523+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>2025-12-06T02:25:07.6419523+00:00</ModifiedDateUtc>
<Name>sample string 1</Name>
<OrderId>7d403817-b9cf-47ae-a6ce-896bc29a47a2</OrderId>
<OrderStatusChanges>
<StatusChangeDto>
<ChangeDateUtc>2025-12-06T02:25:07.6419523+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>ed9324b4-10dd-43fa-8bdf-c943b9c2d6c4</UserId>
</StatusChangeDto>
<StatusChangeDto>
<ChangeDateUtc>2025-12-06T02:25:07.6419523+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>ed9324b4-10dd-43fa-8bdf-c943b9c2d6c4</UserId>
</StatusChangeDto>
</OrderStatusChanges>
<OrganisationId>5d4ca986-3ce2-4ec2-8f9b-90e922663d14</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>ef7a7162-eed2-4f77-bbdb-fd0a2f22fb5c</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>2025-12-06T02:25:07.6419523+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>2025-12-06T02:25:07.6419523+00:00</StartDate>
<TenantId>sample string 4</TenantId>
<VoucherCode>sample string 3</VoucherCode>
<VoucherProductType>sample string 10</VoucherProductType>
<VoucherProperties>
<VoucherPropertyDto>
<CreationDateUtc>2025-12-06T02:25:07.6419523+00:00</CreationDateUtc>
<Id>fb14cfd6-c08d-4637-8609-6f28ac35df9f</Id>
<Name>sample string 4</Name>
<Type>PrintingOptions</Type>
<Value>sample string 5</Value>
<VoucherId>3</VoucherId>
</VoucherPropertyDto>
<VoucherPropertyDto>
<CreationDateUtc>2025-12-06T02:25:07.6419523+00:00</CreationDateUtc>
<Id>fb14cfd6-c08d-4637-8609-6f28ac35df9f</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>1f503ddd-54ec-48ac-9a76-69abf848fbfb</UserId>
</VoucherUserDto>
<VoucherUserDto>
<ApplyAutomatically>true</ApplyAutomatically>
<SingleUse>true</SingleUse>
<UserId>1f503ddd-54ec-48ac-9a76-69abf848fbfb</UserId>
</VoucherUserDto>
</VoucherUsers>
</Voucher>
</PayCampaignDto>
</Campaigns>
<Envelope>sample string 7</Envelope>
<IsTemporary>true</IsTemporary>
<ModifiedDateUtc>2025-12-06T02:25:07.6419523+00:00</ModifiedDateUtc>
<Name>sample string 1</Name>
<PublicId>sample string 2</PublicId>
<Quantity>4</Quantity>
<ServiceType>DesignPrintAndDistribution</ServiceType>
<Status>
<ChangeDateUtc>2025-12-06T02:25:07.6419523+00:00</ChangeDateUtc>
<Description>sample string 4</Description>
<Id>1</Id>
<Status>sample string 2</Status>
<UserId>ed9324b4-10dd-43fa-8bdf-c943b9c2d6c4</UserId>
</Status>
<Status_Id>6</Status_Id>
<SupplierId>9a0f3dba-7bff-4462-aab6-2addfdc3d9e1</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.