POST AdminInvoiceLine

Request Information

URI Parameters

None.

Body Parameters

AdminMakeInvoiceLineDto
NameDescriptionTypeAdditional information
MemberId

integer

None.

Members

Collection of AdminMemberDto

None.

CustomerId

integer

None.

Customers

Collection of AdminCustomerDto

None.

DeliverDate

date

None.

ServiceTypeId

integer

None.

ServiceTypes

Collection of AdminServiceTypeDto

None.

ProjectNumber

integer

None.

Count

integer

None.

PricePerCount

decimal number

None.

TotalLinePrice

decimal number

None.

AnalysisId

integer

None.

AdvertisementId

integer

None.

Remark

string

None.

AmountReduction

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "memberId": 1,
  "members": [
    {
      "id": 1,
      "memberName": "sample string 2",
      "customerID": 3,
      "customerName": "sample string 4"
    },
    {
      "id": 1,
      "memberName": "sample string 2",
      "customerID": 3,
      "customerName": "sample string 4"
    }
  ],
  "customerId": 1,
  "customers": [
    {
      "id": 1,
      "customerName": "sample string 2"
    },
    {
      "id": 1,
      "customerName": "sample string 2"
    }
  ],
  "deliverDate": "2025-11-08T13:49:15.2717653+01:00",
  "serviceTypeId": 1,
  "serviceTypes": [
    {
      "id": 1,
      "serviceType": "sample string 2"
    },
    {
      "id": 1,
      "serviceType": "sample string 2"
    }
  ],
  "projectNumber": 1,
  "count": 2,
  "pricePerCount": 3.0,
  "totalLinePrice": 4.0,
  "analysisId": 1,
  "advertisementId": 1,
  "remark": "sample string 5",
  "amountReduction": 1.0
}

application/xml, text/xml

Sample:
<AdminMakeInvoiceLineDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/s_election.API.Models.Administrator">
  <AdvertisementId>1</AdvertisementId>
  <AmountReduction>1</AmountReduction>
  <AnalysisId>1</AnalysisId>
  <Count>2</Count>
  <CustomerId>1</CustomerId>
  <Customers>
    <AdminCustomerDto>
      <CustomerName>sample string 2</CustomerName>
      <Id>1</Id>
    </AdminCustomerDto>
    <AdminCustomerDto>
      <CustomerName>sample string 2</CustomerName>
      <Id>1</Id>
    </AdminCustomerDto>
  </Customers>
  <DeliverDate>2025-11-08T13:49:15.2717653+01:00</DeliverDate>
  <MemberId>1</MemberId>
  <Members>
    <AdminMemberDto>
      <CustomerID>3</CustomerID>
      <CustomerName>sample string 4</CustomerName>
      <Id>1</Id>
      <MemberName>sample string 2</MemberName>
    </AdminMemberDto>
    <AdminMemberDto>
      <CustomerID>3</CustomerID>
      <CustomerName>sample string 4</CustomerName>
      <Id>1</Id>
      <MemberName>sample string 2</MemberName>
    </AdminMemberDto>
  </Members>
  <PricePerCount>3</PricePerCount>
  <ProjectNumber>1</ProjectNumber>
  <Remark>sample string 5</Remark>
  <ServiceTypeId>1</ServiceTypeId>
  <ServiceTypes>
    <AdminServiceTypeDto>
      <Id>1</Id>
      <ServiceType>sample string 2</ServiceType>
    </AdminServiceTypeDto>
    <AdminServiceTypeDto>
      <Id>1</Id>
      <ServiceType>sample string 2</ServiceType>
    </AdminServiceTypeDto>
  </ServiceTypes>
  <TotalLinePrice>4</TotalLinePrice>
</AdminMakeInvoiceLineDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AdminInvoiceMakingDto
NameDescriptionTypeAdditional information
NewInvoicesToMake

Collection of AdminInvoiceDto

None.

DraftInvoices

Collection of AdminInvoiceDto

None.

FinalizedInvoices

Collection of AdminInvoiceDto

None.

SentInvoices

Collection of AdminInvoiceDto

None.

Response Formats

application/json, text/json

