...
Possible output messages
Status | Message | Note |
---|---|---|
200 | Successfully reserved event | |
400 | You can order/refuse only events with the status Not started | |
400 | Booking already Exist | |
400 | The selected product is invalid. | When requested product is not valid |
403 | Invalid credentials. Either the username, password or token you provided is incorrect | |
404 | The requested resource was not found | When requested event does not exist |
Sample curl call
Request | Parameters |
---|---|
curl -XPOST 'https://api.softnetsport.com/v2/booked-events?token={token}&event_id={event_id}&product={product}' | token, event_id, product |