AssociateTasks

This method is used to set mapping between tasks in a task plan and objects in an external application. The external IDs are returned in the GetTaskPlan method as part of each task object. The parameters for the AssociateTasks method are:

Parameter Datatype Description
token string The token returned by the Connect method.
sourceName string The identifier of the external system.
mapping idMap[] A list of mapping objects:
  • sourceId string The ID of the object in the external system.
  • targetId string The task ID of the task.