go back to BillingService

GET /billing/reprint

Reprints 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
reportType indicates whether the (O)riginal freight bill will be reprinted (default) or a (B)alance due report query O String
includeBalanceOnly when (B)alance due invoices are selected, setting this to true will result in printing only invoices with a remaining balance query boolean
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
billingUser user for which to print freight bills query * String
printBy type of record (O)rder number (default) or (I)nvoice number, for which to select the range to print query O 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
hierarchyLevel hierarchy levels for which to print, should be omitted for all query String
hierarchyCodes hierarchy codes(s) for which to print, should be omitted for all query String

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
- String
- boolean
- Date
- String
- String
- String
- String
- String
- String
- String
- String
- String