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

ShuttleTaskUpdateCmd

{
  "equipmentType": "VEHICLE",
  "prioritize": true,
  "equipmentId": "string",
  "fromLocationId": "string",
  "toLocationId": "string",
  "plannedStartTime": "string",
  "plannedEndTime": "string",
  "notes": "string",
  "photos": [
    "string"
  ],
  "releaseLocation": false,
  "forceCreate": false
}
 

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
Can be updated to change task priority
equipmentIdstringtruenoneEquipment ID
fromLocationIdstringfalsenoneSource Location ID
toLocationIdstringfalsenoneTarget Location ID
plannedStartTimestringtruenonePlanned Start Time
plannedEndTimestringfalsenonePlanned Start Time
notesstringfalsenoneAdditional Notes
photos[string]falsenonePhoto List
releaseLocationbooleanfalsenoneWhether to release the original target location after task update
If true, the original target location will be marked as AVAILABLE if not used by other tasks
forceCreatebooleanfalsenoneWhether to force occupy the new target location
If true, the new target location will be marked as OCCUPIED even if it's already occupied

Enum Values

PropertyValue
equipmentTypeVEHICLE
equipmentTypeTRAILER
equipmentTypeCHASSIS
equipmentTypeCONTAINER
equipmentTypeFLATBED
equipmentTypeOTHER
equipmentTypeNO_EQUIPMENT