Reprints a freight bill based on the given criteria and returns a PDF to the caller.
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 |
a response object containing a PDF version of the resulting freight invoice(s)