GET api/Invoice?from={from}&to={to}&includeInternal={includeInternal}

Retrieve a list of invoices by date range

Request Information

URI Parameters

NameDescriptionTypeAdditional information
from

Passed from invoice date

date

Required

to

Passed to invoice date

date

Required

includeInternal

Include internal invoices

boolean

Default value is False

Body Parameters

None.

Remarks

None.

Example

None.

Response Information

Resource Description

A paged list of InvoiceResponse objects sorted by number and date

PagedInvoiceInfo
NameDescriptionTypeAdditional information
Invoices

Collection of InvoiceHeadResponse

None.

TotalPages

integer

None.

NextPage

string

None.

PreviousPage

string

None.

LastPage

string

None.

FirstPage

string

None.

Response Formats

application/json, text/json

Sample:

Sample not available.