go back to BillingService

GET /billing/miscBilling/history

Retrieves a list of historical miscellaneous bills matching the given request parameters.

Roles that can access this endpoint are Users.

Parameters

name description type default type
request read for query parameters to be used as search criteria; use any combination of fields from the misc_bill_hist table

For example, /billing/miscBilling/history?ready_to_process=Y&order_id=12345*&bill_date=>=t-100 would find bills ready for processing having a order ID that starts with '12345' that was billed in the last 100 days.
context HttpServletRequest
includeUser query boolean
includeCustomer whether to include customer details with each invoice query boolean

Result

List < RowMiscBillHist > of type: application/xml application/json

a list of RowMiscBillHistory records for all historical bills

Additional attributes:

Child elements:

Try It Out

Request

- Authentication Help
- boolean
- boolean