API Docs
YMS API
Data Models
General Task
RGeneral Task View

RGeneralTaskView

{
  "code": 0,
  "msg": "string",
  "success": true,
  "data": {
    "id": 0,
    "taskId": "string",
    "taskType": "RECEIVE",
    "timeStatus": "NOT_STARTED",
    "startTime": "string",
    "lastPauseTime": "string",
    "endTime": "string",
    "totalRunTime": 0,
    "totalPausedTime": 0,
    "createdTime": "string",
    "updatedTime": "string",
    "createdBy": "string",
    "updatedBy": "string",
    "assignUserName": "string",
    "plannedLocationId": "string",
    "assignLocationId": "string",
    "assignLocationName": "string",
    "customerId": "string",
    "customerName": "string",
    "entryId": "string",
    "loadIds": [
      "string"
    ],
    "receiptIds": [
      "string"
    ],
    "taskStatus": "NEW",
    "assigneeUserId": "string",
    "description": "string",
    "priority": "string",
    "note": "string",
    "lastStepAssignedUserIds": [
      "string"
    ],
    "planedLastStepAssignedUserIds": [
      "string"
    ],
    "lastStepAssignedUserNames": [
      "string"
    ],
    "planedLastStepAssignedUserNames": [
      "string"
    ],
    "lastStepId": "string",
    "planedAssignAllSteps": true
  }
}
 

Properties

NameTypeRequiredConstraintsChinese NameDescription
codeinteger(int64)falsenonenone
msgstringfalsenonenone
successbooleanfalsenonenone
dataGeneralTaskView (opens in a new tab)falsenonenone