Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Description

As soon as a dispatch is confirmed by the DC on SupplyStream, this method will push the tracking information to the Hub.

System behaviours

  • The information returned in this service is also returned in the Push Dispatch Confirmation service.

Available formats

Field level details

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 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 SupplyStream. Every push message will increment by 1 for each service selected

int

InterfaceRecordId

This is the 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)

  • No labels