...
.data | |
---|---|
message | Response info message. |
status | Response code. |
Response Code
Code | |
---|---|
200 | Successful request. |
4xx |
Bad request. |
Sample curl call
Request | Parameters |
---|---|
curl -XPOST 'https://api.softnetsport.com/v2/booked-events/create?token=YOUR_TOKEN&event_id=EVENT_ID&product=PRODUCT_NAME' | YOUR_TOKEN EVENT_ID PRODUCT_NAME |