LocationQuery
{
"currentPage": 0,
"pageSize": 0,
"sortingFields": [
{
"field": "string",
"orderBy": "NONE"
}
],
"id": 0,
"ids": [
0
],
"excludeLocationIds": [
"string"
],
"locationId": "string",
"locationIds": [
"string"
],
"locationName": "string",
"groupName": "string",
"locationType": "DOCK",
"locationTypes": [
"DOCK"
],
"locationStatus": "AVAILABLE",
"locationStatuses": [
"AVAILABLE"
],
"enabled": true,
"yardActivity": "DROP_OFF_EMPTY",
"dockActivity": "LIVE_DELIVERY",
"customerIds": [
"string"
],
"customerId": "string",
"carrierIds": [
"string"
],
"carrierId": "string",
"stagingLocationIds": [
"string"
],
"stagingLocationId": "string",
"allowedTypes": [
"TRACTOR_ONLY"
],
"allowedType": "TRACTOR_ONLY",
"notEqStatus": "AVAILABLE",
"deleted": true,
"currentEntryId": "string",
"sequenceNo": 0,
"companyCode": "string"
}
Properties
| Name | Type | Required | Constraints | Chinese Name | Description |
|---|---|---|---|---|---|
| currentPage | integer | false | none | none | |
| pageSize | integer | false | none | none | |
| sortingFields | [SortingField] | false | none | none | |
| id | integer(int64) | false | none | Location ID | |
| ids | [integer] | false | none | Location IDs | |
| excludeLocationIds | [string] | false | none | none | |
| locationId | string | false | none | Location ID | |
| locationIds | [string] | false | none | Location IDs | |
| locationName | string | false | none | Location name | |
| groupName | string | false | none | none | |
| locationType | string | false | none | Location type | |
| locationTypes | [string] | false | none | Location types | |
| locationStatus | string | false | none | Location status | |
| locationStatuses | [string] | false | none | Location statuses | |
| enabled | boolean | false | none | Whether the location is enabled | |
| yardActivity | string | false | none | Yard Activity | |
| dockActivity | string | false | none | Dock Activity | |
| customerIds | [string] | false | none | Customer ID | |
| customerId | string | false | none | Customer ID | |
| carrierIds | [string] | false | none | Carrier ID | |
| carrierId | string | false | none | Carrier ID | |
| stagingLocationIds | [string] | false | none | none | |
| stagingLocationId | string | false | none | none | |
| allowedTypes | [string] | false | none | Allowed equipment types Allowed equipment type filter, query locations containing the specified equipment type | |
| allowedType | string | false | none | Single allowed equipment type Single allowed equipment type filter | |
| notEqStatus | string | false | none | Not equal to a specific location status | |
| deleted | boolean | false | none | deleted | |
| currentEntryId | string | false | none | deleted | |
| sequenceNo | integer | false | none | Sequence No. | |
| companyCode | string | false | none | Company code: UT,UF,CUBEWORK |
Enum Values
| Property | Value |
|---|---|
| locationType | DOCK |
| locationType | SPOT |
| locationType | STAGING |
| locationType | LOCATION |
| locationStatus | AVAILABLE |
| locationStatus | OCCUPIED |
| locationStatus | DELETED |
| locationStatus | ASSIGNED |
| yardActivity | DROP_OFF_EMPTY |
| yardActivity | DROP_OFF_DELIVERY |
| yardActivity | PICK_UP_PRELOAD |
| yardActivity | PICK_UP_EMPTY |
| yardActivity | PARKING |
| yardActivity | SHARED |
| dockActivity | LIVE_DELIVERY |
| dockActivity | LIVE_LOAD |
| dockActivity | PRE_LOAD |
| dockActivity | SHARED |
| dockActivity | DROP_OFF_DELIVERY |
| allowedType | TRACTOR_ONLY |
| allowedType | BOX_TRUCK |
| allowedType | CAR |
| allowedType | TRACTOR_COMBO |
| allowedType | OTHER |
| notEqStatus | AVAILABLE |
| notEqStatus | OCCUPIED |
| notEqStatus | DELETED |
| notEqStatus | ASSIGNED |