CigoTracker icon

CigoTracker

Interact with CigoTracker API

Actions24

Overview

This node interacts with the CigoTracker API to manage itineraries and their associated jobs. Specifically, the 'Remove Job' operation allows users to remove a job from a specified itinerary by providing the itinerary ID and the job ID. This is useful in scenarios where a job needs to be unassigned or removed from a planned itinerary, such as when a job is canceled or rescheduled.

Use Case Examples

  1. Removing a job from an itinerary to update the delivery schedule.
  2. Managing itineraries by dynamically adjusting assigned jobs based on real-time changes.

Properties

Name Meaning
Itinerary ID The unique identifier of the itinerary from which a job will be removed.
Job ID The unique identifier of the job to be removed from the itinerary.

Output

JSON

  • json - The response from the CigoTracker API after removing the job from the itinerary, typically confirming the removal or providing updated itinerary details.

Dependencies

  • Requires an API key credential for authenticating with the CigoTracker API.

Troubleshooting

  • Ensure that the Itinerary ID and Job ID provided are correct and exist in the CigoTracker system to avoid 'not found' errors.
  • If the API returns an authorization error, verify that the API key credential is valid and has the necessary permissions.
  • Network or connectivity issues may cause request failures; check your internet connection and API endpoint accessibility.

Links

Discussion