ShuttleTaskView
{
"taskId": "string",
"taskStatus": "NEW",
"prioritize": true,
"equipmentType": "VEHICLE",
"equipmentId": "string",
"fromLocationId": "string",
"toLocationId": "string",
"assigneeId": "string",
"createdTime": "string",
"updatedTime": "string",
"plannedStartTime": "string",
"plannedEndTime": "string",
"taskStartTime": "string",
"taskEndTime": "string",
"shuttleStartTime": "string",
"shuttleEndTime": "string",
"shuttleBy": "string",
"notes": "string",
"photos": [
"string"
],
"exceptionType": "EQUIPMENT_NOT_FOUND",
"exceptionReason": "string",
"cancelReason": "string",
"equipmentBeforeUpdate": {
"equipmentNo": "string",
"equipmentId": "string",
"equipmentStatus": "UNKNOWN",
"equipmentType": "VEHICLE",
"trailerSize": "OTHER",
"containerSize": "SIZE_53",
"equipmentCondition": "UNKNOWN",
"sealNumber": "string",
"locationId": "string",
"locationName": "string"
},
"equipmentAfterUpdate": {
"equipmentNo": "string",
"equipmentId": "string",
"equipmentStatus": "UNKNOWN",
"equipmentType": "VEHICLE",
"trailerSize": "OTHER",
"containerSize": "SIZE_53",
"equipmentCondition": "UNKNOWN",
"sealNumber": "string",
"locationId": "string",
"locationName": "string"
},
"fromLocationName": "string",
"fromLocationGroupName": "string",
"toLocationName": "string",
"toLocationGroupName": "string",
"equipmentNo": "string",
"assigneeUserName": "string",
"shuttleByName": "string",
"equipmentCondition": "UNKNOWN",
"isPinned": false,
"pinnedTime": "string"
}
Properties
| Name | Type | Required | Constraints | Chinese Name | Description |
|---|---|---|---|---|---|
| taskId | string | false | none | Task ID | |
| taskStatus | string | false | none | Task Status | |
| prioritize | boolean | false | none | Task Priority Indicates whether this task has high priority true: high priority task, processed first false: normal priority task | |
| equipmentType | string | false | none | Equipment Type | |
| equipmentId | string | false | none | Equipment ID | |
| fromLocationId | string | false | none | Source Location ID | |
| toLocationId | string | false | none | Target Location ID | |
| assigneeId | string | false | none | Task Assignee ID | |
| createdTime | string | false | none | Create Time | |
| updatedTime | string | false | none | Update Time | |
| plannedStartTime | string | false | none | Planned Start Time | |
| plannedEndTime | string | false | none | Planned End Time | |
| taskStartTime | string | false | none | Actual Task Start Time | |
| taskEndTime | string | false | none | Actual Task End Time | |
| shuttleStartTime | string | false | none | Shuttle Start Time | |
| shuttleEndTime | string | false | none | Shuttle End Time | |
| shuttleBy | string | false | none | Shuttle Operator | |
| notes | string | false | none | Additional Notes | |
| photos | [string] | false | none | Photo List | |
| exceptionType | string | false | none | Exception Type | |
| exceptionReason | string | false | none | Exception Reason | |
| cancelReason | string | false | none | Cancel Reason The reason why the task was canceled when task status is CANCELED | |
| equipmentBeforeUpdate | EquipmentVersionRecord (opens in a new tab) | false | none | Equipment information before update | |
| equipmentAfterUpdate | EquipmentVersionRecord (opens in a new tab) | false | none | Equipment information after update | |
| fromLocationName | string | false | none | Source Location Name | |
| fromLocationGroupName | string | false | none | Source Location Group Name | |
| toLocationName | string | false | none | Target Location Name | |
| toLocationGroupName | string | false | none | Target Location Group Name | |
| equipmentNo | string | false | none | Equipment Number | |
| assigneeUserName | string | false | none | none | |
| shuttleByName | string | false | none | none | |
| equipmentCondition | string | false | none | none | |
| isPinned | boolean | false | none | Is pinned Whether the user has pinned this shuttle task, defaults to false | |
| pinnedTime | string | false | none | Pinned Time The time when the shuttle task was pinned, used for sorting pinned tasks |
Enum Values
| Property | Value |
|---|---|
| taskStatus | NEW |
| taskStatus | IN_PROGRESS |
| taskStatus | CLOSED |
| taskStatus | FORCE_CLOSED |
| taskStatus | CANCELED |
| equipmentType | VEHICLE |
| equipmentType | TRAILER |
| equipmentType | CHASSIS |
| equipmentType | CONTAINER |
| equipmentType | FLATBED |
| equipmentType | OTHER |
| equipmentType | NO_EQUIPMENT |
| exceptionType | EQUIPMENT_NOT_FOUND |
| exceptionType | LOCATION_OCCUPIED |
| exceptionType | TO_LOCATION_MODIFY |
| exceptionType | FORCE_CLOSE |
| exceptionType | UPDATE_EQUIPMENT_INFORMATION |
| equipmentCondition | UNKNOWN |
| equipmentCondition | GOOD |
| equipmentCondition | DAMAGED |