ActionDetailDTO
{
"taskId": "string",
"assignee": "string",
"note": "string",
"taskSteps": [
{
"id": 0,
"customerId": "string",
"status": "string",
"exceptionCode": "string",
"sysNote": "string",
"note": "string",
"customerName": "string",
"stepType": "string",
"taskId": "string",
"taskType": "string",
"stepSequence": 0,
"assigneeUserIds": [
"string"
],
"assigneeUserNames": [
"string"
],
"lastAssignedWhen": "string",
"priority": "string",
"startTime": "string",
"endTime": "string"
}
],
"createdSource": "SELF_CHECKIN",
"customerId": "string",
"customerName": "string",
"inbound": {
"customerId": "string",
"customerName": "string",
"receiptIds": [
"string"
],
"equipmentType": "VEHICLE",
"equipmentNo": "string",
"locationId": "string",
"locationName": "string"
},
"outbound": {
"customerId": "string",
"customerName": "string",
"loads": [
{
"id": "string",
"loadNumber": "string",
"carrierName": "string",
"carrierAccount": "string"
}
],
"equipmentType": "VEHICLE",
"equipmentNo": "string",
"locationId": "string",
"locationName": "string"
},
"equipmentType": "VEHICLE",
"equipmentNo": "string",
"dockId": "string",
"dockName": "string",
"rejectReason": "string",
"action": "GATE_CHECK_IN"
}
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 (opens in a new tab)] | false | none | task step detail | |
| createdSource | string | false | none | none | |
| customerId | string | false | none | customer id | |
| customerName | string | false | none | none | |
| inbound | InboundDetail (opens in a new tab) | false | none | inbound detail | |
| outbound | OutboundDetail (opens in a new tab) | 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 | YMS_CHECK_IN |
| createdSource | WMS_CHECK_IN |
| createdSource | MANUAL_CHECK_IN |
| createdSource | YARD_CHECK |
| equipmentType | VEHICLE |
| equipmentType | TRAILER |
| equipmentType | CHASSIS |
| equipmentType | CONTAINER |
| equipmentType | FLATBED |
| equipmentType | OTHER |
| equipmentType | NO_EQUIPMENT |
| action | GATE_CHECK_IN |
| action | GATE_CHECK_OUT |
| action | WINDOW_CHECK_IN |
| action | DOCK_CHECKED_IN |
| action | DOCK_CHECKED_OUT |
| action | REJECTED |
| action | WAITING |
| action | LOAD_TASK |
| action | RECEIVE_TASK |
| action | PRELOAD_TASK |
| action | PICKING_UP_PRELOAD |
| action | PICKING_UP_EMPTY |
| action | DROPPING_OFF_DELIVERY |
| action | DROPPING_OFF_EMPTY |