API Docs
YMS API
Data Models
General Task
General Task Query

GeneralTaskQuery

{
  "currentPage": 0,
  "pageSize": 0,
  "sortingFields": [
    {
      "field": "string",
      "orderBy": "NONE"
    }
  ],
  "taskId": "string",
  "taskType": "RECEIVE",
  "timeStatus": "NOT_STARTED",
  "loadId": "string",
  "receiptId": "string",
  "loadIds": [
    "string"
  ],
  "receiptIds": [
    "string"
  ],
  "entryIds": [
    "string"
  ],
  "entryId": "string",
  "taskStatus": "NEW",
  "taskStatuses": [
    "NEW"
  ],
  "equipmentId": "string",
  "taskIds": [
    "string"
  ],
  "assignLocationId": "string"
}
 

Properties

NameTypeRequiredConstraintsChinese NameDescription
currentPageintegerfalsenonenone
pageSizeintegerfalsenonenone
sortingFields[SortingField (opens in a new tab)]falsenonenone
taskIdstringfalsenonenone
taskTypestringfalsenonenone
timeStatusstringfalsenonenone
loadIdstringfalsenonenone
receiptIdstringfalsenonenone
loadIds[string]falsenonenone
receiptIds[string]falsenonenone
entryIds[string]falsenonenone
entryIdstringfalsenonenone
taskStatusstringfalsenonenone
taskStatuses[string]falsenonenone
equipmentIdstringfalsenonenone
taskIds[string]falsenonenone
assignLocationIdstringfalsenonenone

Enum Values

PropertyValue
taskTypeRECEIVE
taskTypeLOAD
taskTypePICK
taskTypePUT_AWAY
taskTypeOTHER
timeStatusNOT_STARTED
timeStatusRUNNING
timeStatusPAUSED
timeStatusCOMPLETED
taskStatusNEW
taskStatusIN_PROGRESS
taskStatusEXCEPTION
taskStatusNEEDS_APPROVAL
taskStatusCLOSED
taskStatusFORCE_CLOSED
taskStatusCANCELLED