3.3. GetBookies
Shows the possible bookies in the system.
Â
Request
Method | URL |
---|---|
GET | /AsianOddsService/GetBookies |
Type | Params | Values |
---|---|---|
HEADER | AOToken | string |
HEADER | accept | application/json |
Â
Request Values
Value | What is this for |
---|---|
AOToken | Token generated also by the Login method. This token identifies which user is requesting or executing the API Method. This has to be sent for all of the request except during execution of the Login method |
accept | application/json |
Â
Response Values
Value | What is this for |
---|---|
Code | Holds the status of the response. If it is 0, then it is successful. Negative values indicate failure |
Id | ID of the Bookie. This is the BookieID used on the system |
Name | Name of the Bookie |
IsFeedAvailable | True if the bookie is available in the system and has a feed, false if not. |
Â
Sample JSON Response
Response Type | Response |
---|---|
Success | { |
Fail | { |