Entry Ticket View
EntryTicketView
Properties
Name | Type | Required | Constraints | Chinese Name | Description |
|---|---|---|---|---|---|
id | integer(int64) | false | none | Database ID | |
entryId | string | false | none | Entry ticket unique identifier | |
carrierId | string | false | none | Carrier ID | |
companyId | string | false | none | Company ID | |
driverId | string | false | none | Driver ID | |
vehicleId | string | false | none | Vehicle ID | |
checkInComboId | string | false | none | Check-in combination ID | |
checkOutComboId | string | false | none | Check-out combination ID | |
checkInStartTime | string | false | none | Check-in start time | |
checkInEndTime | string | false | none | Check-in end time | |
checkOutStartTime | string | false | none | Check-out start time | |
checkOutEndTime | string | false | none | Check-out end time | |
notes | string | false | none | Additional notes | |
entryStatus | string | false | none | Entry ticket status | |
rejectReason | string | false | none | Reason for rejection | |
forceCheckoutReason | string | false | none | Reason for forced checkout | |
tags | [string] | false | none | List of tags associated with the entry ticket | |
inYardAction | string | false | none | Action performed in yard | |
inboundAction | string | false | none | Inbound action type | |
outboundAction | string | false | none | Outbound action type | |
createdSource | string | false | none | Source of entry ticket creation | |
createdTime | string | false | none | Creation time | |
createdBy | string | false | none | Created by | |
updatedTime | string | false | none | Last update time | |
updatedBy | string | false | none | Last updated by | |
customerId | string | false | none | Master customer ID | |
dropOffLocationId | string | false | none | Drop-off location ID | |
dropOffLocationType | string | false | none | Drop-off location type | |
pickUpLocationId | string | false | none | Pick-up location ID | |
pickUpLocationType | string | false | none | Pick-up location type | |
dropOffLocationName | string | false | none | Drop-off location name | |
pickUpLocationName | string | false | none | Pick-up location name | |
carrierView | CarrierView | false | none | Carrier information | |
driverView | DriverView | false | none | Driver information | |
vehicleView | VehicleView | false | none | Vehicle information | |
inboundCustomerIds | [string] | false | none | List of inbound customer IDs | |
inboundReceiptIds | [string] | false | none | List of inbound receipt IDs | |
inboundPhotoIds | [string] | false | none | List of inbound photo IDs | |
outboundCustomerIds | [string] | false | none | List of outbound customer IDs | |
outboundPhotoIds | [string] | false | none | List of outbound photo IDs | |
outboundProofPhotoIds | [string] | false | none | List of outbound proof photo IDs | |
pickUpEquipmentIds | [string] | false | none | List of equipment IDs for pick-up | |
timeLines | [EntryTicketTimelineView] | false | none | Timeline of entry ticket events | |
outboundLoadIds | [string] | false | none | List of outbound load IDs | |
appointmentId | string | false | none | Associated appointment ID | |
taskEquipmentId | string | false | none | Task equipment ID | |
loadTaskId | string | false | none | Load task ID | |
loadTaskAssignUserName | string | false | none | Load task assignee user name | |
receiveTaskId | string | false | none | Receive task ID | |
receiveTaskAssignUserName | string | false | none | Receive task assignee user name | |
inboundCustomerNames | [string] | false | none | List of inbound customer names | |
outboundCustomerNames | [string] | false | none | List of outbound customer names | |
dropOffEquipmentId | string | false | none | Drop-off equipment ID | |
yardId | string | false | none | Yard ID | |
createShuttleTaskAfterCheckIn | boolean | false | none | Whether to create shuttle task after check-in, default is false | |
createShuttleTaskAfterCheckOut | boolean | false | none | Whether to create shuttle task after check-out, default is false | |
checkInInfo | EntryCheckInfoView | false | none | Check-in driver and vehicle information | |
checkOutInfo | EntryCheckInfoView | false | none | Check-out driver and vehicle information | |
preEquipmentInfo | PreEquipmentInfo | false | none | Pre-defined equipment information | |
pickUpEquipmentInfos | [PreEquipmentInfo] | false | none | List of equipment information for pick-up | |
dropOffEquipmentInfo | PreEquipmentInfo | false | none | Equipment information for drop-off | |
errorInfo | EntryCheckInfoErrorInfo | false | none | Error information for check-in process | |
taskAssignee | string | false | none | Task assignee | |
customerName | string | false | none | Customer name | |
tripNos | [string] | false | none | Trip numbers | |
receiptListView | [ReceiptView] | false | none | receiptListView | |
loadListView | [LoadView] | false | none | loadListView | |
preEntryId | string | false | none | preEntryId | |
driverArrivedTime | string | false | none | Driver arrived time at yard | |
colorTag | string | false | none | Color tag for entry ticket | |
inboundSealNo | string | false | none | Latest inbound seal number | |
outboundSealNo | string | false | none | Latest outbound seal number | |
currentSealNo | string | false | none | Current seal number (latest by createdTime) |
Enum Values
Property | Value |
|---|---|
entryStatus | NEW |
entryStatus | PRE_ENTRY |
entryStatus | GATECHECKEDIN |
entryStatus | WAITING |
entryStatus | NEEDWINDOWCHECK_IN |
entryStatus | WINDOWCHECKEDIN |
entryStatus | DOCKCHECKEDIN |
entryStatus | DOCKCHECKEDOUT |
entryStatus | GATECHECKOUT |
entryStatus | REJECTED |
entryStatus | DROPPINGOFFDELIVERY |
entryStatus | DROPPINGOFFEMPTY |
entryStatus | PICKINGUPPRELOAD |
entryStatus | PICKINGUPEMPTY |
entryStatus | FORCECHECKEDOUT |
inYardAction | DROPOFFRECEIVING |
inYardAction | PRE_LOAD |
inYardAction | PARKING |
inYardAction | VISITOR |
inboundAction | LIVE_DELIVERY |
inboundAction | DROPOFFDELIVERY |
inboundAction | DROPOFFEMPTY |
inboundAction | OTHER |
outboundAction | LIVE_LOAD |
outboundAction | PICKUPPRELOAD |
outboundAction | PICKUPEMPTY |
outboundAction | OTHER |
createdSource | SELF_CHECKIN |
createdSource | PRE_CHECKIN |
createdSource | PRE_SELF |
createdSource | YMSCHECKIN |
createdSource | WMSCHECKIN |
createdSource | MANUALCHECKIN |
createdSource | YARD_CHECK |
dropOffLocationType | DOCK |
dropOffLocationType | SPOT |
dropOffLocationType | STAGING |
dropOffLocationType | LOCATION |
pickUpLocationType | DOCK |
pickUpLocationType | SPOT |
pickUpLocationType | STAGING |
pickUpLocationType | LOCATION |