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
DOCUMENTNODocument\Waybill\Delivery Number2197127565Mandatory
PRODUCTCODEProduct code for itemG10691854DJMandatory
DESCRIPTIONProduct Descritpion for Item205/45R17 88W FM800 XL MFSMandatory
ITEMSQuantity of product type2Mandatory
LENGTHLength of item
WIDTHWidth of item
HEIGHTHeight of item
WEIGHTWeight of item
TOTALPCSTotal Items for Order59Mandatory
REFNOReference
GROUPNAMEGroup name supplies for APIMandatory
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