go back to BillingService

GET /billing/miscBilling

Retrieves a list of 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 table

For example, /billing/miscBilling?printed=Y&order_id=12345*&bill_date=>=t-100 would find printed bills 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 < RowMiscBill > of type: application/xml application/json

a list of RowMiscBill records for all bills

Additional attributes:

Child elements:

Try It Out

Request

- Authentication Help
- boolean
- boolean