POST api/reports/InvoiceListOnTime

Request Information

URI Parameters

None.

Body Parameters

InvoiceRequest
NameDescriptionTypeAdditional information
Period11

date

None.

Period12

date

None.

InvoiceCompanyId

integer

None.

InvoicePeriod

string

None.

DBs

Collection of integer

None.

InvoiceIds

string

None.

CustomerNumberField

string

None.

CustomerNumberFieldForInvoicePayer

string

None.

ShowUnpaidAmount

boolean

None.

Language

ReportLanguageEnum

None.

Format

ReportFormatEnum

None.

Request Formats

application/json, text/json

Sample:
{
  "Period11": "2026-06-18T07:02:08.3420384+02:00",
  "Period12": "2026-06-18T07:02:08.3420384+02:00",
  "InvoiceCompanyId": 3,
  "InvoicePeriod": "sample string 4",
  "DBs": [
    1,
    2
  ],
  "InvoiceIds": "sample string 5",
  "CustomerNumberField": "sample string 6",
  "CustomerNumberFieldForInvoicePayer": "sample string 7",
  "ShowUnpaidAmount": true,
  "Language": 1,
  "Format": 1
}

application/xml, text/xml

Sample:
<InvoiceRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Hano.Report.Model">
  <Format>PDF</Format>
  <Language>nbNO</Language>
  <CustomerNumberField>sample string 6</CustomerNumberField>
  <CustomerNumberFieldForInvoicePayer>sample string 7</CustomerNumberFieldForInvoicePayer>
  <DBs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </DBs>
  <InvoiceCompanyId>3</InvoiceCompanyId>
  <InvoiceIds>sample string 5</InvoiceIds>
  <InvoicePeriod>sample string 4</InvoicePeriod>
  <Period11>2026-06-18T07:02:08.3420384+02:00</Period11>
  <Period12>2026-06-18T07:02:08.3420384+02:00</Period12>
  <ShowUnpaidAmount>true</ShowUnpaidAmount>
</InvoiceRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.