Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

Resource information

URLhttps://api.softnetsport.com/v2/booked-events/
XSD 
MethodPOST

Description

Creates reservations for event for user from token and product.
Authorization requiredYes

Parameters

NameData typeDescription
event_idxsd:intREQUIRED. The requested event identifier
product
xsd:string

REQUIRED. The requested product name identifier

  • scoutsfeed - Scoutsfeed product
  • livescorepro - Livescorepro product
tokenxsd:stringREQUIRED. More information concerning authorization in API introduction section

Output elements

.data
 
messageResponse info message.
statusResponse code.

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

 

  • No labels