API Docs
YMS API
Data Models
Shuttle Task
Shuttle Task Cancel CMD

ShuttleTaskCancelCmd

{
  "cancelReason": "string",
  "toLocation": "string"
}
 

Properties

NameTypeRequiredConstraintsChinese NameDescription
cancelReasonstringtruenoneCancel Reason
The reason why the task is being canceled
toLocationstringfalsenoneTarget Location ID
The location where equipment should be placed when canceling an IN_PROGRESS task.
This field is optional and only required when canceling tasks in IN_PROGRESS status.
For NEW status tasks, this field can be null or empty.