Order Cancellation
By Using this Api Store Owner can cancel a booking.
Request
Cancel Order
|
| URI |
http://www.baggagefreight.com.au/api/doCancelBooking.aspx |
| Method |
POST
|
| Authentication Required |
Yes |
Parameters
| Field |
Data Type |
Description |
Email
|
String |
Store Owner Email . |
password
|
String |
Store Owner Password . |
OrerId
|
String |
Orderid . |
Request body
'email' =>
'test@test.com',
'password' => 'test@123'
'orderid' => '123456'
Response
It returns "1" if this Api executed successfully
Note: This Api will return "0" if Error Occured.
Example Response
1