API Docs
YMS API
Data Models
Entry Ticket
Entry Ticket Timeline View

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

NameTypeRequiredConstraintsChinese NameDescription
idinteger(int64)falsenoneTimeline ID
entryIdstringfalsenoneEntry ticket ID
actionstringfalsenoneAction
actionTimestringfalsenoneAction time
actionDetailActionDetailDTOfalsenoneAction detail
actionBystringfalsenoneAction by
actionSourcestringfalsenoneAction source
actionRemarkstringfalsenoneAction remark
createdTimestringfalsenoneCreated time
createdBystringfalsenoneCreated by
updatedTimestringfalsenoneUpdated time
updatedBystringfalsenoneUpdated by

Enum Values

PropertyValue
actionGATE_CHECK_IN
actionGATE_CHECK_OUT
actionWINDOW_CHECK_IN
actionDOCK_CHECKED_IN
actionDOCK_CHECKED_OUT
actionREJECTED
actionWAITING
actionLOAD_TASK
actionRECEIVE_TASK
actionPRELOAD_TASK
actionPICKING_UP_PRELOAD
actionPICKING_UP_EMPTY
actionDROPPING_OFF_DELIVERY
actionDROPPING_OFF_EMPTY
actionSourceSYSTEM
actionSourceMANUAL
actionSourceDEVICE