CallBack URL
Stylized tables to allow audience grabs the information in a glance.
Test Callback URL
Here is your testing server callback url so you can set your callback url for response of order status. Note in live environment you can not change or update your callback url, in your url elt will send POST data on seted url, post data parameters are as below
CURL : https://test.eltapp.in/v1/login/set_callback
KEY | VALUE | DESCRIPTION |
---|---|---|
apikey | string | *Required you can get your API_KEY from auth login api |
callbackurl | YOUR SERVER HANDLER URL | *Required |
Response
here is callback url parameters that is every time send by elt to your url every time when order status changed
KEY | VALUE |
---|---|
orderid | integer |
orderno | string |
orderlabel | string |
orderstatus | string |
statuscode | integer |
drivername | string |
drivernumber | number |
driverbodytemp | float |
pickuptime | Y-m-d H:i:s |
pickupphoto1 | string |
pickupphoto2 | string |
pickupphoto3 | string |
deliverytime | Y-m-d H:i:s |
deliveryphoto1 | string |
deliveryphoto2 | string |
deliveryphoto3 | string |