API Docs
YMS API
Data Models
General Task
RPage Result General Task View

RPageResultGeneralTaskView

{
  "code": 0,
  "msg": "string",
  "success": true,
  "data": {
    "list": [
      {
        "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
      }
    ],
    "totalCount": 0,
    "currentPage": 0,
    "pageSize": 0,
    "totalPage": 0
  }
}
 

Properties

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