Liquid gaming web server.

<back to all web services

MatchTilesPerformanceRequest

The following routes are available for this service:
All Verbs/luckyTilesPerformance/match/{Guid}

To override the Content-type in your clients 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 /jsv/reply/MatchTilesPerformanceRequest HTTP/1.1 
Host: games.api.valora.liquidbarcodes.com 
Content-Type: text/jsv
Content-Length: length

{
	Guid: 00000000000000000000000000000000,
	Language: String,
	Instance: 
	{
		Id: 0,
		PrizeId: 0,
		ChosenPrizeId: 0,
		GameId: 0,
		UserId: String,
		MemberId: 0,
		AccessId: 00000000000000000000000000000000,
		GameUrl: String,
		State: Pending,
		Result: Win,
		ExpirationDate: 0001-01-01T00:00:00.0000000+00:00,
		MediaType: String,
		ScheduleId: 0,
		CustomerId: 0,
		ExternalRef: String,
		IssuedDate: 0001-01-01,
		Depleted: False,
		Invalidated: False,
		MetafileUrl: String,
		DefinedCulture: String,
		Rating: 0,
		RatingDate: 0001-01-01T00:00:00.0000000+00:00,
		Inactive: False
	},
	X: 0,
	Y: 0,
	PlayType: Prize
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	Board: 
	[
		[
			0
		]
	],
	Colors: 
	[
		0
	],
	Score: 0,
	Time: 0,
	RemainingTime: 0,
	Started: False,
	LastMovement: 0001-01-01
}