POST api/Orders

Creates an order.

Request Information

URI Parameters

None.

Body Parameters

PayOrderDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

PublicId

string

String length: inclusive between 0 and 10

Name

string

String length: inclusive between 0 and 255

CreationDateUtc

date

None.

ModifiedDateUtc

date

None.

PaymentDateUtc

date

None.

VatRate

decimal number

None.

PricePaid

decimal number

None.

UserId

globally unique identifier

Required

TenantId

globally unique identifier

Required

StatusChanges

Collection of StatusChangeDto

None.

Status

string

None.

IsTemporary

boolean

None.

DeliveryAddressId

globally unique identifier

None.

ExternalProductionId

string

String length: inclusive between 0 and 100

Campaigns

Collection of PayCampaignDto

None.

PaymentProvider

string

None.

PaymentStatus

string

None.

PaymentIs3d

boolean

None.

ConsignmentDetails

Collection of PayOrderConsignmentDetailDto

None.

CurrencyCode

string

Required

String length: inclusive between 0 and 3

Request Formats

application/json, text/json

Sample:
{
  "Id": "9f6a2479-9f18-48da-9025-0b780f23ee06",
  "PublicId": "sample string 2",
  "Name": "sample string 3",
  "CreationDateUtc": "2025-12-06T02:25:08.1420328+00:00",
  "ModifiedDateUtc": "2025-12-06T02:25:08.1420328+00:00",
  "PaymentDateUtc": "2025-12-06T02:25:08.1420328+00:00",
  "VatRate": 5.0,
  "PricePaid": 6.0,
  "UserId": "fd07aafd-31cf-4a5c-b75b-f896e7825fb9",
  "TenantId": "97466da8-7073-44eb-86ed-0a2cfc614c4b",
  "StatusChanges": [
    {
      "Id": 1,
      "Status": "sample string 2",
      "ChangeDateUtc": "2025-12-06T02:25:08.1420328+00:00",
      "Description": "sample string 4",
      "UserId": "ce020f30-7746-41c4-b1db-b413009412c4"
    },
    {
      "Id": 1,
      "Status": "sample string 2",
      "ChangeDateUtc": "2025-12-06T02:25:08.1420328+00:00",
      "Description": "sample string 4",
      "UserId": "ce020f30-7746-41c4-b1db-b413009412c4"
    }
  ],
  "Status": "sample string 2",
  "IsTemporary": true,
  "DeliveryAddressId": "952065c0-c853-4eca-91c3-cd263e9d1588",
  "ExternalProductionId": "sample string 10",
  "Campaigns": [
    {
      "Name": "sample string 1",
      "PublicId": "sample string 2",
      "ModifiedDateUtc": "2025-12-06T02:25:08.1420328+00:00",
      "UserJourney": "sample string 3",
      "ServiceType": 0,
      "Quantity": 4,
      "ApprovalResponses": [
        {
          "Id": "b7f1895b-bd84-4b80-82ef-05136a250f85",
          "CreationDate": "2025-12-06T02:25:08.1420328+00:00",
          "ApproverUserId": "ef257cbe-3d23-4cda-87d6-b4b47e6300e8",
          "Note": "sample string 4",
          "Status": 0,
          "CampaignId": "48a8ec61-0334-42ee-85de-94fe9f3d54e0"
        },
        {
          "Id": "b7f1895b-bd84-4b80-82ef-05136a250f85",
          "CreationDate": "2025-12-06T02:25:08.1420328+00:00",
          "ApproverUserId": "ef257cbe-3d23-4cda-87d6-b4b47e6300e8",
          "Note": "sample string 4",
          "Status": 0,
          "CampaignId": "48a8ec61-0334-42ee-85de-94fe9f3d54e0"
        }
      ],
      "SupplierId": "41c9be7b-780a-485e-b8bd-09ddb9a50ad0",
      "OrderId": "6f07dc48-2556-49ec-a276-f460808191d0",
      "CampaignProperties": [
        {
          "Id": "d44ff07b-75a3-4eca-b91e-4da5232c9ea1",
          "CampaignId": "22bedacc-8043-443c-9301-29eed36e9907",
          "Name": "sample string 3",
          "Value": "sample string 4"
        },
        {
          "Id": "d44ff07b-75a3-4eca-b91e-4da5232c9ea1",
          "CampaignId": "22bedacc-8043-443c-9301-29eed36e9907",
          "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:08.1420328+00:00",
        "ExpiryDate": "2025-12-06T02:25:08.1420328+00:00",
        "Cancelled": true,
        "IsPercentageDiscount": true,
        "Entitlement": 7.0,
        "MinSpend": 1.0,
        "MaxSpend": 1.0,
        "MaxDiscount": 1.0,
        "ForAllUsers": true,
        "Deleted": true,
        "VoucherUsers": [
          {
            "UserId": "7456da50-e4a2-40c9-a18c-0c84ec1be737",
            "SingleUse": true,
            "ApplyAutomatically": true
          },
          {
            "UserId": "7456da50-e4a2-40c9-a18c-0c84ec1be737",
            "SingleUse": true,
            "ApplyAutomatically": true
          }
        ],
        "MinimumQuantity": 1,
        "VoucherProductType": "sample string 10",
        "NewCustomerOnly": true,
        "VoucherProperties": [
          {
            "Id": "02928c8e-f9f8-4f4d-b959-a57428df2777",
            "CreationDateUtc": "2025-12-06T02:25:08.1420328+00:00",
            "VoucherId": 3,
            "Name": "sample string 4",
            "Value": "sample string 5",
            "Type": 0
          },
          {
            "Id": "02928c8e-f9f8-4f4d-b959-a57428df2777",
            "CreationDateUtc": "2025-12-06T02:25:08.1420328+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:08.1420328+00:00",
          "Description": "sample string 4",
          "UserId": "ce020f30-7746-41c4-b1db-b413009412c4"
        },
        {
          "Id": 1,
          "Status": "sample string 2",
          "ChangeDateUtc": "2025-12-06T02:25:08.1420328+00:00",
          "Description": "sample string 4",
          "UserId": "ce020f30-7746-41c4-b1db-b413009412c4"
        }
      ],
      "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": "660a0464-4ddf-41db-aadb-e8ff4fb03989",
      "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": "93318d75-8ca0-4724-a781-6f7f3a4a076f",
      "DeliveryDate": "2025-12-06T02:25:08.1420328+00:00",
      "PaperSize": "sample string 17",
      "CentralMailerCampaignId": "e72c0742-692b-425e-a2fc-12445fe99a35",
      "OrderProductionCompletedDate": null,
      "Id": "a16b6c1d-613c-4746-bf16-45404f3bcfa6",
      "CreationDateUtc": "2025-12-06T02:25:08.1420328+00:00",
      "UserId": "baa1a6ac-9402-48d2-94c4-70a2b714e53f",
      "TenantId": "803e7e62-39a8-4210-b8c7-0b4beb643595",
      "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:08.1420328+00:00",
      "UserJourney": "sample string 3",
      "ServiceType": 0,
      "Quantity": 4,
      "ApprovalResponses": [
        {
          "Id": "b7f1895b-bd84-4b80-82ef-05136a250f85",
          "CreationDate": "2025-12-06T02:25:08.1420328+00:00",
          "ApproverUserId": "ef257cbe-3d23-4cda-87d6-b4b47e6300e8",
          "Note": "sample string 4",
          "Status": 0,
          "CampaignId": "48a8ec61-0334-42ee-85de-94fe9f3d54e0"
        },
        {
          "Id": "b7f1895b-bd84-4b80-82ef-05136a250f85",
          "CreationDate": "2025-12-06T02:25:08.1420328+00:00",
          "ApproverUserId": "ef257cbe-3d23-4cda-87d6-b4b47e6300e8",
          "Note": "sample string 4",
          "Status": 0,
          "CampaignId": "48a8ec61-0334-42ee-85de-94fe9f3d54e0"
        }
      ],
      "SupplierId": "41c9be7b-780a-485e-b8bd-09ddb9a50ad0",
      "OrderId": "6f07dc48-2556-49ec-a276-f460808191d0",
      "CampaignProperties": [
        {
          "Id": "d44ff07b-75a3-4eca-b91e-4da5232c9ea1",
          "CampaignId": "22bedacc-8043-443c-9301-29eed36e9907",
          "Name": "sample string 3",
          "Value": "sample string 4"
        },
        {
          "Id": "d44ff07b-75a3-4eca-b91e-4da5232c9ea1",
          "CampaignId": "22bedacc-8043-443c-9301-29eed36e9907",
          "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:08.1420328+00:00",
        "ExpiryDate": "2025-12-06T02:25:08.1420328+00:00",
        "Cancelled": true,
        "IsPercentageDiscount": true,
        "Entitlement": 7.0,
        "MinSpend": 1.0,
        "MaxSpend": 1.0,
        "MaxDiscount": 1.0,
        "ForAllUsers": true,
        "Deleted": true,
        "VoucherUsers": [
          {
            "UserId": "7456da50-e4a2-40c9-a18c-0c84ec1be737",
            "SingleUse": true,
            "ApplyAutomatically": true
          },
          {
            "UserId": "7456da50-e4a2-40c9-a18c-0c84ec1be737",
            "SingleUse": true,
            "ApplyAutomatically": true
          }
        ],
        "MinimumQuantity": 1,
        "VoucherProductType": "sample string 10",
        "NewCustomerOnly": true,
        "VoucherProperties": [
          {
            "Id": "02928c8e-f9f8-4f4d-b959-a57428df2777",
            "CreationDateUtc": "2025-12-06T02:25:08.1420328+00:00",
            "VoucherId": 3,
            "Name": "sample string 4",
            "Value": "sample string 5",
            "Type": 0
          },
          {
            "Id": "02928c8e-f9f8-4f4d-b959-a57428df2777",
            "CreationDateUtc": "2025-12-06T02:25:08.1420328+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:08.1420328+00:00",
          "Description": "sample string 4",
          "UserId": "ce020f30-7746-41c4-b1db-b413009412c4"
        },
        {
          "Id": 1,
          "Status": "sample string 2",
          "ChangeDateUtc": "2025-12-06T02:25:08.1420328+00:00",
          "Description": "sample string 4",
          "UserId": "ce020f30-7746-41c4-b1db-b413009412c4"
        }
      ],
      "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": "660a0464-4ddf-41db-aadb-e8ff4fb03989",
      "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": "93318d75-8ca0-4724-a781-6f7f3a4a076f",
      "DeliveryDate": "2025-12-06T02:25:08.1420328+00:00",
      "PaperSize": "sample string 17",
      "CentralMailerCampaignId": "e72c0742-692b-425e-a2fc-12445fe99a35",
      "OrderProductionCompletedDate": null,
      "Id": "a16b6c1d-613c-4746-bf16-45404f3bcfa6",
      "CreationDateUtc": "2025-12-06T02:25:08.1420328+00:00",
      "UserId": "baa1a6ac-9402-48d2-94c4-70a2b714e53f",
      "TenantId": "803e7e62-39a8-4210-b8c7-0b4beb643595",
      "SubtotalExVat": 22.0,
      "SubtotalIncVat": 23.0,
      "DiscountedTotalExVat": 24.0,
      "DiscountedTotalIncVat": 25.0,
      "VatRateApplied": 26.0
    }
  ],
  "PaymentProvider": "sample string 11",
  "PaymentStatus": "sample string 12",
  "PaymentIs3d": true,
  "ConsignmentDetails": [
    {
      "Id": "11639a34-3f46-4538-b31b-f07604d3c7fa",
      "CreationDateUtc": "2025-12-06T02:25:08.1420328+00:00",
      "ConsignmentNumber": "sample string 3",
      "CampaignId": "05e5a2c7-ba43-4a96-950c-f655b81cbf22",
      "Reference": "sample string 4",
      "OrderId": "c7c18a48-603f-49aa-9d66-9fa52556f95a"
    },
    {
      "Id": "11639a34-3f46-4538-b31b-f07604d3c7fa",
      "CreationDateUtc": "2025-12-06T02:25:08.1420328+00:00",
      "ConsignmentNumber": "sample string 3",
      "CampaignId": "05e5a2c7-ba43-4a96-950c-f655b81cbf22",
      "Reference": "sample string 4",
      "OrderId": "c7c18a48-603f-49aa-9d66-9fa52556f95a"
    }
  ],
  "CurrencyCode": "sample string 14"
}

application/xml, text/xml

Sample:
<PayOrderDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Pay.Models">
  <Campaigns>
    <PayCampaignDto>
      <CreationDateUtc xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">2025-12-06T02:25:08.1420328+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">a16b6c1d-613c-4746-bf16-45404f3bcfa6</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">803e7e62-39a8-4210-b8c7-0b4beb643595</TenantId>
      <UserId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">baa1a6ac-9402-48d2-94c4-70a2b714e53f</UserId>
      <VatRateApplied xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">26</VatRateApplied>
      <ApprovalGroupId>93318d75-8ca0-4724-a781-6f7f3a4a076f</ApprovalGroupId>
      <ApprovalResponses>
        <ApprovalResponseDto>
          <ApproverUserId>ef257cbe-3d23-4cda-87d6-b4b47e6300e8</ApproverUserId>
          <CampaignId>48a8ec61-0334-42ee-85de-94fe9f3d54e0</CampaignId>
          <CreationDate>2025-12-06T02:25:08.1420328+00:00</CreationDate>
          <Id>b7f1895b-bd84-4b80-82ef-05136a250f85</Id>
          <Note>sample string 4</Note>
          <Status>Approved</Status>
        </ApprovalResponseDto>
        <ApprovalResponseDto>
          <ApproverUserId>ef257cbe-3d23-4cda-87d6-b4b47e6300e8</ApproverUserId>
          <CampaignId>48a8ec61-0334-42ee-85de-94fe9f3d54e0</CampaignId>
          <CreationDate>2025-12-06T02:25:08.1420328+00:00</CreationDate>
          <Id>b7f1895b-bd84-4b80-82ef-05136a250f85</Id>
          <Note>sample string 4</Note>
          <Status>Approved</Status>
        </ApprovalResponseDto>
      </ApprovalResponses>
      <CampaignProperties>
        <PayCampaignPropertyDto>
          <CampaignId>22bedacc-8043-443c-9301-29eed36e9907</CampaignId>
          <Id>d44ff07b-75a3-4eca-b91e-4da5232c9ea1</Id>
          <Name>sample string 3</Name>
          <Value>sample string 4</Value>
        </PayCampaignPropertyDto>
        <PayCampaignPropertyDto>
          <CampaignId>22bedacc-8043-443c-9301-29eed36e9907</CampaignId>
          <Id>d44ff07b-75a3-4eca-b91e-4da5232c9ea1</Id>
          <Name>sample string 3</Name>
          <Value>sample string 4</Value>
        </PayCampaignPropertyDto>
      </CampaignProperties>
      <CentralMailerCampaignId>e72c0742-692b-425e-a2fc-12445fe99a35</CentralMailerCampaignId>
      <DeliveryDate>2025-12-06T02:25:08.1420328+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:08.1420328+00:00</ModifiedDateUtc>
      <Name>sample string 1</Name>
      <OrderId>6f07dc48-2556-49ec-a276-f460808191d0</OrderId>
      <OrderStatusChanges>
        <StatusChangeDto>
          <ChangeDateUtc>2025-12-06T02:25:08.1420328+00:00</ChangeDateUtc>
          <Description>sample string 4</Description>
          <Id>1</Id>
          <Status>sample string 2</Status>
          <UserId>ce020f30-7746-41c4-b1db-b413009412c4</UserId>
        </StatusChangeDto>
        <StatusChangeDto>
          <ChangeDateUtc>2025-12-06T02:25:08.1420328+00:00</ChangeDateUtc>
          <Description>sample string 4</Description>
          <Id>1</Id>
          <Status>sample string 2</Status>
          <UserId>ce020f30-7746-41c4-b1db-b413009412c4</UserId>
        </StatusChangeDto>
      </OrderStatusChanges>
      <OrganisationId>660a0464-4ddf-41db-aadb-e8ff4fb03989</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>41c9be7b-780a-485e-b8bd-09ddb9a50ad0</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:08.1420328+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:08.1420328+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:08.1420328+00:00</CreationDateUtc>
            <Id>02928c8e-f9f8-4f4d-b959-a57428df2777</Id>
            <Name>sample string 4</Name>
            <Type>PrintingOptions</Type>
            <Value>sample string 5</Value>
            <VoucherId>3</VoucherId>
          </VoucherPropertyDto>
          <VoucherPropertyDto>
            <CreationDateUtc>2025-12-06T02:25:08.1420328+00:00</CreationDateUtc>
            <Id>02928c8e-f9f8-4f4d-b959-a57428df2777</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>7456da50-e4a2-40c9-a18c-0c84ec1be737</UserId>
          </VoucherUserDto>
          <VoucherUserDto>
            <ApplyAutomatically>true</ApplyAutomatically>
            <SingleUse>true</SingleUse>
            <UserId>7456da50-e4a2-40c9-a18c-0c84ec1be737</UserId>
          </VoucherUserDto>
        </VoucherUsers>
      </Voucher>
    </PayCampaignDto>
    <PayCampaignDto>
      <CreationDateUtc xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">2025-12-06T02:25:08.1420328+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">a16b6c1d-613c-4746-bf16-45404f3bcfa6</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">803e7e62-39a8-4210-b8c7-0b4beb643595</TenantId>
      <UserId xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">baa1a6ac-9402-48d2-94c4-70a2b714e53f</UserId>
      <VatRateApplied xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Library.ServiceModels.DataTransferObjects">26</VatRateApplied>
      <ApprovalGroupId>93318d75-8ca0-4724-a781-6f7f3a4a076f</ApprovalGroupId>
      <ApprovalResponses>
        <ApprovalResponseDto>
          <ApproverUserId>ef257cbe-3d23-4cda-87d6-b4b47e6300e8</ApproverUserId>
          <CampaignId>48a8ec61-0334-42ee-85de-94fe9f3d54e0</CampaignId>
          <CreationDate>2025-12-06T02:25:08.1420328+00:00</CreationDate>
          <Id>b7f1895b-bd84-4b80-82ef-05136a250f85</Id>
          <Note>sample string 4</Note>
          <Status>Approved</Status>
        </ApprovalResponseDto>
        <ApprovalResponseDto>
          <ApproverUserId>ef257cbe-3d23-4cda-87d6-b4b47e6300e8</ApproverUserId>
          <CampaignId>48a8ec61-0334-42ee-85de-94fe9f3d54e0</CampaignId>
          <CreationDate>2025-12-06T02:25:08.1420328+00:00</CreationDate>
          <Id>b7f1895b-bd84-4b80-82ef-05136a250f85</Id>
          <Note>sample string 4</Note>
          <Status>Approved</Status>
        </ApprovalResponseDto>
      </ApprovalResponses>
      <CampaignProperties>
        <PayCampaignPropertyDto>
          <CampaignId>22bedacc-8043-443c-9301-29eed36e9907</CampaignId>
          <Id>d44ff07b-75a3-4eca-b91e-4da5232c9ea1</Id>
          <Name>sample string 3</Name>
          <Value>sample string 4</Value>
        </PayCampaignPropertyDto>
        <PayCampaignPropertyDto>
          <CampaignId>22bedacc-8043-443c-9301-29eed36e9907</CampaignId>
          <Id>d44ff07b-75a3-4eca-b91e-4da5232c9ea1</Id>
          <Name>sample string 3</Name>
          <Value>sample string 4</Value>
        </PayCampaignPropertyDto>
      </CampaignProperties>
      <CentralMailerCampaignId>e72c0742-692b-425e-a2fc-12445fe99a35</CentralMailerCampaignId>
      <DeliveryDate>2025-12-06T02:25:08.1420328+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:08.1420328+00:00</ModifiedDateUtc>
      <Name>sample string 1</Name>
      <OrderId>6f07dc48-2556-49ec-a276-f460808191d0</OrderId>
      <OrderStatusChanges>
        <StatusChangeDto>
          <ChangeDateUtc>2025-12-06T02:25:08.1420328+00:00</ChangeDateUtc>
          <Description>sample string 4</Description>
          <Id>1</Id>
          <Status>sample string 2</Status>
          <UserId>ce020f30-7746-41c4-b1db-b413009412c4</UserId>
        </StatusChangeDto>
        <StatusChangeDto>
          <ChangeDateUtc>2025-12-06T02:25:08.1420328+00:00</ChangeDateUtc>
          <Description>sample string 4</Description>
          <Id>1</Id>
          <Status>sample string 2</Status>
          <UserId>ce020f30-7746-41c4-b1db-b413009412c4</UserId>
        </StatusChangeDto>
      </OrderStatusChanges>
      <OrganisationId>660a0464-4ddf-41db-aadb-e8ff4fb03989</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>41c9be7b-780a-485e-b8bd-09ddb9a50ad0</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:08.1420328+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:08.1420328+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:08.1420328+00:00</CreationDateUtc>
            <Id>02928c8e-f9f8-4f4d-b959-a57428df2777</Id>
            <Name>sample string 4</Name>
            <Type>PrintingOptions</Type>
            <Value>sample string 5</Value>
            <VoucherId>3</VoucherId>
          </VoucherPropertyDto>
          <VoucherPropertyDto>
            <CreationDateUtc>2025-12-06T02:25:08.1420328+00:00</CreationDateUtc>
            <Id>02928c8e-f9f8-4f4d-b959-a57428df2777</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>7456da50-e4a2-40c9-a18c-0c84ec1be737</UserId>
          </VoucherUserDto>
          <VoucherUserDto>
            <ApplyAutomatically>true</ApplyAutomatically>
            <SingleUse>true</SingleUse>
            <UserId>7456da50-e4a2-40c9-a18c-0c84ec1be737</UserId>
          </VoucherUserDto>
        </VoucherUsers>
      </Voucher>
    </PayCampaignDto>
  </Campaigns>
  <ConsignmentDetails>
    <PayOrderConsignmentDetailDto>
      <CampaignId>05e5a2c7-ba43-4a96-950c-f655b81cbf22</CampaignId>
      <ConsignmentNumber>sample string 3</ConsignmentNumber>
      <CreationDateUtc>2025-12-06T02:25:08.1420328+00:00</CreationDateUtc>
      <Id>11639a34-3f46-4538-b31b-f07604d3c7fa</Id>
      <OrderId>c7c18a48-603f-49aa-9d66-9fa52556f95a</OrderId>
      <Reference>sample string 4</Reference>
    </PayOrderConsignmentDetailDto>
    <PayOrderConsignmentDetailDto>
      <CampaignId>05e5a2c7-ba43-4a96-950c-f655b81cbf22</CampaignId>
      <ConsignmentNumber>sample string 3</ConsignmentNumber>
      <CreationDateUtc>2025-12-06T02:25:08.1420328+00:00</CreationDateUtc>
      <Id>11639a34-3f46-4538-b31b-f07604d3c7fa</Id>
      <OrderId>c7c18a48-603f-49aa-9d66-9fa52556f95a</OrderId>
      <Reference>sample string 4</Reference>
    </PayOrderConsignmentDetailDto>
  </ConsignmentDetails>
  <CreationDateUtc>2025-12-06T02:25:08.1420328+00:00</CreationDateUtc>
  <CurrencyCode>sample string 14</CurrencyCode>
  <DeliveryAddressId>952065c0-c853-4eca-91c3-cd263e9d1588</DeliveryAddressId>
  <ExternalProductionId>sample string 10</ExternalProductionId>
  <Id>9f6a2479-9f18-48da-9025-0b780f23ee06</Id>
  <IsTemporary>true</IsTemporary>
  <ModifiedDateUtc>2025-12-06T02:25:08.1420328+00:00</ModifiedDateUtc>
  <Name>sample string 3</Name>
  <PaymentDateUtc>2025-12-06T02:25:08.1420328+00:00</PaymentDateUtc>
  <PaymentIs3d>true</PaymentIs3d>
  <PaymentProvider>sample string 11</PaymentProvider>
  <PaymentStatus>sample string 12</PaymentStatus>
  <PricePaid>6</PricePaid>
  <PublicId>sample string 2</PublicId>
  <StatusChanges>
    <StatusChangeDto>
      <ChangeDateUtc>2025-12-06T02:25:08.1420328+00:00</ChangeDateUtc>
      <Description>sample string 4</Description>
      <Id>1</Id>
      <Status>sample string 2</Status>
      <UserId>ce020f30-7746-41c4-b1db-b413009412c4</UserId>
    </StatusChangeDto>
    <StatusChangeDto>
      <ChangeDateUtc>2025-12-06T02:25:08.1420328+00:00</ChangeDateUtc>
      <Description>sample string 4</Description>
      <Id>1</Id>
      <Status>sample string 2</Status>
      <UserId>ce020f30-7746-41c4-b1db-b413009412c4</UserId>
    </StatusChangeDto>
  </StatusChanges>
  <TenantId>97466da8-7073-44eb-86ed-0a2cfc614c4b</TenantId>
  <UserId>fd07aafd-31cf-4a5c-b75b-f896e7825fb9</UserId>
  <VatRate>5</VatRate>
</PayOrderDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.