LocationView
{
"locationId": "string",
"locationName": "string",
"locationType": "DOCK",
"locationStatus": "AVAILABLE",
"assignedScore": 0,
"enabled": true,
"yardActivity": "DROP_OFF_EMPTY",
"dockActivity": "LIVE_DELIVERY",
"locationActivities": [
"LIVE_DELIVERY"
],
"loadTaskType": "LIVE_LOAD",
"carrierIds": [
"string"
],
"carrierNames": [
"string"
],
"customerIds": [
"string"
],
"customerNames": [
"string"
],
"stagingLocationIds": [
"string"
],
"stagingLocationNames": [
"string"
],
"allowedTypes": [
"TRACTOR_ONLY"
],
"companyCode": "string",
"activeTimeFrom": "string",
"activeTimeTo": "string",
"notes": "string",
"locationPhoto": "string",
"currentCarrierId": "string",
"currentTaskType": "string",
"currentDriverId": "string",
"currentEntryId": "string",
"arrivalTime": "string",
"zoneTag": "string",
"groupName": "string",
"createdTime": "string",
"updatedTime": "string",
"currentDriveName": "string",
"currentCarrierName": "string",
"dynamicFieldValues": [
{
"entityId": "string",
"entityType": "RECEIPT",
"fieldCode": "string",
"value": "string",
"fieldName": "string",
"longValue": "string",
"shortValue": "string"
}
],
"displayName": "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": [
{
"locationId": "string",
"locationType": "DOCK",
"linkId": "string",
"linkName": "string",
"linkType": "DOCK",
"locationStatus": "AVAILABLE"
}
],
"sequenceNo": 0,
"deleted": true,
"windowConfigs": [
{
"id": 0,
"locationId": "string",
"windowId": 0,
"windowStartTime": "string",
"windowEndTime": "string",
"locationActivity": [
"string"
],
"carrierIds": [
"string"
],
"customerIds": [
"string"
],
"carrierNames": [
"string"
],
"customerNames": [
"string"
]
}
],
"currentWindowLocationActivities": [
"string"
],
"currentWindowCustomerIds": [
"string"
],
"currentWindowCustomerNames": [
"string"
],
"currentWindowCarrierIds": [
"string"
],
"currentWindowCarrierNames": [
"string"
]
}
Properties
| Name | Type | Required | Constraints | Chinese Name | Description |
|---|---|---|---|---|---|
| locationId | string | false | 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 | |
| enabled | boolean | false | none | Whether the location is enabled | |
| 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 | |
| carrierNames | [string] | false | none | Carrier names list | |
| customerIds | [string] | false | none | Customer IDs list | |
| customerNames | [string] | false | none | Customer names list | |
| stagingLocationIds | [string] | false | none | Staging Location IDs list Used to store IDs of staging locations associated with dock-type locations | |
| stagingLocationNames | [string] | false | none | Staging Location names list Used to store names 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 or null, 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 | |
| currentCarrierId | string | false | none | Current carrier ID | |
| currentTaskType | string | false | none | Current task type | |
| currentDriverId | string | false | none | Current driver ID | |
| currentEntryId | string | false | none | Current Entry Ticket ID | |
| arrivalTime | string | false | none | Arrival time | |
| zoneTag | string | false | none | Zone tag | |
| groupName | string | false | none | Location Group Name | |
| createdTime | string | false | none | Created time | |
| updatedTime | string | false | none | Updated time | |
| currentDriveName | string | false | none | Current driver Name | |
| currentCarrierName | string | false | none | Current carrier Name | |
| dynamicFieldValues | [DynamicFieldValueView] | false | none | Dynamic field values | |
| displayName | string | false | none | Display name (limited to 4 characters) | |
| iotResult | DockIotResult | false | none | none | |
| linkedLocations | [LinkedLocationView] | false | none | Linked locations list | |
| sequenceNo | integer | false | none | none | |
| deleted | boolean | false | none | none | |
| windowConfigs | [LocationExtendConfigView] | false | none | Window configs list | |
| currentWindowLocationActivities | [string] | false | none | Current window location activities Location activities for the current time window (if any) This is distinguished from the default locationActivities field | |
| currentWindowCustomerIds | [string] | false | none | Current window customer IDs Customer IDs for the current time window (if any) | |
| currentWindowCustomerNames | [string] | false | none | Current window customer names Customer names for the current time window (if any) | |
| currentWindowCarrierIds | [string] | false | none | Current window carrier IDs Carrier IDs for the current time window (if any) | |
| currentWindowCarrierNames | [string] | false | none | Current window carrier names Carrier names for the current time window (if any) |
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 |