EntryTicketCreateCmd
{
"createdSource": "SELF_CHECKIN",
"notes": "string",
"inboundAction": "LIVE_DELIVERY",
"outboundAction": "LIVE_LOAD",
"inYardAction": "DROP_OFF_RECEIVING",
"tags": [
"string"
]
}
Properties
| Name | Type | Required | Constraints | Chinese Name | Description |
|---|---|---|---|---|---|
| createdSource | string | true | none | Created source The source of entry ticket creation. Valid values: SELF_CHECKIN, PRE_CHECKIN, PRE_SELF, YMS_CHECK_IN, WMS_CHECK_IN, MANUAL_CHECK_IN, YARD_CHECK | |
| notes | string | false | none | Additional notes or comments for the entry ticket | |
| inboundAction | string | false | none | Inbound action for Live Task or Drop and Hook operations: - LIVE_DELIVERY: Driver arrives and leaves after waiting for offloading (wait for offloading) - can combine with outbound LIVE_LOAD - DROP_OFF_DELIVERY: Driver drops off loaded container and leaves (drop loaded container) - max 1 inbound - DROP_OFF_EMPTY: Driver drops off empty container and leaves (drop empty container) - max 1 inbound Note: Cannot be used with inYardAction (mutually exclusive business types) | |
| outboundAction | string | false | none | Outbound action for Live Task or Drop and Hook operations: - LIVE_LOAD: Driver arrives and leaves after waiting for loading (wait for loading) - can combine with inbound LIVE_DELIVERY - PICK_UP_PRELOAD: Driver picks up loaded container and leaves (pickup loaded container) - max 1 outbound - PICK_UP_EMPTY: Driver picks up empty container and leaves (pickup empty container) - max 1 outbound Note: Cannot be used with inYardAction (mutually exclusive business types) | |
| inYardAction | string | false | none | In-yard action for Internal Task operations (mutually exclusive with inbound/outbound actions): - DROP_OFF_RECEIVING: Drop-off receiving (drop-off receiving operation) - PRE_LOAD: Pre-loading (pre-loading operation) Note: Cannot be combined with inboundAction or outboundAction (different business type) | |
| tags | [string] | false | none | List of tags List of tags for company of the entry ticket |
Enum Values
| Property | Value |
|---|---|
| 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 |
| inYardAction | DROP_OFF_RECEIVING |
| inYardAction | PRE_LOAD |
| inYardAction | PARKING |
| inYardAction | VISITOR |