improved
Update for Customer Rate Details field
3 months ago by Lidia Perov
Release Date: November 08, 2024
What’s New?
-
Update to
customerRate.amount
Field:- Change: The
customerRate.amount
field now includes the following:CustomerLineHaul
FuelSurcharge
CustomerAccessorials
- Impact: This ensures alignment with the total customer billable displayed in the UI, improving accuracy for billing and revenue reporting.
- Change: The
-
Purpose:
- Enhances the clarity and precision of customer rate charges.
Usage
- The
customerRate.amount
field now reflects the total customer rate, incorporating: Linehaul, Fuel Surcharge, Accessorials).
Example Calculation:
"CustomerRate": {
"Amount": 5168.0,
"Currency": 840
},
Endpoints Impacted
- GET
/api/p/v{version}/loads
: View Documentation - POST
/api/p/v{version}/loads/search
: View Documentation
Important Note
⚠️ If you relied on the previous customerRate.amount
value for revenue reporting, please review your integration. This change corrects the calculation to include Customer Accessorials, which were previously excluded.