EquipmentStatusCreateCmd
{
"equipmentId": "string",
"equipmentNo": "string",
"equipmentType": "VEHICLE",
"carrierId": "string",
"customerId": "string",
"inYard": true,
"yardId": "string",
"locationId": "string",
"lastCheckInTime": "string",
"lastCheckOutTime": "string",
"lastEntryId": "string",
"cargoStatus": "UNKNOWN",
"sealNumber": "string",
"sealNumberPhoto": "string",
"equipmentCondition": "UNKNOWN",
"description": "string",
"equipmentPhotos": [
"string"
],
"referenceNos": [
"string"
],
"checkInEntry": "string",
"companyCode": "string",
"equipmentOperationStatus": "DROP_OFF_FULL"
}
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 | FULL_AFTER_LOADED |
| cargoStatus | EMPTY_AFTER_OFFLOAD |
| equipmentCondition | UNKNOWN |
| equipmentCondition | GOOD |
| equipmentCondition | DAMAGED |
| equipmentOperationStatus | DROP_OFF_FULL |
| equipmentOperationStatus | FULL_TO_OFFLOAD |
| equipmentOperationStatus | DROP_OFF_EMPTY |
| equipmentOperationStatus | EMPTY_TO_LOAD |
| equipmentOperationStatus | FULL_AFTER_LOADED |
| equipmentOperationStatus | EMPTY_AFTER_OFFLOADED |
| equipmentOperationStatus | LOAD_WAITING |
| equipmentOperationStatus | OFFLOAD_WAITING |
| equipmentOperationStatus | LOADING |
| equipmentOperationStatus | OFFLOADING |
| equipmentOperationStatus | UNKNOW |