TBS Apps API

<back to all web services

UserMigratedInfoRequestV2

Requires Authentication
The following routes are available for this service:
GET,POST/UserMigratedInfoV2Gets migration data for the clientGets migration data for the client
UserMigratedInfoResponseV2 Parameters:
NameParameterData TypeRequiredDescription
UserMigratedInfoformList<UserMigrationInfo>No
ResponseDataBase Parameters:
NameParameterData TypeRequiredDescription
ErrorNoformintNo
MessageformstringNo
Identityformlong?No
UserMigrationInfo Parameters:
NameParameterData TypeRequiredDescription
MigrationNameformstringNo
MigrationDateformDateTimeNo
BalanceformdecimalNo
FreeBetBalanceformdecimalNo
FreeBetCountformintNo
WelcomeBonusformdecimalNo
MigratedBonusBalanceformdecimalNo
MigratedBalanceformdecimalNo
ClientTypeformstringNo
DateJourneyCompletedformDateTime?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 /UserMigratedInfoV2 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

{
	UserMigratedInfo: 
	[
		{
			MigrationName: String,
			MigrationDate: 0001-01-01,
			Balance: 0,
			FreeBetBalance: 0,
			FreeBetCount: 0,
			WelcomeBonus: 0,
			MigratedBonusBalance: 0,
			MigratedBalance: 0,
			ClientType: String,
			DateJourneyCompleted: 0001-01-01
		}
	],
	ErrorNo: 0,
	Message: String,
	Identity: 0
}