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
- application/xml
- application/json
Path Parameters
-
taskId: string
The id of task on which user action needs to be executed.
-
versionId: string
The rest api version, it's value is v1.3.
The User action details.
Response
Supported Media Types
- application/xml
- application/json
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