Versions Compared

Key

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

This enables external systems to add events and information to parcels flowing through the distribution networks powered by DI technology.

Content

Table of Contents

Authorization and access

In order to send information you need to initiate this with you transport carrier og partner.
Any external part adding information will be limited to the selection of parcels they are entitled to.

...

Name

Type

Example

Mandatory

Max length

Comment

identifier

string

370724760010119754

(tick)

n/a

Tracking reference or item identifier as previously registered. Do not include prefix.

message

string


255

Message describing the event.

eventTime

string

2017-08-22 13:55:13

(tick)

19

Time of the event registered in originating system. Datetime format yyyy-MM-dd HH:mm:ss

lat

double

59.911096

9

Latitude for the location of the event

lon

double

10.752457

9

Longitude for the location of the event

locationName

string

Oslo

(tick)

255

Address or description of the location of the event

eventTypeId

whole number

1

(tick)

n/a

Identification for the type of the event. This ID defines which message is shown to different users . Agreed on before start

comChannelType

string

SMS

no

n/a

Communication channel only used for event types within event group "communication".

ComChannelTypes  in use:

  • SMS

  • EMAIL

originOrderEventSystemId

whole number

1

(tick)

n/a

Identification of the external system this event originates from. Agreed on before start

Examples

Expand
titleExample 1
Code Block
"namespace": "external",
"system": "",
"origin": "MyCompany",
"timestamp": epochtid in secounds
"version": "1",
"event":{
      "parcelNumber":"370724761643133330",
      "message":"Parcel delivered",
      "eventTime":"2019-10-29 14:11:00",
      "lat":null,
      "lon":null,
      "locationName":Oslo,
      "locationContextId":null,
      "eventTypeApiKey":"13",
      "additionalInfoApiKey":null,
      "comChannelType":null,
      "originOrderEventSystemId":11
  }