Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Type definitions

ApplicationSubscription

Application subscription details

Field name

Type

Required

Description

subscriptionToken

String

(tick)

Application key identifier

expiryDateTime

Date

 

Subscription Expiry date

expiredDateTime

Date

 

Subscription Expired date

createdDateTime

Date

 

Subscription Create date

activationDateTime

Date

 

Subscription Activation date

cancellationDateTime

Date

 

Subscription Cancelled date

subscriptionStatus

SubscriptionStatus

 

Subscription status

clientReferenceString Client reference
vendorClientIdString Vendor client Id
Subscription History

Application subscription history details

Field name

Type

Required

Description

subscriptionToken

String

(tick)

Application key identifier

expiryDateTime

Date

 

Subscription Expiry date

expiredDateTime

Date

 

Subscription Expired date

createdDateTime

Date

 

Subscription Create date

activationDateTime

Date

 

Subscription Activation date

cancellationDateTime

Date

 

Subscription Cancelled date

subscriptionStatus

SubscriptionStatus

 

Subscription status

clientReferenceString Client reference

 


AccountSubscription

Application subscription details

Field name

Type

Required

Description

subscriptionTokens

List< SubscriptionTokenInfo >

(tick)

Lis t of subscription token details

applicationName

String

 

Application name

applicationVersionId

String

 

Application version Id


SubscriptionTokenInfo

Subscription token information

Field name

Type

Required

Description

subscriptionToken

String

(tick)

Subscription token

activatedDateTime

Date

 

Subscription Activated date

expiryDateTime

Date

 

Subscription Expiry date

expiredDateTime

Date

 

Subscription Expired date

cancellationDateTime

Date

 

Subscription Cancelled date

subscriptionStatus

SubscriptionStatus

 

Subscription status


DeveloperApp

Describes developer/vendor specific application

Field name

Type

Required

Description

appName

String

(tick)

The unique name of the application

appId

long

(tick)

A unique id of this application

appVersions

List< DeveloperAppVersion >

(tick)

The application versions (including application keys)


DeveloperAppVersion

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 producers. A value of false indicates, this is a version meant for developer use.

active

boolean

(tick)

Indicates whether the application version is currently active


AccountFundsResponse

Response for retrieving available to bet.

Field name

Type

Required

Description

availableToBetBalance

double

 

Amount available to bet.

exposure

double

 

Current exposure.

retainedCommission

double

 

Sum of retained commission.

exposureLimit

double

 

Exposure limit.


AccountDetailsResponse

Response for Account details.

Field name

Type

Required

Description

currencyCode

String

 

Default user currency Code.

firstName

String

 

First Name.

lastName

String

 

Last Name.

localeCode

String

 

Locale Code.

region

String

 

Region.

timezone

String

 

User Time Zone.

discountRate

double

 

Uer Discount Rate.

pointsBalance

int

 

The Betfair points balance.

  • No labels