go back to BillingService

GET /billing/printBill

Prints a freight bill based on the given criteria and returns a PDF to the caller.

Roles that can access this endpoint are Users.

Parameters

name description type default type
billDate date of invoices to reprint query Date
billType type of invoices to print, (I)nvoice (default), (C)redit, (D)ebit, (A)ll but summary, (S)ummary, and (J)Dedicated query I String
billStatus status of invoices to print, (R)eady to bill (default), (N)ot ready to bill, (B)oth query R String
billingUser user for which to print freight bills query * String
startingRecord starting order or invoice number to print, should be omitted for all query String
endingRecord ending order or invoice number to print, should be omitted for all query String
startingCustomer starting customer number for which to print, should be omitted for all query String
endingCustomer ending customer number for which to print, should be omitted for all query String
sendToImaging when document should be sent to imaging, setting this to true will result in document being sent to imaging query boolean
markAsPrinted when set to true the bill is marked as printed query boolean

Result

Response of type: application/pdf

a response object containing a PDF version of the resulting freight invoice(s)

Try It Out

Request

- Authentication Help
- Date
- String
- String
- String
- String
- String
- String
- String
- boolean
- boolean