EntryTicketTimelineView
{
"id": 0,
"entryId": "string",
"action": "GATE_CHECK_IN",
"actionTime": "string",
"actionDetail": {
"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"
},
"actionBy": "string",
"actionSource": "SYSTEM",
"actionRemark": "string",
"createdTime": "string",
"createdBy": "string",
"updatedTime": "string",
"updatedBy": "string"
}
Properties
| Name | Type | Required | Constraints | Chinese Name | Description |
|---|---|---|---|---|---|
| id | integer(int64) | false | none | Timeline ID | |
| entryId | string | false | none | Entry ticket ID | |
| action | string | false | none | Action | |
| actionTime | string | false | none | Action time | |
| actionDetail | ActionDetailDTO | false | none | Action detail | |
| actionBy | string | false | none | Action by | |
| actionSource | string | false | none | Action source | |
| actionRemark | string | false | none | Action remark | |
| createdTime | string | false | none | Created time | |
| createdBy | string | false | none | Created by | |
| updatedTime | string | false | none | Updated time | |
| updatedBy | string | false | none | Updated by |
Enum Values
| Property | Value |
|---|---|
| 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 |
| actionSource | SYSTEM |
| actionSource | MANUAL |
| actionSource | DEVICE |