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 | Required |
|---|---|---|---|
| WAYBILL | TEST0004 | Mandatory | |
| BARCODE | 16001878009776 | Mandatory | |
| PRODUCTCODE | SH973 | Mandatory | |
| PRODUCTDESCRIPTION | MR SHEEN MULTI SURFACE VALUE | Mandatory | |
| ORDERQTY | 1 | Mandatory | |
| GROUPNAME | Supplied by administrator | Mandatory |
HTTP RESPONSE
The possible responses from calling this endpoint are as follows:
| Response | Description |
|---|---|
| Success | returns a json ResultSet including the SuccessMessage: OK - Parcels has been created successfully! |
| Failure | this is a data error, it returns a json ResultSet including the appropriate ErrorMessage such as missing parameters, or wrong format |
| Error | this is a server error, an appropriate ErrorMessage is returned from the server |