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 |
| Image | base64 image string | fQkh7FDBDmS43PmGoIiK... |
| 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: Image Saved Successfully! |
| Failure | this is a data error, it returns a json ResultSet including the appropriate ErrorMessage. |