5.5.2 Print Shipments (RESTful)

Step 1: Sample source code to refresh token (AccessToken)
Method: POST
Sandbox/Testing URL: https://sandbox-apiv2.unixus.com.my/Token/Refresh
Production/Live URL: https://apiv2.unixus.com.my/Token/Refresh

Headers:
- Content-Type: application/json
{ "RefreshToken" : "88888888" }
Step 2: Sample source code for print shipment.
Method: POST
Sandbox/Testing URL: https://sandbox-apiv2.unixus.com.my/shipment/v2/Print
Production/Live URL: https://apiv2.unixus.com.my/shipment/v2/Print

Headers:
- Content-Type: application/json
- Authorization: Bearer $REPLACE_WITH_ACCESSTOKEN_FROM_STEP_1
{ "HawbNo": [ "458040010619682" ] }

Copyright © 2019 Unixus Solutions Sdn. Bhd. All rights reserved.