cancelled): The trip will be cancelled and future cancellation status' received from Octopus integration are ignored.atRisk, and other values are silently ignored. When set, the value is overridden by any other transition triggered.curl --location --request PUT 'https://fmsapi.deltax.la/clients/trip/0017228764' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"driverLicense": "DF001100131",
"truckPlate": "83AH5N",
"truckEconomicNumber": "TRUCK001",
"trailerPlate": "TRAIL001",
"originArrivalDate": "2024-01-15T10:30:00.000Z",
"originEntryDate": "2024-01-15T10:35:00.000Z",
"originLeftDate": "2024-01-15T11:00:00.000Z"
}'{
"message": "Trip updated successfully",
"data": {
"tripId": "0017228764",
"clientTripUpdate": {
"_id": "507f1f77bcf86cd799439014",
"status": "pending",
"clientId": "507f1f77bcf86cd799439011",
"clientCode": "CLIENT001",
"tripId": "0017228764",
"tripUpdateData": {
"driverLicense": "DF001100131",
"truckPlate": "83AH5N",
"originArrivalDate": "2024-01-15T10:30:00.000Z"
},
"loadingOrderId": "507f1f77bcf86cd799439012",
"created": "2024-01-15T10:30:00.000Z"
}
}
}