Sample:
{
  "newInvoicesToMake": [
    {
      "id": 1,
      "invoiceTypeID": 1,
      "invoiceStatusID": 1,
      "customerID": 2,
      "structuredPaymentMessage": "sample string 3",
      "date": "2025-11-08T13:49:15.2873898+01:00",
      "expirationDate": "2025-11-08T13:49:15.2873898+01:00",
      "invoiceTotal": 1.0,
      "vatApplied": true,
      "invoiceVATAmount": 1.0,
      "totalVATIncluded": 1.0,
      "invoiceSent": true,
      "invoicePaid": true,
      "numberReminders": 1,
      "dateLastReminder": "2025-11-08T13:49:15.2873898+01:00",
      "invoicePaymentDate": "2025-11-08T13:49:15.2873898+01:00",
      "invoiceSentDate": "2025-11-08T13:49:15.2873898+01:00",
      "poNumber": "sample string 4",
      "message": "sample string 5",
      "customerName": "sample string 6",
      "customerAddressLine1": "sample string 7",
      "customerAddressLine2": "sample string 8",
      "customerAddressLine3": "sample string 9",
      "customerCountry": "sample string 10",
      "customerInvoiceContact": "sample string 11",
      "customerVATNumber": "sample string 12",
      "postAction": "sample string 13",
      "invoicelines": [
        {
          "id": 1,
          "selected": true,
          "invoiceId": 1,
          "member": 1,
          "customerId": 1,
          "contactPerson": "sample string 3",
          "deliverDate": "2025-11-08T13:49:15.2873898+01:00",
          "serviceType": 4,
          "serviceTypeDescription": "sample string 5",
          "projectNumber": 1,
          "count": 6,
          "pricePerCount": 7.0,
          "totalLinePrice": 8.0,
          "analysisId": 1,
          "advertisementId": 1,
          "presentInInvoice": true,
          "remark": "sample string 9",
          "amountReduction": 1.0
        },
        {
          "id": 1,
          "selected": true,
          "invoiceId": 1,
          "member": 1,
          "customerId": 1,
          "contactPerson": "sample string 3",
          "deliverDate": "2025-11-08T13:49:15.2873898+01:00",
          "serviceType": 4,
          "serviceTypeDescription": "sample string 5",
          "projectNumber": 1,
          "count": 6,
          "pricePerCount": 7.0,
          "totalLinePrice": 8.0,
          "analysisId": 1,
          "advertisementId": 1,
          "presentInInvoice": true,
          "remark": "sample string 9",
          "amountReduction": 1.0
        }
      ]
    },
    {
      "id": 1,
      "invoiceTypeID": 1,
      "invoiceStatusID": 1,
      "customerID": 2,
      "structuredPaymentMessage": "sample string 3",
      "date": "2025-11-08T13:49:15.2873898+01:00",
      "expirationDate": "2025-11-08T13:49:15.2873898+01:00",
      "invoiceTotal": 1.0,
      "vatApplied": true,
      "invoiceVATAmount": 1.0,
      "totalVATIncluded": 1.0,
      "invoiceSent": true,
      "invoicePaid": true,
      "numberReminders": 1,
      "dateLastReminder": "2025-11-08T13:49:15.2873898+01:00",
      "invoicePaymentDate": "2025-11-08T13:49:15.2873898+01:00",
      "invoiceSentDate": "2025-11-08T13:49:15.2873898+01:00",
      "poNumber": "sample string 4",
      "message": "sample string 5",
      "customerName": "sample string 6",
      "customerAddressLine1": "sample string 7",
      "customerAddressLine2": "sample string 8",
      "customerAddressLine3": "sample string 9",
      "customerCountry": "sample string 10",
      "customerInvoiceContact": "sample string 11",
      "customerVATNumber": "sample string 12",
      "postAction": "sample string 13",
      "invoicelines": [
        {
          "id": 1,
          "selected": true,
          "invoiceId": 1,
          "member": 1,
          "customerId": 1,
          "contactPerson": "sample string 3",
          "deliverDate": "2025-11-08T13:49:15.2873898+01:00",
          "serviceType": 4,
          "serviceTypeDescription": "sample string 5",
          "projectNumber": 1,
          "count": 6,
          "pricePerCount": 7.0,
          "totalLinePrice": 8.0,
          "analysisId": 1,
          "advertisementId": 1,
          "presentInInvoice": true,
          "remark": "sample string 9",
          "amountReduction": 1.0
        },
        {
          "id": 1,
          "selected": true,
          "invoiceId": 1,
          "member": 1,
          "customerId": 1,
          "contactPerson": "sample string 3",
          "deliverDate": "2025-11-08T13:49:15.2873898+01:00",
          "serviceType": 4,
          "serviceTypeDescription": "sample string 5",
          "projectNumber": 1,
          "count": 6,
          "pricePerCount": 7.0,
          "totalLinePrice": 8.0,
          "analysisId": 1,
          "advertisementId": 1,
          "presentInInvoice": true,
          "remark": "sample string 9",
          "amountReduction": 1.0
        }
      ]
    }
  ],
  "draftInvoices": [
    {
      "id": 1,
      "invoiceTypeID": 1,
      "invoiceStatusID": 1,
      "customerID": 2,
      "structuredPaymentMessage": "sample string 3",
      "date": "2025-11-08T13:49:15.2873898+01:00",
      "expirationDate": "2025-11-08T13:49:15.2873898+01:00",
      "invoiceTotal": 1.0,
      "vatApplied": true,
      "invoiceVATAmount": 1.0,
      "totalVATIncluded": 1.0,
      "invoiceSent": true,
      "invoicePaid": true,
      "numberReminders": 1,
      "dateLastReminder": "2025-11-08T13:49:15.2873898+01:00",
      "invoicePaymentDate": "2025-11-08T13:49:15.2873898+01:00",
      "invoiceSentDate": "2025-11-08T13:49:15.2873898+01:00",
      "poNumber": "sample string 4",
      "message": "sample string 5",
      "customerName": "sample string 6",
      "customerAddressLine1": "sample string 7",
      "customerAddressLine2": "sample string 8",
      "customerAddressLine3": "sample string 9",
      "customerCountry": "sample string 10",
      "customerInvoiceContact": "sample string 11",
      "customerVATNumber": "sample string 12",
      "postAction": "sample string 13",
      "invoicelines": [
        {
          "id": 1,
          "selected": true,
          "invoiceId": 1,
          "member": 1,
          "customerId": 1,
          "contactPerson": "sample string 3",
          "deliverDate": "2025-11-08T13:49:15.2873898+01:00",
          "serviceType": 4,
          "serviceTypeDescription": "sample string 5",
          "projectNumber": 1,
          "count": 6,
          "pricePerCount": 7.0,
          "totalLinePrice": 8.0,
          "analysisId": 1,
          "advertisementId": 1,
          "presentInInvoice": true,
          "remark": "sample string 9",
          "amountReduction": 1.0
        },
        {
          "id": 1,
          "selected": true,
          "invoiceId": 1,
          "member": 1,
          "customerId": 1,
          "contactPerson": "sample string 3",
          "deliverDate": "2025-11-08T13:49:15.2873898+01:00",
          "serviceType": 4,
          "serviceTypeDescription": "sample string 5",
          "projectNumber": 1,
          "count": 6,
          "pricePerCount": 7.0,
          "totalLinePrice": 8.0,
          "analysisId": 1,
          "advertisementId": 1,
          "presentInInvoice": true,
          "remark": "sample string 9",
          "amountReduction": 1.0
        }
      ]
    },
    {
      "id": 1,
      "invoiceTypeID": 1,
      "invoiceStatusID": 1,
      "customerID": 2,
      "structuredPaymentMessage": "sample string 3",
      "date": "2025-11-08T13:49:15.2873898+01:00",
      "expirationDate": "2025-11-08T13:49:15.2873898+01:00",
      "invoiceTotal": 1.0,
      "vatApplied": true,
      "invoiceVATAmount": 1.0,
      "totalVATIncluded": 1.0,
      "invoiceSent": true,
      "invoicePaid": true,
      "numberReminders": 1,
      "dateLastReminder": "2025-11-08T13:49:15.2873898+01:00",
      "invoicePaymentDate": "2025-11-08T13:49:15.2873898+01:00",
      "invoiceSentDate": "2025-11-08T13:49:15.2873898+01:00",
      "poNumber": "sample string 4",
      "message": "sample string 5",
      "customerName": "sample string 6",
      "customerAddressLine1": "sample string 7",
      "customerAddressLine2": "sample string 8",
      "customerAddressLine3": "sample string 9",
      "customerCountry": "sample string 10",
      "customerInvoiceContact": "sample string 11",
      "customerVATNumber": "sample string 12",
      "postAction": "sample string 13",
      "invoicelines": [
        {
          "id": 1,
          "selected": true,
          "invoiceId": 1,
          "member": 1,
          "customerId": 1,
          "contactPerson": "sample string 3",
          "deliverDate": "2025-11-08T13:49:15.2873898+01:00",
          "serviceType": 4,
          "serviceTypeDescription": "sample string 5",
          "projectNumber": 1,
          "count": 6,
          "pricePerCount": 7.0,
          "totalLinePrice": 8.0,
          "analysisId": 1,
          "advertisementId": 1,
          "presentInInvoice": true,
          "remark": "sample string 9",
          "amountReduction": 1.0
        },
        {
          "id": 1,
          "selected": true,
          "invoiceId": 1,
          "member": 1,
          "customerId": 1,
          "contactPerson": "sample string 3",
          "deliverDate": "2025-11-08T13:49:15.2873898+01:00",
          "serviceType": 4,
          "serviceTypeDescription": "sample string 5",
          "projectNumber": 1,
          "count": 6,
          "pricePerCount": 7.0,
          "totalLinePrice": 8.0,
          "analysisId": 1,
          "advertisementId": 1,
          "presentInInvoice": true,
          "remark": "sample string 9",
          "amountReduction": 1.0
        }
      ]
    }
  ],
  "finalizedInvoices": [
    {
      "id": 1,
      "invoiceTypeID": 1,
      "invoiceStatusID": 1,
      "customerID": 2,
      "structuredPaymentMessage": "sample string 3",
      "date": "2025-11-08T13:49:15.2873898+01:00",
      "expirationDate": "2025-11-08T13:49:15.2873898+01:00",
      "invoiceTotal": 1.0,
      "vatApplied": true,
      "invoiceVATAmount": 1.0,
      "totalVATIncluded": 1.0,
      "invoiceSent": true,
      "invoicePaid": true,
      "numberReminders": 1,
      "dateLastReminder": "2025-11-08T13:49:15.2873898+01:00",
      "invoicePaymentDate": "2025-11-08T13:49:15.2873898+01:00",
      "invoiceSentDate": "2025-11-08T13:49:15.2873898+01:00",
      "poNumber": "sample string 4",
      "message": "sample string 5",
      "customerName": "sample string 6",
      "customerAddressLine1": "sample string 7",
      "customerAddressLine2": "sample string 8",
      "customerAddressLine3": "sample string 9",
      "customerCountry": "sample string 10",
      "customerInvoiceContact": "sample string 11",
      "customerVATNumber": "sample string 12",
      "postAction": "sample string 13",
      "invoicelines": [
        {
          "id": 1,
          "selected": true,
          "invoiceId": 1,
          "member": 1,
          "customerId": 1,
          "contactPerson": "sample string 3",
          "deliverDate": "2025-11-08T13:49:15.2873898+01:00",
          "serviceType": 4,
          "serviceTypeDescription": "sample string 5",
          "projectNumber": 1,
          "count": 6,
          "pricePerCount": 7.0,
          "totalLinePrice": 8.0,
          "analysisId": 1,
          "advertisementId": 1,
          "presentInInvoice": true,
          "remark": "sample string 9",
          "amountReduction": 1.0
        },
        {
          "id": 1,
          "selected": true,
          "invoiceId": 1,
          "member": 1,
          "customerId": 1,
          "contactPerson": "sample string 3",
          "deliverDate": "2025-11-08T13:49:15.2873898+01:00",
          "serviceType": 4,
          "serviceTypeDescription": "sample string 5",
          "projectNumber": 1,
          "count": 6,
          "pricePerCount": 7.0,
          "totalLinePrice": 8.0,
          "analysisId": 1,
          "advertisementId": 1,
          "presentInInvoice": true,
          "remark": "sample string 9",
          "amountReduction": 1.0
        }
      ]
    },
    {
      "id": 1,
      "invoiceTypeID": 1,
      "invoiceStatusID": 1,
      "customerID": 2,
      "structuredPaymentMessage": "sample string 3",
      "date": "2025-11-08T13:49:15.2873898+01:00",
      "expirationDate": "2025-11-08T13:49:15.2873898+01:00",
      "invoiceTotal": 1.0,
      "vatApplied": true,
      "invoiceVATAmount": 1.0,
      "totalVATIncluded": 1.0,
      "invoiceSent": true,
      "invoicePaid": true,
      "numberReminders": 1,
      "dateLastReminder": "2025-11-08T13:49:15.2873898+01:00",
      "invoicePaymentDate": "2025-11-08T13:49:15.2873898+01:00",
      "invoiceSentDate": "2025-11-08T13:49:15.2873898+01:00",
      "poNumber": "sample string 4",
      "message": "sample string 5",
      "customerName": "sample string 6",
      "customerAddressLine1": "sample string 7",
      "customerAddressLine2": "sample string 8",
      "customerAddressLine3": "sample string 9",
      "customerCountry": "sample string 10",
      "customerInvoiceContact": "sample string 11",
      "customerVATNumber": "sample string 12",
      "postAction": "sample string 13",
      "invoicelines": [
        {
          "id": 1,
          "selected": true,
          "invoiceId": 1,
          "member": 1,
          "customerId": 1,
          "contactPerson": "sample string 3",
          "deliverDate": "2025-11-08T13:49:15.2873898+01:00",
          "serviceType": 4,
          "serviceTypeDescription": "sample string 5",
          "projectNumber": 1,
          "count": 6,
          "pricePerCount": 7.0,
          "totalLinePrice": 8.0,
          "analysisId": 1,
          "advertisementId": 1,
          "presentInInvoice": true,
          "remark": "sample string 9",
          "amountReduction": 1.0
        },
        {
          "id": 1,
          "selected": true,
          "invoiceId": 1,
          "member": 1,
          "customerId": 1,
          "contactPerson": "sample string 3",
          "deliverDate": "2025-11-08T13:49:15.2873898+01:00",
          "serviceType": 4,
          "serviceTypeDescription": "sample string 5",
          "projectNumber": 1,
          "count": 6,
          "pricePerCount": 7.0,
          "totalLinePrice": 8.0,
          "analysisId": 1,
          "advertisementId": 1,
          "presentInInvoice": true,
          "remark": "sample string 9",
          "amountReduction": 1.0
        }
      ]
    }
  ],
  "sentInvoices": [
    {
      "id": 1,
      "invoiceTypeID": 1,
      "invoiceStatusID": 1,
      "customerID": 2,
      "structuredPaymentMessage": "sample string 3",
      "date": "2025-11-08T13:49:15.2873898+01:00",
      "expirationDate": "2025-11-08T13:49:15.2873898+01:00",
      "invoiceTotal": 1.0,
      "vatApplied": true,
      "invoiceVATAmount": 1.0,
      "totalVATIncluded": 1.0,
      "invoiceSent": true,
      "invoicePaid": true,
      "numberReminders": 1,
      "dateLastReminder": "2025-11-08T13:49:15.2873898+01:00",
      "invoicePaymentDate": "2025-11-08T13:49:15.2873898+01:00",
      "invoiceSentDate": "2025-11-08T13:49:15.2873898+01:00",
      "poNumber": "sample string 4",
      "message": "sample string 5",
      "customerName": "sample string 6",
      "customerAddressLine1": "sample string 7",
      "customerAddressLine2": "sample string 8",
      "customerAddressLine3": "sample string 9",
      "customerCountry": "sample string 10",
      "customerInvoiceContact": "sample string 11",
      "customerVATNumber": "sample string 12",
      "postAction": "sample string 13",
      "invoicelines": [
        {
          "id": 1,
          "selected": true,
          "invoiceId": 1,
          "member": 1,
          "customerId": 1,
          "contactPerson": "sample string 3",
          "deliverDate": "2025-11-08T13:49:15.2873898+01:00",
          "serviceType": 4,
          "serviceTypeDescription": "sample string 5",
          "projectNumber": 1,
          "count": 6,
          "pricePerCount": 7.0,
          "totalLinePrice": 8.0,
          "analysisId": 1,
          "advertisementId": 1,
          "presentInInvoice": true,
          "remark": "sample string 9",
          "amountReduction": 1.0
        },
        {
          "id": 1,
          "selected": true,
          "invoiceId": 1,
          "member": 1,
          "customerId": 1,
          "contactPerson": "sample string 3",
          "deliverDate": "2025-11-08T13:49:15.2873898+01:00",
          "serviceType": 4,
          "serviceTypeDescription": "sample string 5",
          "projectNumber": 1,
          "count": 6,
          "pricePerCount": 7.0,
          "totalLinePrice": 8.0,
          "analysisId": 1,
          "advertisementId": 1,
          "presentInInvoice": true,
          "remark": "sample string 9",
          "amountReduction": 1.0
        }
      ]
    },
    {
      "id": 1,
      "invoiceTypeID": 1,
      "invoiceStatusID": 1,
      "customerID": 2,
      "structuredPaymentMessage": "sample string 3",
      "date": "2025-11-08T13:49:15.2873898+01:00",
      "expirationDate": "2025-11-08T13:49:15.2873898+01:00",
      "invoiceTotal": 1.0,
      "vatApplied": true,
      "invoiceVATAmount": 1.0,
      "totalVATIncluded": 1.0,
      "invoiceSent": true,
      "invoicePaid": true,
      "numberReminders": 1,
      "dateLastReminder": "2025-11-08T13:49:15.2873898+01:00",
      "invoicePaymentDate": "2025-11-08T13:49:15.2873898+01:00",
      "invoiceSentDate": "2025-11-08T13:49:15.2873898+01:00",
      "poNumber": "sample string 4",
      "message": "sample string 5",
      "customerName": "sample string 6",
      "customerAddressLine1": "sample string 7",
      "customerAddressLine2": "sample string 8",
      "customerAddressLine3": "sample string 9",
      "customerCountry": "sample string 10",
      "customerInvoiceContact": "sample string 11",
      "customerVATNumber": "sample string 12",
      "postAction": "sample string 13",
      "invoicelines": [
        {
          "id": 1,
          "selected": true,
          "invoiceId": 1,
          "member": 1,
          "customerId": 1,
          "contactPerson": "sample string 3",
          "deliverDate": "2025-11-08T13:49:15.2873898+01:00",
          "serviceType": 4,
          "serviceTypeDescription": "sample string 5",
          "projectNumber": 1,
          "count": 6,
          "pricePerCount": 7.0,
          "totalLinePrice": 8.0,
          "analysisId": 1,
          "advertisementId": 1,
          "presentInInvoice": true,
          "remark": "sample string 9",
          "amountReduction": 1.0
        },
        {
          "id": 1,
          "selected": true,
          "invoiceId": 1,
          "member": 1,
          "customerId": 1,
          "contactPerson": "sample string 3",
          "deliverDate": "2025-11-08T13:49:15.2873898+01:00",
          "serviceType": 4,
          "serviceTypeDescription": "sample string 5",
          "projectNumber": 1,
          "count": 6,
          "pricePerCount": 7.0,
          "totalLinePrice": 8.0,
          "analysisId": 1,
          "advertisementId": 1,
          "presentInInvoice": true,
          "remark": "sample string 9",
          "amountReduction": 1.0
        }
      ]
    }
  ]
}

