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
| Name | Type | Required | Constraints | Chinese Name | Description |
|---|---|---|---|---|---|
| equipmentType | string | true | none | Equipment Type | |
| prioritize | boolean | false | none | Task 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) | |
| equipmentId | string | true | none | Equipment ID | |
| fromLocationId | string | false | none | Source Location ID | |
| toLocationId | string | false | none | Target Location ID | |
| assigneeId | string | false | none | Task Assignee ID | |
| plannedStartTime | string | true | none | Planned Start Time | |
| plannedEndTime | string | false | none | Planned End Time | |
| notes | string | false | none | Additional Notes | |
| releaseLocation | boolean | false | none | Whether to release the source location after task creation If true, the source location will be marked as AVAILABLE immediately | |
| forceCreate | boolean | false | none | Whether to force occupy the target location If true, the target location will be marked as OCCUPIED even if it's already occupied | |
| entryId | string | false | none | Related Entry Ticket ID |
Enum Values
| Property | Value |
|---|---|
| equipmentType | VEHICLE |
| equipmentType | TRAILER |
| equipmentType | CHASSIS |
| equipmentType | CONTAINER |
| equipmentType | FLATBED |
| equipmentType | OTHER |
| equipmentType | NO_EQUIPMENT |