added
Introduced Load Office to Public API
2 days ago
What’s New?
We’ve added the Load Office field to the Public API. This field is now returned under the Loads endpoint, giving you visibility into which office a load belongs to.
What Changed?
Previously, the Load’s office information was not exposed in the Public API.
Now, the response includes the following new property:
"OfficeId": "string",
This value corresponds to the internal Office ID associated with the load.
Endpoints Affected:
POST /api/p/{version}/loads/search
GET /api/p/{version}/loads/{id}
Why?
This change provides transparency into load ownership by office, supporting office-level reporting and integrations that require filtering or grouping loads by their assigned office.