Contents
Table of Contents | ||||
---|---|---|---|---|
|
...
Field | Type | Description | Validation | Message if Validation Fails |
---|---|---|---|---|
Source Ref | String | Unique Booking Reference from the client’s source system If the External Matching Ref (below) is NOT present, ‘Source Ref’ is the matching key for the Booking. As per the current Voyager system, if there is already a Booking in the system with this same Source Ref value that is NOT already Cancelled, this message will be treated as an Update (plus see Enrichment for the ‘Booking Change’ section below) Otherwise this API message will be treated as a NEW Booking. | Mandatory | Source Ref is missing |
External Matching Ref | String | Another unique Booking Reference from the client’s source system which they use for their external matching & external communications (if different from their source ref). This is here to support existing bookings being received from other clients. If present, ‘External Matching Ref’ is assumed to be the matching key for this Booking (to support current implementations). As per the current Voyager system, if this value is populated and if there is already a Booking in the system with this same External Matching Ref value that is NOT already Cancelled, this message will be treated as an Update (plus see Enrichment for the ‘Booking Change’ section below) Otherwise this API message will be treated as a NEW Booking. | Optional | |
Booking Reason | Enumeration
| The reason for the booking: ASN: notify SEKO of inbound goods into SEKO’s warehouse but the client will arrange transport GOODS TRANSFER: booking for SEKO to arrange transport of goods from client premises (e.g. the factory) to a SEKO warehouse. Could also be used to book transfer of goods from any type of location to any other type of location that is not in relation to a Sales Order. SALES ORDER: booking for SEKO to fulfil a client’s Sales Order by collecting goods from a location (typically SEKO’s own warehouse) and deliver to the client’s end customer’s site, and possibly to install & quality-check via our White Glove partner services | Must be one of the enumerated values1 Mandatory2 | 1Unrecognised Booking Reason 2Booking Reason is missing |
Order Type (WG-385) | String | Describes the type of sales order, maintenance, repair, installation etc | Mandatory | |
Delivery Type (WG-385) | String | Describes the delivery, eg. delivery to customer, customer picks up etc. | Optional | |
Allocate Goods From Ref | String | The Source Booking Reference of a separate ASN or GOODS TRANSFER booking, which is intended by the Client to supply the necessary Goods to fulfil this SALES ORDER booking | Optional, but must only be present if Booking Reason = SALES ORDER. | Allocate Goods From Ref is present but this is not a SALES ORDER booking |
Is Return | Boolean | If TRUE, the goods need to be moved because they are being returned by the end customer | Optional, but must only be present if Booking Reason = GOODS TRANSFER | Is Return is present but this is not a GOODS TRANSFER booking |
Incoterms | Enumeration
| The client may wish to inform us of the required Incoterms (i.e. the split of costs between Consignor and Consignee for the movement of goods) | Optional Must be one of the enumerated values | Unrecognised Incoterms |
Incoterms Location | String | The client may wish to inform us of the relevant location for which the Incoterms are assumed to apply e.g. the name of the origin or destination port | Optional | |
Source Creation Time | Date-Time | The timestamp at which the booking had been created in the client’s source system | Optional |
...
Description | Validation | Message if Validation Fails |
---|---|---|
Lists the mode of transport of the goods and container mode and provides extra information about how the goods will be (or should be) transported | This entire section is optional |
|
Field | Type | Description | Validation | Message if Validation Fails |
---|---|---|---|---|
Transit Mode | Enumeration
| Mode of Transport | Mandatory if this section is present1 Must be one of the enumerated values2 | 1Transit Mode is missing 2Unrecognised Transit Mode |
Container Mode | Enumeration
| The possible container operational models that may apply based on the selected Transit Mode above, as follows: ROAD: FTL, LTL SEA: FCL, LCL, BCN AIR: LSE, ULD PARCEL: LSE RAIL: FCL, LSE | Optional, but if present, must only take the following values dependent on the selected Transit Mode: ROAD: FTL, LTL SEA: FCL, LCL, BCN AIR: LSE, ULD PARCEL: LSE RAIL: FCL, LSE | Container Mode is specified but is not applicable to the Transit Mode |
Additional Info | String | Additional information about the method of goods transit, if required | Optional |
...