Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Description

Returns a single event with details including participants, partial results, stats, lineups and important incidents for the event
PackageThis resource is included in the SCOUTSFEEDpackages
Cache15 seconds
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
  • scoreframe - Scoreframe product
tokenxsd:stringREQUIRED. More information concerning oAuth token: oAuth 2.0 authorization

Output elements

.data
 
messageResponse info message.
statusResponse code.

Response Code

Code
 
200Successful request.
4xxBad request.

Sample curl call

Request
 Parameters
curl -XPOST 'https://api.softnetsport.com/v2/booked-events/?token=YOUR_TOKEN&event_id=EVENT_ID&product=PRODUCT_NAME'

YOUR_TOKEN

EVENT_ID

PRODUCT_NAME