Execute user action on Add route set task.

post

/rest/{versionId}/routeSets/tasks/{taskId}/action

Use this (POST) method to cancel the add route set task either by copying existing route set or add by uploading lrt file from device. User has to provide the task id as part of resource uri. User also needs to specify action type 'Cancel', and addMode which can be copy/upload in method body.

Request

Supported Media Types
Path Parameters
Body ()
The User action details.
Root Schema : routeSetAction
Type: object
Show Source
Back to Top

Response

Supported Media Types

400 Response

The user input is invalid.

401 Response

The session ID is invalid.

403 Response

There is no permission to access the resources.

404 Response

The object (resource URI, device, and so on) of your input request cannot be found.

500 Response

Internal server error
Back to Top