Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Here is an example with the tracking number: https://mysekoapi.sekologistics.io/tracking-service/track/NR1865881

Try to find the Shipment Data

exec sp_executesql N'SELECT TOP 1 * FROM dbo.OrdOrder WHERE Number = @trackingNumber',N'@trackingNumber nvarchar(8)',@trackingNumber=N'21720895'