...
Description |
As soon as a dispatch is confirmed by the DC on SEKO360SupplyStream, this method will push the tracking information to the Hub. |
...
TrackingDetails | ||
Field | Description | Data Type |
MessageGroupId | Placeholder | nvarchar(100) |
MessagePart | This is the message part of the total number of messages. | int |
MessageTotal | This is the total number of messages. | int |
IntegrationId | This is determined by SEKO360 SupplyStream and is the client unique identifier. This will be a consistent unique value per client. Example: CCIND | nvarchar(100) |
SequenceNumber | This is determined by SEKO360SupplyStream. Every push message will increment by 1 for each service selected | int |
InterfaceRecordId | This is the SEKO360 SupplyStream Globally Unique Identifier. If the GUID is not provided in the Load message, this will be automatically generated by the system. System generated example: a99645dc-5b45-4917-890c-4b02c68ac342. | varchar(100) |
SalesOrderNumber | Sales Order Number as specified in sales order service | nvarchar(50) |
SalesOrderReference | Sales Order reference as specified in sales order service | nvarchar(50) |
DispatchNumber | Client specific counter for sales orders | nvarchar(100) |
Courier | The courier the sales order was dispatched on | nvarchar(100) |
TrackingNumber | Reference code as supplied by courier service | nvarchar(50) |
TrackingUrl | The courier specific URL for tracking the dispatch | nvarchar(4000) |
...