Changelog for June 12, 2024
Breaking changes
-
POST tasking/v1/tasksendpoint — in thecreateTaskoperation, the approach to specifying delivery locations has been refactored. The following changes have been made to thecreateTaskRequest format:-
The
deliveryLocationIDsarray parameter has been removed. -
The
deliveryLocationsarray parameter has been added, enabling you to specify each location by providingmethod,path, andsubpathproperties. See Create task.
-
-
GET /company/v1/contracts/{contractID}endpoint — in thegetContractoperation, the data returned indeliveryLocationsno longer includes theidfield, because the delivery location ID has been removed from the API. -
GET /company/v1/contractsendpoint — in thelistContractsoperation, the data returned indeliveryLocationsno longer includes theidfield, because the delivery location ID has been removed from the API.