LocationUpdateCmd
{
"locationId": "string",
"locationName": "string",
"locationType": "DOCK",
"locationStatus": "AVAILABLE",
"assignedScore": 0,
"yardActivity": "DROP_OFF_EMPTY",
"dockActivity": "LIVE_DELIVERY",
"locationActivities": [
"LIVE_DELIVERY"
],
"loadTaskType": "LIVE_LOAD",
"carrierIds": [
"string"
],
"customerIds": [
"string"
],
"stagingLocationIds": [
"string"
],
"allowedTypes": [
"TRACTOR_ONLY"
],
"companyCode": "string",
"activeTimeFrom": "string",
"activeTimeTo": "string",
"notes": "string",
"locationPhoto": "string",
"zoneTag": "string",
"groupName": "string",
"currentCarrierId": "string",
"currentTaskType": "string",
"currentDriverId": "string",
"currentEntryId": "string",
"arrivalTime": "string",
"displayName": "stri",
"dynamicFieldValues": [
{
"entityId": "string",
"entityType": "RECEIPT",
"fieldCode": "string",
"shortValue": "string",
"longValue": "string",
"value": "string"
}
],
"iotResult": {
"spo_id": "string",
"s3_image_url": "string",
"recognize_result": "string",
"recognize_item": {
"src_x": 0,
"src_y": 0,
"dst_x": 0,
"dst_y": 0,
"class_id": 0,
"class_name": "string",
"score": 0
},
"imageUrl": "string",
"area": "string",
"dockEvent": {
"id": "string",
"name": "string",
"type": "string",
"status": "string",
"dockStatus": "string",
"spaceStatus": "string",
"entryId": "string",
"category": "string",
"equipmentNo": [
"string"
],
"createdWhen": "string",
"updatedWhen": "string"
}
},
"linkedLocations": [
{
"linkId": "string",
"linkType": "DOCK"
}
],
"deleted": true,
"sequenceNo": 0,
"windowConfigs": [
{
"windowId": 0,
"locationActivity": [
"string"
],
"carrierIds": [
"string"
],
"customerIds": [
"string"
]
}
]
}
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: LIVE_DELIVERY/LIVE_LOAD/PRE_LOAD/SHARED/DROP_OFF_DELIVERY/DROP_OFF_EMPTY/PICK_UP_PRELOAD/PICK_UP_EMPTY/PARKING/DROP_OFF_FULL | |
| loadTaskType | string | false | none | Load task type: LIVE_LOAD/PRE_LOAD/ALL | |
| carrierIds | [string] | false | none | Carrier IDs list | |
| customerIds | [string] | false | none | Customer IDs list | |
| stagingLocationIds | [string] | false | none | Staging Location IDs list Used to store IDs of staging locations associated with dock-type locations | |
| allowedTypes | [string] | false | none | Allowed equipment types list List of allowed equipment types, used for type filtering during location suggestions 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 null means do not modify window configs 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 | 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 |
| loadTaskType | LIVE_LOAD |
| loadTaskType | PRE_LOAD |
| loadTaskType | ALL |