GET Invoices
Search for Invoices
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Keyword | string |
None. |
|
InvoiceNumbers | Collection of integer |
None. |
|
ApplyDateStart | date |
None. |
|
ApplyDateEnd | date |
None. |
|
DueDateStart | date |
None. |
|
DueDateEnd | date |
None. |
|
EventId | integer |
None. |
|
ProfileId | integer |
None. |
|
ItemNum | integer |
None. |
|
MinimumAmountDue | decimal number |
None. |
|
OpenInvoicesOnly | boolean |
None. |
|
BillingIds | Collection of integer |
None. |
|
RevenueItemNums | Collection of integer |
None. |
|
ReferenceNum | string |
None. |
|
RegistrationHeaderId | integer |
None. |
|
IncludeAdjustments | boolean |
None. |
|
IncludeAmountDue | boolean |
None. |
|
PageNumber | integer |
None. |
|
PageSize | integer |
None. |
|
OrderBy | string |
None. |
|
OrderByPropertyNameMapping | Dictionary of string [key] and string [value] |
None. |
|
OrderByPropertyMappingPrefixesToIgnore | Collection of string |
None. |
|
OrderByPropertyMappingPrefixesToAppend | Collection of string |
None. |
|
OrderByExpression | string |
None. |
|
ObjectState | ObjectStateEnum |
None. |
Body Parameters
None.
Response Information
Resource Description
SearchResultDtoOfIEnumerableOfInvoiceSummaryDtoName | Description | Type | Additional information |
---|---|---|---|
TotalCount | integer |
None. |
|
TotalPages | integer |
None. |
|
CurrentPageNumber | integer |
None. |
|
PageSize | integer |
None. |
|
Result | Collection of InvoiceSummaryDto |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.