go back to BillingService

GET /billing

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

For example, /billing?ready_to_process=Y&blnum=12345*&ship_date=>=t-100 would find bills ready to process 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 < RowBilling > of type: application/xml application/json

a list of RowBilling records

Additional attributes:

Child Elements:

Try It Out

Request

- Authentication Help
- boolean
- boolean