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
PODCOM1 signed by Karen
PODDATE date of POD 2021/01/13
PODCOM2 time POD was captured. 12:00
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 POD Example