Location Update CMD
LocationUpdateCmd
Properties
Name | Type | Required | Constraints | Chinese Name | Description |
|---|---|---|---|---|---|
locationId | string | true | none | Location ID | |
locationName | string | false | none | Location name | |
locationType | string | false | none | Location type (DOCK/SPOT/STAGING) | |
locationStatus | string | false | none | Location status (AVAILABLE/OCCUPIED/ASSIGNED) | |
assignedScore | integer | false | none | Assigned score, 0-100 | |
yardActivity | string | false | none | none | |
dockActivity | string | false | none | none | |
locationActivities | [string] | false | none | Location activities list: LIVEDELIVERY/LIVELOAD/PRELOAD/SHARED/DROPOFFDELIVERY/DROPOFFEMPTY/PICKUPPRELOAD/PICKUPEMPTY/PARKING/DROPOFF_FULL | |
loadTaskType | string | false | none | Load task type: LIVELOAD/PRELOAD/ALL | |
carrierIds | [string] | false | none | Carrier IDs list | |
customerIds | [string] | false | none | Customer IDs list | |
stagingLocationIds | [string] | false | none | Staging Location IDs list<br />Used to store IDs of staging locations associated with dock-type locations | |
allowedTypes | [string] | false | none | Allowed equipment types list<br />List of allowed equipment types, used for type filtering during location suggestions<br />If empty, no equipment type restrictions apply | |
companyCode | string | false | none | Company code: UT,UF,CUBEWORK | |
activeTimeFrom | string | false | none | Active time from | |
activeTimeTo | string | false | none | Active time to | |
notes | string | false | none | Notes | |
locationPhoto | string | false | none | Location photo | |
zoneTag | string | false | none | Zone tag | |
groupName | string | false | none | Group name | |
currentCarrierId | string | false | none | Current Carrier Id | |
currentTaskType | string | false | none | none | |
currentDriverId | string | false | none | Current Driver Id | |
currentEntryId | string | false | none | Current Entry Ticket ID | |
arrivalTime | string | false | none | Arrival time | |
displayName | string | false | none | Display name (limited to 4 characters) | |
dynamicFieldValues | [DynamicFieldValueCreateCmd] | false | none | Dynamic field values | |
iotResult | DockIotResult | false | none | none | |
linkedLocations | [LinkedLocationCreateCmd] | false | none | Linked locations list | |
deleted | boolean | false | none | deleted | |
sequenceNo | integer | false | none | none | |
windowConfigs | [LocationExtendConfigCmd] | false | none | Window configs list<br />null means do not modify window configs<br />empty list means clear all window configs |
Enum Values
Property | Value |
|---|---|
locationType | DOCK |
locationType | SPOT |
locationType | STAGING |
locationType | LOCATION |
locationStatus | AVAILABLE |
locationStatus | OCCUPIED |
locationStatus | DELETED |
locationStatus | ASSIGNED |
yardActivity | DROPOFFEMPTY |
yardActivity | DROPOFFDELIVERY |
yardActivity | PICKUPPRELOAD |
yardActivity | PICKUPEMPTY |
yardActivity | PARKING |
yardActivity | SHARED |
dockActivity | LIVE_DELIVERY |
dockActivity | LIVE_LOAD |
dockActivity | PRE_LOAD |
dockActivity | SHARED |
dockActivity | DROPOFFDELIVERY |
loadTaskType | LIVE_LOAD |
loadTaskType | PRE_LOAD |
loadTaskType | ALL |