Createt Contest Form
Get all new events
Request URL
http://fanvictor.com/api/mobile/CreateContestForm/{api_key}/{user_id}
Request Method
GET
Request parameters
api_key
string
Subscription key which provides access to this API.
user_id
interger
User id of account from client site.
sport_id
interger
The id of sport
Sample Code
$ch = curl_init(); curl_setopt($ch, CURLOPT_URL, "http://fanvictor.com/api/mobile/CreateContestForm/{api_key}/{user_id}"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $output = curl_exec ($ch); curl_close ($ch);