EquipmentVersionRecord
{
"equipmentNo": "string",
"equipmentId": "string",
"equipmentStatus": "UNKNOWN",
"equipmentType": "VEHICLE",
"trailerSize": "OTHER",
"containerSize": "SIZE_53",
"equipmentCondition": "UNKNOWN",
"sealNumber": "string",
"locationId": "string",
"locationName": "string"
}
Properties
| Name | Type | Required | Constraints | Chinese Name | Description |
|---|---|---|---|---|---|
| equipmentNo | string | false | none | Equipment number | |
| equipmentId | string | false | none | Equipment ID | |
| equipmentStatus | string | false | none | Equipment status (EMPTY/FULL) | |
| equipmentType | string | false | none | Equipment type | |
| trailerSize | string | false | none | Trailer size (for TRAILER type) | |
| containerSize | string | false | none | Container size (for CONTAINER type) | |
| equipmentCondition | string | false | none | Equipment condition | |
| sealNumber | string | false | none | Seal number | |
| locationId | string | false | none | Location ID | |
| locationName | string | false | none | Location Name |
Enum Values
| Property | Value |
|---|---|
| equipmentStatus | UNKNOWN |
| equipmentStatus | FULL |
| equipmentStatus | EMPTY |
| equipmentStatus | FULL_AFTER_LOADED |
| equipmentStatus | EMPTY_AFTER_OFFLOAD |
| equipmentType | VEHICLE |
| equipmentType | TRAILER |
| equipmentType | CHASSIS |
| equipmentType | CONTAINER |
| equipmentType | FLATBED |
| equipmentType | OTHER |
| equipmentType | NO_EQUIPMENT |
| trailerSize | OTHER |
| trailerSize | SIZE_53 |
| trailerSize | SIZE_40 |
| trailerSize | SIZE_40H |
| trailerSize | SIZE_20 |
| trailerSize | SIZE_48 |
| trailerSize | SIZE_45 |
| containerSize | SIZE_53 |
| containerSize | SIZE_40 |
| containerSize | SIZE_40H |
| containerSize | SIZE_20 |
| equipmentCondition | UNKNOWN |
| equipmentCondition | GOOD |
| equipmentCondition | DAMAGED |