Liquid gaming web server.

<back to all web services

PopBalloonRequest

The following routes are available for this service:
POST/popballoon/{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/PopBalloonRequest 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
	},
	PopBalloonId: 0
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	ResultImage: String,
	CanContinue: False,
	Id: 0,
	Win: False,
	LegalMovement: False,
	IsPrize: False
}