Versions Compared

Key

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

Type definitions

...

Panel
bgColor#FFFFFF
titleBGColor#FFCC33
titleDeveloperAppVersion

Describes a version of an external application

Field name

Type

Required

Description

owner

String

(tick)

The sportex user who owns the specific version of the application

versionId

long

(tick)

The unique Id of the application version

version

String

(tick)

The version identifier string such as 1.0, 2.0. Unique for a given application.

applicationKey

String

(tick)

The unqiue application key associated with this application version

delayData

boolean

(tick)

Indicates whether the data exposed by platform services as seen by this application key is delayed or realtime.

subscriptionRequired

boolean

(tick)

Indicates whether the application version needs explicit subscription

ownerManaged

boolean

(tick)

Indicates whether the application version needs explicit management by the software owner. A value of false indicates, this is a version meant for personal developer use.

active

boolean

(tick)

Indicates whether the application version is currently active

vendorId

String

 

Public unique string provided to the Vendor that they can use to pass to the Betfair API in order to identify themselves.

vendorSecret

String

 

Private unique string provided to the Vendor that they pass with certain calls to confirm their identity. 
Linked to a particular App Key.


Anchor
AccountFundsResponse
AccountFundsResponse

...

Panel
bgColor#FFFFFF
titleBGColor#FFCC33
titleAccountDetailsResponse

Response for Account details.

Field name

Type

Required

Description

currencyCode

String

 

Default user currency Code. See Currency Parameters for minimum bet sizes relating to each currency.

firstName

String

 

First Name.

lastName

String

 

Last Name.

localeCode

String

 

Locale Code.

region

String

 

Region based on users zip/postcode (ISO 3166-1 alpha-3 format). Defaults to GBR if zip/postcode cannot be identified.

timezone

String

 

User Time Zone.

discountRate

double

 

User Discount Rate.

pointsBalance

int

 

The Betfair points balance.

countryCodeString The customer's country of residence (ISO 2 Char format)

...