| GET | /Home/AppInfo |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| BuildDate | form | DateTime | No | |
| AppVersion | form | AppVersion | No | |
| TermsUrlLink | form | string | No | |
| HelpCenterUrlLink | form | string | No | |
| InfoPageUrl | form | string | No | |
| AboutUsPageUrl | form | string | No | |
| Settings | form | Dictionary<string, string> | No | |
| MultiBetSetting | form | MultiBetSetting | No | |
| HomeBanners | form | List<HomeBannerSetting> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| CurrentVersion | form | string | No | |
| MinRequiredVersion | form | string | No | |
| WhatsNew | form | string | No | |
| UpdatedDate | form | string | No | |
| MinSupportedOsVersion | form | string | No | |
| MinAllowedOsVersion | form | string | No | |
| ForceUpdateMessage | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| MultiMaxRacingLegs | form | int | No | |
| MultiMaxSportsLegs | form | int | No | |
| MultiMaxCombinedLegs | form | int | No | |
| MultiMaxSGMLegs | form | int | No | |
| MultiMaxPrice | form | double | No | |
| MultiMaxLegCountExceededMessage | form | string | No | |
| MultiMaxPriceExceededMessage | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Title | form | string | No | |
| ImageUrl | form | string | No | |
| LinkUrl | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /Home/AppInfo HTTP/1.1 Host: tstextweb20.np.bluebet.com.au Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
BuildDate: 0001-01-01,
AppVersion:
{
CurrentVersion: String,
MinRequiredVersion: String,
WhatsNew: String,
UpdatedDate: String,
MinSupportedOsVersion: String,
MinAllowedOsVersion: String,
ForceUpdateMessage: String
},
TermsUrlLink: String,
HelpCenterUrlLink: String,
InfoPageUrl: String,
AboutUsPageUrl: String,
Settings:
{
String: String
},
MultiBetSetting:
{
MultiMaxRacingLegs: 0,
MultiMaxSportsLegs: 0,
MultiMaxCombinedLegs: 0,
MultiMaxSGMLegs: 0,
MultiMaxPrice: 0,
MultiMaxLegCountExceededMessage: String,
MultiMaxPriceExceededMessage: String
},
HomeBanners:
[
{
Title: String,
ImageUrl: String,
LinkUrl: String
}
]
}