TBS Apps API

<back to all web services

UserMigratedInfoRequest

Requires Authentication
The following routes are available for this service:
GET,POST/UserMigratedInfoGets data from the BetR client migration.Gets data from the BetR client migration
UserMigratedInfoResponse Parameters:
NameParameterData TypeRequiredDescription
BalanceformdecimalNo
FreeBetBalanceformdecimalNo
FreeBetCountformintNo
MigratedBalanceformdecimalNo
MigratedBonusBalanceformdecimalNo
WelcomeBonusformdecimalNo
ClientTypeformClientTypeNo
ResponseDataBase Parameters:
NameParameterData TypeRequiredDescription
ErrorNoformintNo
MessageformstringNo
Identityformlong?No

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /UserMigratedInfo HTTP/1.1 
Host: tstextweb20.np.bluebet.com.au 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	Balance: 0,
	FreeBetBalance: 0,
	FreeBetCount: 0,
	MigratedBalance: 0,
	MigratedBonusBalance: 0,
	WelcomeBonus: 0,
	ClientType: DUAL,
	ErrorNo: 0,
	Message: String,
	Identity: 0
}