Entry Ticket Create CMD
EntryTicketCreateCmd
Properties
Name | Type | Required | Constraints | Chinese Name | Description |
|---|---|---|---|---|---|
createdSource | string | true | none | Created source<br />The source of entry ticket creation. Valid values: SELFCHECKIN, PRECHECKIN, PRESELF, YMSCHECKIN, WMSCHECKIN, MANUALCHECKIN, YARDCHECK | |
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:<br />- LIVEDELIVERY: Driver arrives and leaves after waiting for offloading (wait for offloading) - can combine with outbound LIVELOAD<br />- DROPOFFDELIVERY: Driver drops off loaded container and leaves (drop loaded container) - max 1 inbound<br />- DROPOFFEMPTY: Driver drops off empty container and leaves (drop empty container) - max 1 inbound<br />Note: Cannot be used with inYardAction (mutually exclusive business types) | |
outboundAction | string | false | none | Outbound action for Live Task or Drop and Hook operations:<br />- LIVELOAD: Driver arrives and leaves after waiting for loading (wait for loading) - can combine with inbound LIVEDELIVERY<br />- PICKUPPRELOAD: Driver picks up loaded container and leaves (pickup loaded container) - max 1 outbound<br />- PICKUPEMPTY: Driver picks up empty container and leaves (pickup empty container) - max 1 outbound<br />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):<br />- DROPOFFRECEIVING: Drop-off receiving (drop-off receiving operation)<br />- PRE_LOAD: Pre-loading (pre-loading operation)<br /><br />Note: Cannot be combined with inboundAction or outboundAction (different business type) | |
tags | [string] | false | none | List of tags<br />List of tags for company of the entry ticket |
Enum Values
Property | Value |
|---|---|
createdSource | SELF_CHECKIN |
createdSource | PRE_CHECKIN |
createdSource | PRE_SELF |
createdSource | YMSCHECKIN |
createdSource | WMSCHECKIN |
createdSource | MANUALCHECKIN |
createdSource | YARD_CHECK |
createdSource | MANUALGATECHECKIN |
inboundAction | LIVE_DELIVERY |
inboundAction | DROPOFFDELIVERY |
inboundAction | DROPOFFEMPTY |
inboundAction | OTHER |
outboundAction | LIVE_LOAD |
outboundAction | PICKUPPRELOAD |
outboundAction | PICKUPEMPTY |
outboundAction | OTHER |
inYardAction | DROPOFFRECEIVING |
inYardAction | PRE_LOAD |
inYardAction | PARKING |
inYardAction | VISITOR |