ShuttleTaskUpdateCmd
{
"equipmentType": "VEHICLE",
"prioritize": true,
"equipmentId": "string",
"fromLocationId": "string",
"toLocationId": "string",
"plannedStartTime": "string",
"plannedEndTime": "string",
"notes": "string",
"photos": [
"string"
],
"releaseLocation": false,
"forceCreate": false
}
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 Can be updated to change task priority | |
| equipmentId | string | true | none | Equipment ID | |
| fromLocationId | string | false | none | Source Location ID | |
| toLocationId | string | false | none | Target Location ID | |
| plannedStartTime | string | true | none | Planned Start Time | |
| plannedEndTime | string | false | none | Planned Start Time | |
| notes | string | false | none | Additional Notes | |
| photos | [string] | false | none | Photo List | |
| releaseLocation | boolean | false | none | Whether 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 | |
| forceCreate | boolean | false | none | Whether 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
| Property | Value |
|---|---|
| equipmentType | VEHICLE |
| equipmentType | TRAILER |
| equipmentType | CHASSIS |
| equipmentType | CONTAINER |
| equipmentType | FLATBED |
| equipmentType | OTHER |
| equipmentType | NO_EQUIPMENT |