API Docs
YMS API
Data Models
Entry Check
Entry Check Info

EntryCheckInfo

{
  "driverPhone": "string",
  "lastName": "string",
  "firstName": "string",
  "middleName": "string",
  "licenseNumber": "string",
  "licenseType": "LICENSE",
  "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",
  "locationName": "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"
      ]
    }
  ],
  "badge": "string",
  "customerId": "string",
  "wmsSuggestedLocationNames": [
    "string"
  ],
  "driverConfirmDropOffLocationId": "string",
  "driverConfirmDropOffEquipmentNo": "string",
  "driverConfirmDropOffEquipmentType": "VEHICLE",
  "driverConfirmPickUpLocationId": "string",
  "driverConfirmPickUpEquipmentNo": "string",
  "driverConfirmPickUpEquipmentType": "VEHICLE"
}
 

Properties

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

Enum Values

PropertyValue
licenseTypeLICENSE
licenseTypeBADGE
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