...
Name | Data type | Description |
---|---|---|
event_id | xsd:int | REQUIRED. The requested event identifier |
product | xsd:string | REQUIRED. The requested product name identifier
|
token | xsd:string | REQUIRED. More information concerning authorization in API introduction section |
...
Request | Parameters |
---|---|
curl -XPOST 'https://api.softnetsport.com/v2/booked-events/create?token={token}&event_id={event_id}&product={product}' | token, event_id, product
|