This service provides operations that enable access to bills, billing history, miscellaneous billing, reprints and open items.
name | description |
---|---|
GET /billing | Retrieves a list of unposted billing records matching the given request parameters. |
GET /billing/cashReceipts | Retrieves a List of open items matching the given request parameters, posted through cash receipts. |
GET /billing/history | Retrieves a List of historical freight billing records matching the given request parameters. |
GET /billing/history/{id} | Retrieves details for the requested historical freight billing record. |
GET /billing/miscBilling | Retrieves a list of miscellaneous bills matching the given request parameters. |
GET /billing/miscBilling/history | Retrieves a list of historical miscellaneous bills matching the given request parameters. |
GET /billing/miscBilling/history/{id} | Retrieves details for the requested miscellaneous bill history. |
GET /billing/miscBilling/{id} | Retrieves details for the requested miscellaneous bill. |
GET /billing/reprint | Reprints a freight bill based on the given criteria and returns a PDF to the caller. |
GET /billing/{id} | Retrieves the billing record identified by the given ID. |
PUT /billing/cashReceipts/create | Creates a cash receipts batch. The batch header, receipt header and detail rows must all be included. Detail totals must match the check total. All check totals must match the header total. |
PUT /billing/miscBilling/create | Creates a miscellaneous bill. At least one detail records must be included. |
PUT /billing/update | Updates a RowBilling record for the given data. |