go back to BillingService

GET /billing/history

Retrieves a List of historical freight billing records 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 billing_history table

For example, /billing/history?is_summary_bill=Y&blnum=12345*&ship_date=>=t-100 would find bills printed on a summary bill having a BOL that starts with '12345' that shipped in the last 100 days.
context HttpServletRequest
includeUsers whether to include user detail records with each invoice query boolean
includeCustomer whether to include customer details with each invoice query boolean

Result

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

a list of RowBilling records for all historical invoices

Additional attributes:

Child Elements:

Try It Out

Request

- Authentication Help
- boolean
- boolean