Rank One Partner API Version 1.0
You are currently viewing 'Update Ticket URL By Game ID ' page
Usage
POST /Schedule/UpdateTicketURL
Content-Type
application/json
Description
Update the ticket URL by Game GUID.
Note
Put the access token generated from the Get Access Token endpoint (Auth/ValidateUser) in the request header field "Authorization" as "bearer ACCESS_TOKEN_HERE". When posting data in the body of the request, the Content-Type must be set to application/x-www-form-urlencoded. "Success" response is returned for a successful update.Example
Type | Name | Required | Note |
String | Rank1_Event_Id | YES | A valid game GUID |
String | TicketingURL | YES |
Sample Request Body:
{
{
"Rank1_Event_Id": "50da2fb2-cabd-4826-9cd2-7d0db36fcea8",
"TicketingURL": "https://yahoo.com/",
}