application/xml, text/xml

Sample:
<AdminInvoiceMakingDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/s_election.API.Models.Administrator">
  <DraftInvoices>
    <AdminInvoiceDto>
      <CustomerAddressLine1>sample string 7</CustomerAddressLine1>
      <CustomerAddressLine2>sample string 8</CustomerAddressLine2>
      <CustomerAddressLine3>sample string 9</CustomerAddressLine3>
      <CustomerCountry>sample string 10</CustomerCountry>
      <CustomerID>2</CustomerID>
      <CustomerInvoiceContact>sample string 11</CustomerInvoiceContact>
      <CustomerName>sample string 6</CustomerName>
      <CustomerVATNumber>sample string 12</CustomerVATNumber>
      <Date>2025-11-08T13:49:15.2873898+01:00</Date>
      <DateLastReminder>2025-11-08T13:49:15.2873898+01:00</DateLastReminder>
      <ExpirationDate>2025-11-08T13:49:15.2873898+01:00</ExpirationDate>
      <Id>1</Id>
      <InvoicePaid>true</InvoicePaid>
      <InvoicePaymentDate>2025-11-08T13:49:15.2873898+01:00</InvoicePaymentDate>
      <InvoiceSent>true</InvoiceSent>
      <InvoiceSentDate>2025-11-08T13:49:15.2873898+01:00</InvoiceSentDate>
      <InvoiceStatusID>1</InvoiceStatusID>
      <InvoiceTotal>1</InvoiceTotal>
      <InvoiceTypeID>1</InvoiceTypeID>
      <InvoiceVATAmount>1</InvoiceVATAmount>
      <Invoicelines>
        <AdminInvoiceLineDto>
          <AdvertisementId>1</AdvertisementId>
          <AmountReduction>1</AmountReduction>
          <AnalysisId>1</AnalysisId>
          <ContactPerson>sample string 3</ContactPerson>
          <Count>6</Count>
          <CustomerId>1</CustomerId>
          <DeliverDate>2025-11-08T13:49:15.2873898+01:00</DeliverDate>
          <Id>1</Id>
          <InvoiceId>1</InvoiceId>
          <Member>1</Member>
          <PresentInInvoice>true</PresentInInvoice>
          <PricePerCount>7</PricePerCount>
          <ProjectNumber>1</ProjectNumber>
          <Remark>sample string 9</Remark>
          <Selected>true</Selected>
          <ServiceType>4</ServiceType>
          <ServiceTypeDescription>sample string 5</ServiceTypeDescription>
          <TotalLinePrice>8</TotalLinePrice>
        </AdminInvoiceLineDto>
        <AdminInvoiceLineDto>
          <AdvertisementId>1</AdvertisementId>
          <AmountReduction>1</AmountReduction>
          <AnalysisId>1</AnalysisId>
          <ContactPerson>sample string 3</ContactPerson>
          <Count>6</Count>
          <CustomerId>1</CustomerId>
          <DeliverDate>2025-11-08T13:49:15.2873898+01:00</DeliverDate>
          <Id>1</Id>
          <InvoiceId>1</InvoiceId>
          <Member>1</Member>
          <PresentInInvoice>true</PresentInInvoice>
          <PricePerCount>7</PricePerCount>
          <ProjectNumber>1</ProjectNumber>
          <Remark>sample string 9</Remark>
          <Selected>true</Selected>
          <ServiceType>4</ServiceType>
          <ServiceTypeDescription>sample string 5</ServiceTypeDescription>
          <TotalLinePrice>8</TotalLinePrice>
        </AdminInvoiceLineDto>
      </Invoicelines>
      <Message>sample string 5</Message>
      <NumberReminders>1</NumberReminders>
      <PONumber>sample string 4</PONumber>
      <PostAction>sample string 13</PostAction>
      <StructuredPaymentMessage>sample string 3</StructuredPaymentMessage>
      <TotalVATIncluded>1</TotalVATIncluded>
      <VATApplied>true</VATApplied>
    </AdminInvoiceDto>
    <AdminInvoiceDto>
      <CustomerAddressLine1>sample string 7</CustomerAddressLine1>
      <CustomerAddressLine2>sample string 8</CustomerAddressLine2>
      <CustomerAddressLine3>sample string 9</CustomerAddressLine3>
      <CustomerCountry>sample string 10</CustomerCountry>
      <CustomerID>2</CustomerID>
      <CustomerInvoiceContact>sample string 11</CustomerInvoiceContact>
      <CustomerName>sample string 6</CustomerName>
      <CustomerVATNumber>sample string 12</CustomerVATNumber>
      <Date>2025-11-08T13:49:15.2873898+01:00</Date>
      <DateLastReminder>2025-11-08T13:49:15.2873898+01:00</DateLastReminder>
      <ExpirationDate>2025-11-08T13:49:15.2873898+01:00</ExpirationDate>
      <Id>1</Id>
      <InvoicePaid>true</InvoicePaid>
      <InvoicePaymentDate>2025-11-08T13:49:15.2873898+01:00</InvoicePaymentDate>
      <InvoiceSent>true</InvoiceSent>
      <InvoiceSentDate>2025-11-08T13:49:15.2873898+01:00</InvoiceSentDate>
      <InvoiceStatusID>1</InvoiceStatusID>
      <InvoiceTotal>1</InvoiceTotal>
      <InvoiceTypeID>1</InvoiceTypeID>
      <InvoiceVATAmount>1</InvoiceVATAmount>
      <Invoicelines>
        <AdminInvoiceLineDto>
          <AdvertisementId>1</AdvertisementId>
          <AmountReduction>1</AmountReduction>
          <AnalysisId>1</AnalysisId>
          <ContactPerson>sample string 3</ContactPerson>
          <Count>6</Count>
          <CustomerId>1</CustomerId>
          <DeliverDate>2025-11-08T13:49:15.2873898+01:00</DeliverDate>
          <Id>1</Id>
          <InvoiceId>1</InvoiceId>
          <Member>1</Member>
          <PresentInInvoice>true</PresentInInvoice>
          <PricePerCount>7</PricePerCount>
          <ProjectNumber>1</ProjectNumber>
          <Remark>sample string 9</Remark>
          <Selected>true</Selected>
          <ServiceType>4</ServiceType>
          <ServiceTypeDescription>sample string 5</ServiceTypeDescription>
          <TotalLinePrice>8</TotalLinePrice>
        </AdminInvoiceLineDto>
        <AdminInvoiceLineDto>
          <AdvertisementId>1</AdvertisementId>
          <AmountReduction>1</AmountReduction>
          <AnalysisId>1</AnalysisId>
          <ContactPerson>sample string 3</ContactPerson>
          <Count>6</Count>
          <CustomerId>1</CustomerId>
          <DeliverDate>2025-11-08T13:49:15.2873898+01:00</DeliverDate>
          <Id>1</Id>
          <InvoiceId>1</InvoiceId>
          <Member>1</Member>
          <PresentInInvoice>true</PresentInInvoice>
          <PricePerCount>7</PricePerCount>
          <ProjectNumber>1</ProjectNumber>
          <Remark>sample string 9</Remark>
          <Selected>true</Selected>
          <ServiceType>4</ServiceType>
          <ServiceTypeDescription>sample string 5</ServiceTypeDescription>
          <TotalLinePrice>8</TotalLinePrice>
        </AdminInvoiceLineDto>
      </Invoicelines>
      <Message>sample string 5</Message>
      <NumberReminders>1</NumberReminders>
      <PONumber>sample string 4</PONumber>
      <PostAction>sample string 13</PostAction>
      <StructuredPaymentMessage>sample string 3</StructuredPaymentMessage>
      <TotalVATIncluded>1</TotalVATIncluded>
      <VATApplied>true</VATApplied>
    </AdminInvoiceDto>
  </DraftInvoices>
  <FinalizedInvoices>
    <AdminInvoiceDto>
      <CustomerAddressLine1>sample string 7</CustomerAddressLine1>
      <CustomerAddressLine2>sample string 8</CustomerAddressLine2>
      <CustomerAddressLine3>sample string 9</CustomerAddressLine3>
      <CustomerCountry>sample string 10</CustomerCountry>
      <CustomerID>2</CustomerID>
      <CustomerInvoiceContact>sample string 11</CustomerInvoiceContact>
      <CustomerName>sample string 6</CustomerName>
      <CustomerVATNumber>sample string 12</CustomerVATNumber>
      <Date>2025-11-08T13:49:15.2873898+01:00</Date>
      <DateLastReminder>2025-11-08T13:49:15.2873898+01:00</DateLastReminder>
      <ExpirationDate>2025-11-08T13:49:15.2873898+01:00</ExpirationDate>
      <Id>1</Id>
      <InvoicePaid>true</InvoicePaid>
      <InvoicePaymentDate>2025-11-08T13:49:15.2873898+01:00</InvoicePaymentDate>
      <InvoiceSent>true</InvoiceSent>
      <InvoiceSentDate>2025-11-08T13:49:15.2873898+01:00</InvoiceSentDate>
      <InvoiceStatusID>1</InvoiceStatusID>
      <InvoiceTotal>1</InvoiceTotal>
      <InvoiceTypeID>1</InvoiceTypeID>
      <InvoiceVATAmount>1</InvoiceVATAmount>
      <Invoicelines>
        <AdminInvoiceLineDto>
          <AdvertisementId>1</AdvertisementId>
          <AmountReduction>1</AmountReduction>
          <AnalysisId>1</AnalysisId>
          <ContactPerson>sample string 3</ContactPerson>
          <Count>6</Count>
          <CustomerId>1</CustomerId>
          <DeliverDate>2025-11-08T13:49:15.2873898+01:00</DeliverDate>
          <Id>1</Id>
          <InvoiceId>1</InvoiceId>
          <Member>1</Member>
          <PresentInInvoice>true</PresentInInvoice>
          <PricePerCount>7</PricePerCount>
          <ProjectNumber>1</ProjectNumber>
          <Remark>sample string 9</Remark>
          <Selected>true</Selected>
          <ServiceType>4</ServiceType>
          <ServiceTypeDescription>sample string 5</ServiceTypeDescription>
          <TotalLinePrice>8</TotalLinePrice>
        </AdminInvoiceLineDto>
        <AdminInvoiceLineDto>
          <AdvertisementId>1</AdvertisementId>
          <AmountReduction>1</AmountReduction>
          <AnalysisId>1</AnalysisId>
          <ContactPerson>sample string 3</ContactPerson>
          <Count>6</Count>
          <CustomerId>1</CustomerId>
          <DeliverDate>2025-11-08T13:49:15.2873898+01:00</DeliverDate>
          <Id>1</Id>
          <InvoiceId>1</InvoiceId>
          <Member>1</Member>
          <PresentInInvoice>true</PresentInInvoice>
          <PricePerCount>7</PricePerCount>
          <ProjectNumber>1</ProjectNumber>
          <Remark>sample string 9</Remark>
          <Selected>true</Selected>
          <ServiceType>4</ServiceType>
          <ServiceTypeDescription>sample string 5</ServiceTypeDescription>
          <TotalLinePrice>8</TotalLinePrice>
        </AdminInvoiceLineDto>
      </Invoicelines>
      <Message>sample string 5</Message>
      <NumberReminders>1</NumberReminders>
      <PONumber>sample string 4</PONumber>
      <PostAction>sample string 13</PostAction>
      <StructuredPaymentMessage>sample string 3</StructuredPaymentMessage>
      <TotalVATIncluded>1</TotalVATIncluded>
      <VATApplied>true</VATApplied>
    </AdminInvoiceDto>
    <AdminInvoiceDto>
      <CustomerAddressLine1>sample string 7</CustomerAddressLine1>
      <CustomerAddressLine2>sample string 8</CustomerAddressLine2>
      <CustomerAddressLine3>sample string 9</CustomerAddressLine3>
      <CustomerCountry>sample string 10</CustomerCountry>
      <CustomerID>2</CustomerID>
      <CustomerInvoiceContact>sample string 11</CustomerInvoiceContact>
      <CustomerName>sample string 6</CustomerName>
      <CustomerVATNumber>sample string 12</CustomerVATNumber>
      <Date>2025-11-08T13:49:15.2873898+01:00</Date>
      <DateLastReminder>2025-11-08T13:49:15.2873898+01:00</DateLastReminder>
      <ExpirationDate>2025-11-08T13:49:15.2873898+01:00</ExpirationDate>
      <Id>1</Id>
      <InvoicePaid>true</InvoicePaid>
      <InvoicePaymentDate>2025-11-08T13:49:15.2873898+01:00</InvoicePaymentDate>
      <InvoiceSent>true</InvoiceSent>
      <InvoiceSentDate>2025-11-08T13:49:15.2873898+01:00</InvoiceSentDate>
      <InvoiceStatusID>1</InvoiceStatusID>
      <InvoiceTotal>1</InvoiceTotal>
      <InvoiceTypeID>1</InvoiceTypeID>
      <InvoiceVATAmount>1</InvoiceVATAmount>
      <Invoicelines>
        <AdminInvoiceLineDto>
          <AdvertisementId>1</AdvertisementId>
          <AmountReduction>1</AmountReduction>
          <AnalysisId>1</AnalysisId>
          <ContactPerson>sample string 3</ContactPerson>
          <Count>6</Count>
          <CustomerId>1</CustomerId>
          <DeliverDate>2025-11-08T13:49:15.2873898+01:00</DeliverDate>
          <Id>1</Id>
          <InvoiceId>1</InvoiceId>
          <Member>1</Member>
          <PresentInInvoice>true</PresentInInvoice>
          <PricePerCount>7</PricePerCount>
          <ProjectNumber>1</ProjectNumber>
          <Remark>sample string 9</Remark>
          <Selected>true</Selected>
          <ServiceType>4</ServiceType>
          <ServiceTypeDescription>sample string 5</ServiceTypeDescription>
          <TotalLinePrice>8</TotalLinePrice>
        </AdminInvoiceLineDto>
        <AdminInvoiceLineDto>
          <AdvertisementId>1</AdvertisementId>
          <AmountReduction>1</AmountReduction>
          <AnalysisId>1</AnalysisId>
          <ContactPerson>sample string 3</ContactPerson>
          <Count>6</Count>
          <CustomerId>1</CustomerId>
          <DeliverDate>2025-11-08T13:49:15.2873898+01:00</DeliverDate>
          <Id>1</Id>
          <InvoiceId>1</InvoiceId>
          <Member>1</Member>
          <PresentInInvoice>true</PresentInInvoice>
          <PricePerCount>7</PricePerCount>
          <ProjectNumber>1</ProjectNumber>
          <Remark>sample string 9</Remark>
          <Selected>true</Selected>
          <ServiceType>4</ServiceType>
          <ServiceTypeDescription>sample string 5</ServiceTypeDescription>
          <TotalLinePrice>8</TotalLinePrice>
        </AdminInvoiceLineDto>
      </Invoicelines>
      <Message>sample string 5</Message>
      <NumberReminders>1</NumberReminders>
      <PONumber>sample string 4</PONumber>
      <PostAction>sample string 13</PostAction>
      <StructuredPaymentMessage>sample string 3</StructuredPaymentMessage>
      <TotalVATIncluded>1</TotalVATIncluded>
      <VATApplied>true</VATApplied>
    </AdminInvoiceDto>
  </FinalizedInvoices>
  <NewInvoicesToMake>
    <AdminInvoiceDto>
      <CustomerAddressLine1>sample string 7</CustomerAddressLine1>
      <CustomerAddressLine2>sample string 8</CustomerAddressLine2>
      <CustomerAddressLine3>sample string 9</CustomerAddressLine3>
      <CustomerCountry>sample string 10</CustomerCountry>
      <CustomerID>2</CustomerID>
      <CustomerInvoiceContact>sample string 11</CustomerInvoiceContact>
      <CustomerName>sample string 6</CustomerName>
      <CustomerVATNumber>sample string 12</CustomerVATNumber>
      <Date>2025-11-08T13:49:15.2873898+01:00</Date>
      <DateLastReminder>2025-11-08T13:49:15.2873898+01:00</DateLastReminder>
      <ExpirationDate>2025-11-08T13:49:15.2873898+01:00</ExpirationDate>
      <Id>1</Id>
      <InvoicePaid>true</InvoicePaid>
      <InvoicePaymentDate>2025-11-08T13:49:15.2873898+01:00</InvoicePaymentDate>
      <InvoiceSent>true</InvoiceSent>
      <InvoiceSentDate>2025-11-08T13:49:15.2873898+01:00</InvoiceSentDate>
      <InvoiceStatusID>1</InvoiceStatusID>
      <InvoiceTotal>1</InvoiceTotal>
      <InvoiceTypeID>1</InvoiceTypeID>
      <InvoiceVATAmount>1</InvoiceVATAmount>
      <Invoicelines>
        <AdminInvoiceLineDto>
          <AdvertisementId>1</AdvertisementId>
          <AmountReduction>1</AmountReduction>
          <AnalysisId>1</AnalysisId>
          <ContactPerson>sample string 3</ContactPerson>
          <Count>6</Count>
          <CustomerId>1</CustomerId>
          <DeliverDate>2025-11-08T13:49:15.2873898+01:00</DeliverDate>
          <Id>1</Id>
          <InvoiceId>1</InvoiceId>
          <Member>1</Member>
          <PresentInInvoice>true</PresentInInvoice>
          <PricePerCount>7</PricePerCount>
          <ProjectNumber>1</ProjectNumber>
          <Remark>sample string 9</Remark>
          <Selected>true</Selected>
          <ServiceType>4</ServiceType>
          <ServiceTypeDescription>sample string 5</ServiceTypeDescription>
          <TotalLinePrice>8</TotalLinePrice>
        </AdminInvoiceLineDto>
        <AdminInvoiceLineDto>
          <AdvertisementId>1</AdvertisementId>
          <AmountReduction>1</AmountReduction>
          <AnalysisId>1</AnalysisId>
          <ContactPerson>sample string 3</ContactPerson>
          <Count>6</Count>
          <CustomerId>1</CustomerId>
          <DeliverDate>2025-11-08T13:49:15.2873898+01:00</DeliverDate>
          <Id>1</Id>
          <InvoiceId>1</InvoiceId>
          <Member>1</Member>
          <PresentInInvoice>true</PresentInInvoice>
          <PricePerCount>7</PricePerCount>
          <ProjectNumber>1</ProjectNumber>
          <Remark>sample string 9</Remark>
          <Selected>true</Selected>
          <ServiceType>4</ServiceType>
          <ServiceTypeDescription>sample string 5</ServiceTypeDescription>
          <TotalLinePrice>8</TotalLinePrice>
        </AdminInvoiceLineDto>
      </Invoicelines>
      <Message>sample string 5</Message>
      <NumberReminders>1</NumberReminders>
      <PONumber>sample string 4</PONumber>
      <PostAction>sample string 13</PostAction>
      <StructuredPaymentMessage>sample string 3</StructuredPaymentMessage>
      <TotalVATIncluded>1</TotalVATIncluded>
      <VATApplied>true</VATApplied>
    </AdminInvoiceDto>
    <AdminInvoiceDto>
      <CustomerAddressLine1>sample string 7</CustomerAddressLine1>
      <CustomerAddressLine2>sample string 8</CustomerAddressLine2>
      <CustomerAddressLine3>sample string 9</CustomerAddressLine3>
      <CustomerCountry>sample string 10</CustomerCountry>
      <CustomerID>2</CustomerID>
      <CustomerInvoiceContact>sample string 11</CustomerInvoiceContact>
      <CustomerName>sample string 6</CustomerName>
      <CustomerVATNumber>sample string 12</CustomerVATNumber>
      <Date>2025-11-08T13:49:15.2873898+01:00</Date>
      <DateLastReminder>2025-11-08T13:49:15.2873898+01:00</DateLastReminder>
      <ExpirationDate>2025-11-08T13:49:15.2873898+01:00</ExpirationDate>
      <Id>1</Id>
      <InvoicePaid>true</InvoicePaid>
      <InvoicePaymentDate>2025-11-08T13:49:15.2873898+01:00</InvoicePaymentDate>
      <InvoiceSent>true</InvoiceSent>
      <InvoiceSentDate>2025-11-08T13:49:15.2873898+01:00</InvoiceSentDate>
      <InvoiceStatusID>1</InvoiceStatusID>
      <InvoiceTotal>1</InvoiceTotal>
      <InvoiceTypeID>1</InvoiceTypeID>
      <InvoiceVATAmount>1</InvoiceVATAmount>
      <Invoicelines>
        <AdminInvoiceLineDto>
          <AdvertisementId>1</AdvertisementId>
          <AmountReduction>1</AmountReduction>
          <AnalysisId>1</AnalysisId>
          <ContactPerson>sample string 3</ContactPerson>
          <Count>6</Count>
          <CustomerId>1</CustomerId>
          <DeliverDate>2025-11-08T13:49:15.2873898+01:00</DeliverDate>
          <Id>1</Id>
          <InvoiceId>1</InvoiceId>
          <Member>1</Member>
          <PresentInInvoice>true</PresentInInvoice>
          <PricePerCount>7</PricePerCount>
          <ProjectNumber>1</ProjectNumber>
          <Remark>sample string 9</Remark>
          <Selected>true</Selected>
          <ServiceType>4</ServiceType>
          <ServiceTypeDescription>sample string 5</ServiceTypeDescription>
          <TotalLinePrice>8</TotalLinePrice>
        </AdminInvoiceLineDto>
        <AdminInvoiceLineDto>
          <AdvertisementId>1</AdvertisementId>
          <AmountReduction>1</AmountReduction>
          <AnalysisId>1</AnalysisId>
          <ContactPerson>sample string 3</ContactPerson>
          <Count>6</Count>
          <CustomerId>1</CustomerId>
          <DeliverDate>2025-11-08T13:49:15.2873898+01:00</DeliverDate>
          <Id>1</Id>
          <InvoiceId>1</InvoiceId>
          <Member>1</Member>
          <PresentInInvoice>true</PresentInInvoice>
          <PricePerCount>7</PricePerCount>
          <ProjectNumber>1</ProjectNumber>
          <Remark>sample string 9</Remark>
          <Selected>true</Selected>
          <ServiceType>4</ServiceType>
          <ServiceTypeDescription>sample string 5</ServiceTypeDescription>
          <TotalLinePrice>8</TotalLinePrice>
        </AdminInvoiceLineDto>
      </Invoicelines>
      <Message>sample string 5</Message>
      <NumberReminders>1</NumberReminders>
      <PONumber>sample string 4</PONumber>
      <PostAction>sample string 13</PostAction>
      <StructuredPaymentMessage>sample string 3</StructuredPaymentMessage>
      <TotalVATIncluded>1</TotalVATIncluded>
      <VATApplied>true</VATApplied>
    </AdminInvoiceDto>
  </NewInvoicesToMake>
  <SentInvoices>
    <AdminInvoiceDto>
      <CustomerAddressLine1>sample string 7</CustomerAddressLine1>
      <CustomerAddressLine2>sample string 8</CustomerAddressLine2>
      <CustomerAddressLine3>sample string 9</CustomerAddressLine3>
      <CustomerCountry>sample string 10</CustomerCountry>
      <CustomerID>2</CustomerID>
      <CustomerInvoiceContact>sample string 11</CustomerInvoiceContact>
      <CustomerName>sample string 6</CustomerName>
      <CustomerVATNumber>sample string 12</CustomerVATNumber>
      <Date>2025-11-08T13:49:15.2873898+01:00</Date>
      <DateLastReminder>2025-11-08T13:49:15.2873898+01:00</DateLastReminder>
      <ExpirationDate>2025-11-08T13:49:15.2873898+01:00</ExpirationDate>
      <Id>1</Id>
      <InvoicePaid>true</InvoicePaid>
      <InvoicePaymentDate>2025-11-08T13:49:15.2873898+01:00</InvoicePaymentDate>
      <InvoiceSent>true</InvoiceSent>
      <InvoiceSentDate>2025-11-08T13:49:15.2873898+01:00</InvoiceSentDate>
      <InvoiceStatusID>1</InvoiceStatusID>
      <InvoiceTotal>1</InvoiceTotal>
      <InvoiceTypeID>1</InvoiceTypeID>
      <InvoiceVATAmount>1</InvoiceVATAmount>
      <Invoicelines>
        <AdminInvoiceLineDto>
          <AdvertisementId>1</AdvertisementId>
          <AmountReduction>1</AmountReduction>
          <AnalysisId>1</AnalysisId>
          <ContactPerson>sample string 3</ContactPerson>
          <Count>6</Count>
          <CustomerId>1</CustomerId>
          <DeliverDate>2025-11-08T13:49:15.2873898+01:00</DeliverDate>
          <Id>1</Id>
          <InvoiceId>1</InvoiceId>
          <Member>1</Member>
          <PresentInInvoice>true</PresentInInvoice>
          <PricePerCount>7</PricePerCount>
          <ProjectNumber>1</ProjectNumber>
          <Remark>sample string 9</Remark>
          <Selected>true</Selected>
          <ServiceType>4</ServiceType>
          <ServiceTypeDescription>sample string 5</ServiceTypeDescription>
          <TotalLinePrice>8</TotalLinePrice>
        </AdminInvoiceLineDto>
        <AdminInvoiceLineDto>
          <AdvertisementId>1</AdvertisementId>
          <AmountReduction>1</AmountReduction>
          <AnalysisId>1</AnalysisId>
          <ContactPerson>sample string 3</ContactPerson>
          <Count>6</Count>
          <CustomerId>1</CustomerId>
          <DeliverDate>2025-11-08T13:49:15.2873898+01:00</DeliverDate>
          <Id>1</Id>
          <InvoiceId>1</InvoiceId>
          <Member>1</Member>
          <PresentInInvoice>true</PresentInInvoice>
          <PricePerCount>7</PricePerCount>
          <ProjectNumber>1</ProjectNumber>
          <Remark>sample string 9</Remark>
          <Selected>true</Selected>
          <ServiceType>4</ServiceType>
          <ServiceTypeDescription>sample string 5</ServiceTypeDescription>
          <TotalLinePrice>8</TotalLinePrice>
        </AdminInvoiceLineDto>
      </Invoicelines>
      <Message>sample string 5</Message>
      <NumberReminders>1</NumberReminders>
      <PONumber>sample string 4</PONumber>
      <PostAction>sample string 13</PostAction>
      <StructuredPaymentMessage>sample string 3</StructuredPaymentMessage>
      <TotalVATIncluded>1</TotalVATIncluded>
      <VATApplied>true</VATApplied>
    </AdminInvoiceDto>
    <AdminInvoiceDto>
      <CustomerAddressLine1>sample string 7</CustomerAddressLine1>
      <CustomerAddressLine2>sample string 8</CustomerAddressLine2>
      <CustomerAddressLine3>sample string 9</CustomerAddressLine3>
      <CustomerCountry>sample string 10</CustomerCountry>
      <CustomerID>2</CustomerID>
      <CustomerInvoiceContact>sample string 11</CustomerInvoiceContact>
      <CustomerName>sample string 6</CustomerName>
      <CustomerVATNumber>sample string 12</CustomerVATNumber>
      <Date>2025-11-08T13:49:15.2873898+01:00</Date>
      <DateLastReminder>2025-11-08T13:49:15.2873898+01:00</DateLastReminder>
      <ExpirationDate>2025-11-08T13:49:15.2873898+01:00</ExpirationDate>
      <Id>1</Id>
      <InvoicePaid>true</InvoicePaid>
      <InvoicePaymentDate>2025-11-08T13:49:15.2873898+01:00</InvoicePaymentDate>
      <InvoiceSent>true</InvoiceSent>
      <InvoiceSentDate>2025-11-08T13:49:15.2873898+01:00</InvoiceSentDate>
      <InvoiceStatusID>1</InvoiceStatusID>
      <InvoiceTotal>1</InvoiceTotal>
      <InvoiceTypeID>1</InvoiceTypeID>
      <InvoiceVATAmount>1</InvoiceVATAmount>
      <Invoicelines>
        <AdminInvoiceLineDto>
          <AdvertisementId>1</AdvertisementId>
          <AmountReduction>1</AmountReduction>
          <AnalysisId>1</AnalysisId>
          <ContactPerson>sample string 3</ContactPerson>
          <Count>6</Count>
          <CustomerId>1</CustomerId>
          <DeliverDate>2025-11-08T13:49:15.2873898+01:00</DeliverDate>
          <Id>1</Id>
          <InvoiceId>1</InvoiceId>
          <Member>1</Member>
          <PresentInInvoice>true</PresentInInvoice>
          <PricePerCount>7</PricePerCount>
          <ProjectNumber>1</ProjectNumber>
          <Remark>sample string 9</Remark>
          <Selected>true</Selected>
          <ServiceType>4</ServiceType>
          <ServiceTypeDescription>sample string 5</ServiceTypeDescription>
          <TotalLinePrice>8</TotalLinePrice>
        </AdminInvoiceLineDto>
        <AdminInvoiceLineDto>
          <AdvertisementId>1</AdvertisementId>
          <AmountReduction>1</AmountReduction>
          <AnalysisId>1</AnalysisId>
          <ContactPerson>sample string 3</ContactPerson>
          <Count>6</Count>
          <CustomerId>1</CustomerId>
          <DeliverDate>2025-11-08T13:49:15.2873898+01:00</DeliverDate>
          <Id>1</Id>
          <InvoiceId>1</InvoiceId>
          <Member>1</Member>
          <PresentInInvoice>true</PresentInInvoice>
          <PricePerCount>7</PricePerCount>
          <ProjectNumber>1</ProjectNumber>
          <Remark>sample string 9</Remark>
          <Selected>true</Selected>
          <ServiceType>4</ServiceType>
          <ServiceTypeDescription>sample string 5</ServiceTypeDescription>
          <TotalLinePrice>8</TotalLinePrice>
        </AdminInvoiceLineDto>
      </Invoicelines>
      <Message>sample string 5</Message>
      <NumberReminders>1</NumberReminders>
      <PONumber>sample string 4</PONumber>
      <PostAction>sample string 13</PostAction>
      <StructuredPaymentMessage>sample string 3</StructuredPaymentMessage>
      <TotalVATIncluded>1</TotalVATIncluded>
      <VATApplied>true</VATApplied>
    </AdminInvoiceDto>
  </SentInvoices>
</AdminInvoiceMakingDto>