PROD: https://api.helthjem.no/parcels/v1/tracking/register
PRE-PROD: https://api.pre.helthjem.no/parcels/v1/tracking/register
With this API you can add events to a parcel.
The full list of all
apikey
can be found here: https://jira-di.atlassian.net/wiki/spaces/DIPUB/pages/93355692/Parcel+Event+Log+v1#List-of-possible-eventsRequest example
json{ "trackingReference": "70724762440037423", "eventTime": "2023-06-29T13:05:00+01:00", "locationContext": "Joker Carl Berner", "locationContextId": "45454545", "eventType": "122", "message": "" }
Response example
HTTP Status code | Description |
200 | Event was successfully registered |
Detailed documentation https://jira-di.atlassian.net/wiki/spaces/DIPUB/pages/3583377409/Parcel+Register+Event+API