Actions24
Overview
This node interacts with the CigoTracker API to update an existing itinerary. It allows users to modify various fields of an itinerary such as its name, date, associated vehicle ID, and operator IDs. This operation is useful for managing and maintaining accurate and up-to-date itinerary information within a logistics or transportation workflow.
Use Case Examples
- Updating the name and date of an itinerary to reflect a schedule change.
- Assigning a different vehicle or operators to an existing itinerary for resource reallocation.
Properties
| Name | Meaning |
|---|---|
| Itinerary ID | The unique identifier of the itinerary to update, required to specify which itinerary to modify. |
| Update Fields | A collection of fields that can be updated for the itinerary, including name, date, vehicle ID, and operator IDs. |
Output
JSON
json- The updated itinerary object returned from the CigoTracker API after the update operation.
Dependencies
- Requires an API key credential for authenticating with the CigoTracker API.
Troubleshooting
- Common issues include providing an invalid or non-existent itinerary ID, which will result in an error from the API indicating the itinerary could not be found.
- Incorrectly formatted date fields may cause the API to reject the update request; ensure dates are in YYYY-MM-DD format.
- Operator IDs must be provided as a comma-separated string; improper formatting may cause errors.
Links
- CigoTracker API - Update Itinerary - Official API documentation for updating itineraries in CigoTracker.