API Docs
YMS API
Data Models
Entry Check
Entry Check Info View

EntryCheckInfoView

{
  "badge": "string",
  "driverPhone": "string",
  "lastName": "string",
  "firstName": "string",
  "middleName": "string",
  "licenseNumber": "string",
  "driverName": "string",
  "driverId": "string",
  "carrierId": "string",
  "carrierName": "string",
  "usdotNumber": "string",
  "vehicleId": "string",
  "licensePlate": "string",
  "vehicleType": "BOX_TRUCK",
  "combinationType": "NO_EQUIPMENT",
  "equipmentId": "string",
  "equipmentNo": "string",
  "sealNumber": "string",
  "equipmentType": "VEHICLE",
  "locationId": "string",
  "suggestLocationId": "string",
  "suggestCount": 0,
  "driverInfo": {
    "driverPhone": "string",
    "lastName": "string",
    "firstName": "string",
    "middleName": "string",
    "licenseNumber": "string",
    "driverName": "string",
    "driverId": "string",
    "driverLicensePhotos": [
      "string"
    ],
    "driverPhotos": [
      "string"
    ],
    "badge": "string"
  },
  "checkPhotos": [
    {
      "groupName": "VEHICLE",
      "photos": [
        "string"
      ]
    }
  ],
  "locationName": "string",
  "driverConfirmDropOffLocationId": "string",
  "driverConfirmDropOffEquipmentNo": "string",
  "driverConfirmDropOffEquipmentType": "VEHICLE",
  "driverConfirmPickUpLocationId": "string",
  "driverConfirmPickUpEquipmentNo": "string",
  "driverConfirmPickUpEquipmentType": "VEHICLE"
}
 

Properties

NameTypeRequiredConstraintsChinese NameDescription
badgestringfalsenonenone
driverPhonestringfalsenonenone
lastNamestringfalsenoneDriver's last name
firstNamestringfalsenoneDriver's first name
middleNamestringfalsenoneDriver's middle name
licenseNumberstringfalsenoneLicense Number
driverNamestringfalsenoneDriver's full name
driverIdstringfalsenonenone
carrierIdstringfalsenoneCarrier ID
carrierNamestringfalsenoneCarrier Name
usdotNumberstringfalsenoneUSDOT Number
vehicleIdstringfalsenonenone
licensePlatestringfalsenoneLicense Plate
vehicleTypestringfalsenoneVehicle Type
combinationTypestringfalsenonenone
equipmentIdstringfalsenoneEquipment ID
equipmentNostringfalsenoneEquipment Number
sealNumberstringfalsenoneSeal Number
equipmentTypestringfalsenoneEquipment Type
locationIdstringfalsenonenone
suggestLocationIdstringfalsenoneSuggested locationId
suggestCountintegerfalsenoneSuggest count
driverInfoDriverInfo (opens in a new tab)falsenonenone
checkPhotos[EntryCheckPhoto (opens in a new tab)]falsenonenone
locationNamestringfalsenonenone
driverConfirmDropOffLocationIdstringfalsenonenone
driverConfirmDropOffEquipmentNostringfalsenonenone
driverConfirmDropOffEquipmentTypestringfalsenonenone
driverConfirmPickUpLocationIdstringfalsenonenone
driverConfirmPickUpEquipmentNostringfalsenonenone
driverConfirmPickUpEquipmentTypestringfalsenonenone

Enum Values

PropertyValue
vehicleTypeBOX_TRUCK
vehicleTypeCAR
vehicleTypeTRACTOR
vehicleTypeOTHER
combinationTypeNO_EQUIPMENT
combinationTypeTRAILER
combinationTypeCONTAINER_CHASSIS
combinationTypeCHASSIS_ONLY
combinationTypeFLATBED
combinationTypeOTHER
equipmentTypeVEHICLE
equipmentTypeTRAILER
equipmentTypeCHASSIS
equipmentTypeCONTAINER
equipmentTypeFLATBED
equipmentTypeOTHER
equipmentTypeNO_EQUIPMENT
driverConfirmDropOffEquipmentTypeVEHICLE
driverConfirmDropOffEquipmentTypeTRAILER
driverConfirmDropOffEquipmentTypeCHASSIS
driverConfirmDropOffEquipmentTypeCONTAINER
driverConfirmDropOffEquipmentTypeFLATBED
driverConfirmDropOffEquipmentTypeOTHER
driverConfirmDropOffEquipmentTypeNO_EQUIPMENT
driverConfirmPickUpEquipmentTypeVEHICLE
driverConfirmPickUpEquipmentTypeTRAILER
driverConfirmPickUpEquipmentTypeCHASSIS
driverConfirmPickUpEquipmentTypeCONTAINER
driverConfirmPickUpEquipmentTypeFLATBED
driverConfirmPickUpEquipmentTypeOTHER
driverConfirmPickUpEquipmentTypeNO_EQUIPMENT