EquipmentStatusQuery
{
"currentPage": 0,
"pageSize": 0,
"sortingFields": [
{
"field": "string",
"orderBy": "NONE"
}
],
"equipmentId": "string",
"equipmentNo": "string",
"equipmentNos": [
"string"
],
"equipmentIds": [
"string"
],
"equipmentType": "VEHICLE",
"excludeEquipmentType": "VEHICLE",
"excludeEquipmentTypes": [
"VEHICLE"
],
"containEquipmentTypes": [
"string"
],
"carrierId": "string",
"carrierIds": [
"string"
],
"customerId": "string",
"customerIds": [
"string"
],
"checkInEntry": "string",
"inYard": true,
"yardId": "string",
"locationId": "string",
"locationIdNotNull": true,
"lastEntryId": "string",
"sealNumber": "string",
"keyword": "string",
"locationIds": [
"string"
],
"lastEntryIds": [
"string"
],
"cargoStatus": "UNKNOWN",
"cargoStatuses": [
"UNKNOWN"
],
"excludeEquipmentIds": [
"string"
],
"fillEquipmentActivity": false,
"referenceNos": [
"string"
],
"referenceNo": "string",
"equipmentOperationStatuses": [
"DROP_OFF_FULL"
],
"companyCode": "string",
"companyCodes": [
"string"
],
"excludeLastEntryIds": [
"string"
],
"taskNotInProgress": true
}
Properties
| Name | Type | Required | Constraints | Chinese Name | Description |
|---|---|---|---|---|---|
| currentPage | integer | false | none | none | |
| pageSize | integer | false | none | none | |
| sortingFields | [SortingField (opens in a new tab)] | false | none | none | |
| equipmentId | string | false | none | Equipment ID | |
| equipmentNo | string | false | none | Equipment number | |
| equipmentNos | [string] | false | none | Equipment Nos | |
| equipmentIds | [string] | false | none | Equipment IDs | |
| equipmentType | string | false | none | Equipment type | |
| excludeEquipmentType | string | false | none | none | |
| excludeEquipmentTypes | [string] | false | none | none | |
| containEquipmentTypes | [string] | false | none | none | |
| carrierId | string | false | none | Carrier ID | |
| carrierIds | [string] | false | none | Carrier IDs | |
| customerId | string | false | none | Customer ID | |
| customerIds | [string] | false | none | Customer IDs | |
| checkInEntry | string | false | none | Check-in entry identifier | |
| inYard | boolean | false | none | Is in yard | |
| yardId | string | false | none | Yard ID | |
| locationId | string | false | none | Location ID | |
| locationIdNotNull | boolean | false | none | Location ID not null filter | |
| lastEntryId | string | false | none | Last Entry ID | |
| sealNumber | string | false | none | none | |
| keyword | string | false | none | none | |
| locationIds | [string] | false | none | Location ID | |
| lastEntryIds | [string] | false | none | Last Entry IDs | |
| cargoStatus | string | false | none | none | |
| cargoStatuses | [string] | false | none | none | |
| excludeEquipmentIds | [string] | false | none | none | |
| fillEquipmentActivity | boolean | false | none | none | |
| referenceNos | [string] | false | none | none | |
| referenceNo | string | false | none | none | |
| equipmentOperationStatuses | [string] | false | none | Equipment operation statuses | |
| companyCode | string | false | none | Equipment ID | |
| companyCodes | [string] | false | none | none | |
| excludeLastEntryIds | [string] | false | none | none | |
| taskNotInProgress | boolean | false | none | none |
Enum Values
| Property | Value |
|---|---|
| equipmentType | VEHICLE |
| equipmentType | TRAILER |
| equipmentType | CHASSIS |
| equipmentType | CONTAINER |
| equipmentType | FLATBED |
| equipmentType | OTHER |
| equipmentType | NO_EQUIPMENT |
| excludeEquipmentType | VEHICLE |
| excludeEquipmentType | TRAILER |
| excludeEquipmentType | CHASSIS |
| excludeEquipmentType | CONTAINER |
| excludeEquipmentType | FLATBED |
| excludeEquipmentType | OTHER |
| excludeEquipmentType | NO_EQUIPMENT |
| cargoStatus | UNKNOWN |
| cargoStatus | FULL |
| cargoStatus | EMPTY |
| cargoStatus | FULL_AFTER_LOADED |
| cargoStatus | EMPTY_AFTER_OFFLOAD |