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 |
| Parcel | a unique value which distinguishes each parcel | parcel001 |
| 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. |
Get Label Example