Action Detail DTO
ActionDetailDTO
Properties
Name | Type | Required | Constraints | Chinese Name | Description |
|---|---|---|---|---|---|
taskId | string | false | none | general field | |
assignee | string | false | none | none | |
note | string | false | none | none | |
taskSteps | [TaskStepDto] | false | none | task step detail | |
createdSource | string | false | none | none | |
customerId | string | false | none | customer id | |
customerName | string | false | none | none | |
inbound | InboundDetail | false | none | inbound detail | |
outbound | OutboundDetail | false | none | outbound detail | |
equipmentType | string | false | none | none | |
equipmentNo | string | false | none | none | |
dockId | string | false | none | dock id | |
dockName | string | false | none | none | |
rejectReason | string | false | none | reject reason | |
action | string | false | none | action type |
Enum Values
Property | Value |
|---|---|
createdSource | SELF_CHECKIN |
createdSource | PRE_CHECKIN |
createdSource | PRE_SELF |
createdSource | YMSCHECKIN |
createdSource | WMSCHECKIN |
createdSource | MANUALCHECKIN |
createdSource | YARD_CHECK |
equipmentType | VEHICLE |
equipmentType | TRAILER |
equipmentType | CHASSIS |
equipmentType | CONTAINER |
equipmentType | FLATBED |
equipmentType | OTHER |
equipmentType | NO_EQUIPMENT |
action | GATECHECKIN |
action | GATECHECKOUT |
action | WINDOWCHECKIN |
action | DOCKCHECKEDIN |
action | DOCKCHECKEDOUT |
action | REJECTED |
action | WAITING |
action | LOAD_TASK |
action | RECEIVE_TASK |
action | PRELOAD_TASK |
action | PICKINGUPPRELOAD |
action | PICKINGUPEMPTY |
action | DROPPINGOFFDELIVERY |
action | DROPPINGOFFEMPTY |