EntryTicketQuery
{
"currentPage": 0,
"pageSize": 0,
"sortingFields": [
{
"field": "string",
"orderBy": "NONE"
}
],
"id": 0,
"ids": [
0
],
"entryId": "string",
"regexEntry": "string",
"entryIds": [
"string"
],
"fuzzyEntryId": "string",
"carrierId": "string",
"carrierIds": [
"string"
],
"companyId": "string",
"driverLicense": "string",
"driverId": "string",
"driverIds": [
"string"
],
"orDriverIds": [
"string"
],
"orCarrierIds": [
"string"
],
"orVehicleIds": [
"string"
],
"inboundActionType": [
"LIVE_DELIVERY"
],
"outboundActionType": [
"LIVE_LOAD"
],
"inYardActionType": [
"DROP_OFF_RECEIVING"
],
"entryTypes": [
"string"
],
"vehicleId": "string",
"vehicleIds": [
"string"
],
"entryStatus": "NEW",
"statuses": [
"NEW"
],
"excludeStatuses": "List.of(EntryTicketStatus.NEW)",
"inYardAction": "DROP_OFF_RECEIVING",
"createdSource": "SELF_CHECKIN",
"createdSources": [
"SELF_CHECKIN"
],
"dropOffLocationId": "string",
"pickUpLocationId": "string",
"inboundAction": "LIVE_DELIVERY",
"outboundAction": "LIVE_LOAD",
"inboundCustomerIds": [
"string"
],
"outboundCustomerIds": [
"string"
],
"pickUpEquipmentIds": [
"string"
],
"inboundReceiptIds": [
"string"
],
"inboundReceiptId": "string",
"outboundLoadIds": [
"string"
],
"outboundLoadId": "string",
"appointmentId": "string",
"appointmentIds": [
"string"
],
"taskEquipmentId": "string",
"taskEquipmentIds": [
"string"
],
"loadTaskId": "string",
"loadTaskIds": [
"string"
],
"receiveTaskId": "string",
"receiveTaskIds": [
"string"
],
"windowCheckInTimePeriod": [
"string"
],
"checkInStartTimePeriod": [
"string"
],
"keyword": "string",
"customerIds": [
"string"
],
"hasAppointment": true,
"checkInEndTimePeriod": [
"string"
],
"nonAppointment": true,
"relatedLoadIds": true
}
Properties
| Name | Type | Required | Constraints | Chinese Name | Description |
|---|---|---|---|---|---|
| currentPage | integer | false | none | none | |
| pageSize | integer | false | none | none | |
| sortingFields | [SortingField] | false | none | none | |
| id | integer(int64) | false | none | Entry ticket ID | |
| ids | [integer] | false | none | Entry ticket IDs | |
| entryId | string | false | none | Entry ticket ID | |
| regexEntry | string | false | none | Entry ticket ID | |
| entryIds | [string] | false | none | Entry ticket IDs | |
| fuzzyEntryId | string | false | none | none | |
| carrierId | string | false | none | Carrier ID | |
| carrierIds | [string] | false | none | Carrier ID | |
| companyId | string | false | none | Company ID | |
| driverLicense | string | false | none | none | |
| driverId | string | false | none | Driver ID | |
| driverIds | [string] | false | none | none | |
| orDriverIds | [string] | false | none | none | |
| orCarrierIds | [string] | false | none | none | |
| orVehicleIds | [string] | false | none | none | |
| inboundActionType | [string] | false | none | Entry type, replaces the original entryTypes field Uses new independent fields to handle different types of entry operations | |
| outboundActionType | [string] | false | none | none | |
| inYardActionType | [string] | false | none | none | |
| entryTypes | [string] | false | none | The original entryTypes field is retained as input, but not used directly for queries | |
| vehicleId | string | false | none | Vehicle ID | |
| vehicleIds | [string] | false | none | Vehicle IDs | |
| entryStatus | string | false | none | Entry ticket status | |
| statuses | [string] | false | none | Statuses | |
| excludeStatuses | [string] | false | none | none | |
| inYardAction | string | false | none | In yard action | |
| createdSource | string | false | none | Created source | |
| createdSources | [string] | false | none | none | |
| dropOffLocationId | string | false | none | Drop off location | |
| pickUpLocationId | string | false | none | Pick up location | |
| inboundAction | string | false | none | Inbound action | |
| outboundAction | string | false | none | Outbound action | |
| inboundCustomerIds | [string] | false | none | Inbound customer IDs | |
| outboundCustomerIds | [string] | false | none | Outbound customer IDs | |
| pickUpEquipmentIds | [string] | false | none | Pick up equipment IDs | |
| inboundReceiptIds | [string] | false | none | Inbound customer IDs | |
| inboundReceiptId | string | false | none | @QueryCondition(field = "inboundReceiptIds", operator = QueryOperator.FTS) | |
| outboundLoadIds | [string] | false | none | @QueryCondition(field = "outboundLoadIds", operator = QueryOperator.FTS_IN_ARRAY) | |
| outboundLoadId | string | false | none | @QueryCondition(field = "outboundLoadIds", operator = QueryOperator.FTS) | |
| appointmentId | string | false | none | Appointment ID | |
| appointmentIds | [string] | false | none | Appointment IDs | |
| taskEquipmentId | string | false | none | Task equipment ID | |
| taskEquipmentIds | [string] | false | none | Task equipment IDs | |
| loadTaskId | string | false | none | Load task ID | |
| loadTaskIds | [string] | false | none | Load task IDs | |
| receiveTaskId | string | false | none | Receive task ID | |
| receiveTaskIds | [string] | false | none | Receive task IDs | |
| windowCheckInTimePeriod | [string] | false | none | none | |
| checkInStartTimePeriod | [string] | false | none | none | |
| keyword | string | false | none | keyword | |
| customerIds | [string] | false | none | none | |
| hasAppointment | boolean | false | none | none | |
| checkInEndTimePeriod | [string] | false | none | none | |
| nonAppointment | boolean | false | none | none | |
| relatedLoadIds | boolean | false | none | none |
Enum Values
| Property | Value |
|---|---|
| entryStatus | NEW |
| entryStatus | PRE_ENTRY |
| entryStatus | GATE_CHECKED_IN |
| entryStatus | WAITING |
| entryStatus | NEED_WINDOW_CHECK_IN |
| entryStatus | WINDOW_CHECKED_IN |
| entryStatus | DOCK_CHECKED_IN |
| entryStatus | DOCK_CHECKED_OUT |
| entryStatus | GATE_CHECK_OUT |
| entryStatus | REJECTED |
| entryStatus | DROPPING_OFF_DELIVERY |
| entryStatus | DROPPING_OFF_EMPTY |
| entryStatus | PICKING_UP_PRELOAD |
| entryStatus | PICKING_UP_EMPTY |
| entryStatus | FORCE_CHECKED_OUT |
| inYardAction | DROP_OFF_RECEIVING |
| inYardAction | PRE_LOAD |
| inYardAction | PARKING |
| inYardAction | VISITOR |
| createdSource | SELF_CHECKIN |
| createdSource | PRE_CHECKIN |
| createdSource | PRE_SELF |
| createdSource | YMS_CHECK_IN |
| createdSource | WMS_CHECK_IN |
| createdSource | MANUAL_CHECK_IN |
| createdSource | YARD_CHECK |
| createdSource | MANUAL_GATE_CHECKIN |
| inboundAction | LIVE_DELIVERY |
| inboundAction | DROP_OFF_DELIVERY |
| inboundAction | DROP_OFF_EMPTY |
| inboundAction | OTHER |
| outboundAction | LIVE_LOAD |
| outboundAction | PICK_UP_PRELOAD |
| outboundAction | PICK_UP_EMPTY |
| outboundAction | OTHER |