API Docs
YMS API
Data Models
Detail
Action Detail DTO

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

NameTypeRequiredConstraintsChinese NameDescription
taskIdstringfalsenonegeneral field
assigneestringfalsenonenone
notestringfalsenonenone
taskSteps[TaskStepDto (opens in a new tab)]falsenonetask step detail
createdSourcestringfalsenonenone
customerIdstringfalsenonecustomer id
customerNamestringfalsenonenone
inboundInboundDetail (opens in a new tab)falsenoneinbound detail
outboundOutboundDetail (opens in a new tab)falsenoneoutbound detail
equipmentTypestringfalsenonenone
equipmentNostringfalsenonenone
dockIdstringfalsenonedock id
dockNamestringfalsenonenone
rejectReasonstringfalsenonereject reason
actionstringfalsenoneaction type

Enum Values

PropertyValue
createdSourceSELF_CHECKIN
createdSourcePRE_CHECKIN
createdSourcePRE_SELF
createdSourceYMS_CHECK_IN
createdSourceWMS_CHECK_IN
createdSourceMANUAL_CHECK_IN
createdSourceYARD_CHECK
equipmentTypeVEHICLE
equipmentTypeTRAILER
equipmentTypeCHASSIS
equipmentTypeCONTAINER
equipmentTypeFLATBED
equipmentTypeOTHER
equipmentTypeNO_EQUIPMENT
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