Equipment Status Create CMD
EquipmentStatusCreateCmd
Properties
Name | Type | Required | Constraints | Chinese Name | Description |
|---|---|---|---|---|---|
equipmentId | string | true | none | Equipment ID | |
equipmentNo | string | false | none | Equipment number | |
equipmentType | string | true | none | Equipment type | |
carrierId | string | false | none | Carrier ID | |
customerId | string | false | none | Customer ID | |
inYard | boolean | true | none | Is in yard | |
yardId | string | true | none | Yard ID | |
locationId | string | false | none | Location ID | |
lastCheckInTime | string | false | none | Last check in time | |
lastCheckOutTime | string | false | none | Last check out time | |
lastEntryId | string | false | none | Last entry ID | |
cargoStatus | string | false | none | Cargo status | |
sealNumber | string | false | none | Seal number | |
sealNumberPhoto | string | false | none | Seal number photo | |
equipmentCondition | string | false | none | Equipment condition | |
description | string | false | none | Description | |
equipmentPhotos | [string] | false | none | none | |
referenceNos | [string] | false | none | none | |
checkInEntry | string | false | none | Check-in entry identifier | |
companyCode | string | false | none | Company name | |
equipmentOperationStatus | string | false | none | none |
Enum Values
Property | Value |
|---|---|
equipmentType | VEHICLE |
equipmentType | TRAILER |
equipmentType | CHASSIS |
equipmentType | CONTAINER |
equipmentType | FLATBED |
equipmentType | OTHER |
equipmentType | NO_EQUIPMENT |
cargoStatus | UNKNOWN |
cargoStatus | FULL |
cargoStatus | EMPTY |
cargoStatus | FULLAFTERLOADED |
cargoStatus | EMPTYAFTEROFFLOAD |
equipmentCondition | UNKNOWN |
equipmentCondition | GOOD |
equipmentCondition | DAMAGED |
equipmentOperationStatus | DROPOFFFULL |
equipmentOperationStatus | FULLTOOFFLOAD |
equipmentOperationStatus | DROPOFFEMPTY |
equipmentOperationStatus | EMPTYTOLOAD |
equipmentOperationStatus | FULLAFTERLOADED |
equipmentOperationStatus | EMPTYAFTEROFFLOADED |
equipmentOperationStatus | LOAD_WAITING |
equipmentOperationStatus | OFFLOAD_WAITING |
equipmentOperationStatus | LOADING |
equipmentOperationStatus | OFFLOADING |
|equipmentOperationStatus|UNKNOW