HTTP REQUEST

Note: The endpoint can be called by either a GET or POST request.
The following parameters are passed as a json string as part of the authentication request:

Field Description Example
Waybill a unique value which distinguishes each waybill Test004
DateStamp date of entry 2021/01/13
ActionTaken describes action taken POD Captured
Person person responsible for action Karen
EventCode code designated to event DEL
GroupName identifier from winfreight Wintest
HTTP RESPONSE

The possible responses from calling this endpoint are as follows:

Response Description
Success returns a json ResultSet including the SuccessMessage: SUCCESS
Failure this is a data error, it returns a json ResultSet including the appropriate ErrorMessage.


Create Track Example