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

ShuttleTaskCreateCmd

{
  "equipmentType": "VEHICLE",
  "prioritize": true,
  "equipmentId": "string",
  "fromLocationId": "string",
  "toLocationId": "string",
  "assigneeId": "string",
  "plannedStartTime": "string",
  "plannedEndTime": "string",
  "notes": "string",
  "releaseLocation": false,
  "forceCreate": false,
  "entryId": "string"
}
 

Properties

NameTypeRequiredConstraintsChinese NameDescription
equipmentTypestringtruenoneEquipment Type
prioritizebooleanfalsenoneTask Priority
Indicates whether this task should be processed with high priority
true: high priority task, will be processed first
false: normal priority task
If not specified, defaults to false (normal priority)
equipmentIdstringtruenoneEquipment ID
fromLocationIdstringfalsenoneSource Location ID
toLocationIdstringfalsenoneTarget Location ID
assigneeIdstringfalsenoneTask Assignee ID
plannedStartTimestringtruenonePlanned Start Time
plannedEndTimestringfalsenonePlanned End Time
notesstringfalsenoneAdditional Notes
releaseLocationbooleanfalsenoneWhether to release the source location after task creation
If true, the source location will be marked as AVAILABLE immediately
forceCreatebooleanfalsenoneWhether to force occupy the target location
If true, the target location will be marked as OCCUPIED even if it's already occupied
entryIdstringfalsenoneRelated Entry Ticket ID

Enum Values

PropertyValue
equipmentTypeVEHICLE
equipmentTypeTRAILER
equipmentTypeCHASSIS
equipmentTypeCONTAINER
equipmentTypeFLATBED
equipmentTypeOTHER
equipmentTypeNO_EQUIPMENT