This Method updates status to Ready (Warehouse) in order or Hawb when this Order was completely scanned in warehouse and it is ready to Dispatch
Request
- https://api.floralogistics.com/PostBoxReady
- Method : POST
- Content-Type : application/json
- Format : https://api.floralogistics.com/PostBoxReady/{token}/{orderNumber}
- Master AWB is same Master as Order was posted or inserted, AWB that not comes in for airlines format is XXXMMDDYY-9, where XXX are 3 letters to distinguish each customer and our company will give there.
- custcode_hawb will be gave you for our company.
- Rem_pl are observation that you want to show in pick list when order will be dispatched.
Request Uri Parameters
- token : Security token that you should get with method GetToken - Required.
- orderNumber : Order number to update status - Required.
Request Body Parameters
- custcode_hawb : number(10) - (NOT NULL - Required) – Ship To Customer Code, Code give for FL to the client.
- mawb : char(11) - (NOT NULL - Required) - Master Awb - format for inventory: XXXMMDDAA-9, where MM- month, DD-day, AA - year, XXX – 3 letters for customer.
- hawb : char(11) - (NOT NULL - Required) – House AWB or Order No (Invoice No).
- boxes : number(10) - (NOT NULL - Required) - Quantity of boxes.
- rem_pl : char(100) - (NULL) - Remark about order for pick list document.
Request Example
Body Example
Response
Error status :
- 0 or 200 - Response OK.
- Other number and message that indicate error.
Response Example