24hr Hotline
011 7 759 759
Pick Up Desk
011 7 75 97 79
Registrations
Cash/COD Registration
Corporate Registration
E-Commerce Registration
Terms & Conditions
24hr Hotline
011 7 759 759
Pick Up Desk
011 7 75 97 79
Registrations
Cash/COD Registration
Corporate Registration
E-Commerce Registration
Terms & Conditions
Method | POST |
---|---|
Action URL | https://apps.domexweb.com/api/pickupData |
Headers | apiToken:{{your_api_token}} Content-Type:application/json |
Request Body | { "senderName":"{{your_value}}", "senderAdddress":"{{your_value}}", "senderCity":"{{your_value}}", "senderPhone":"{{your_value}}", "senderEmail":"{{your_value}}", "receiverName":"{{your_value}}", "receiverPhone":"{{your_value}}", "receiverAddress":"{{your_value}}", "receiverCity":"{{your_value}}", "paymentMode":"{{your_value}}", "pickupBranch”:”{{your_value}}" } |
Method | POST |
---|---|
Action URL | https://apps.domexweb.com/api/orderTracking |
Headers | apiToken:{{your_api_token}} Content-Type:application/json |
Request Body | { "way_bill_numbers": "{{way_bill_numbers}}" } Note: Way bill numbers could be sent as a comma separated list. Ex: "way_bill_numbers": "300111725,30140844" |