AmadeusCashbookAdapter.WebApi

<back to all web services

ReportBetPlacements

The following routes are available for this service:
POST/bets/place
ReportBetPlacements Parameters:
NameParameterData TypeRequiredDescription
BetPlacementsbodyList<BetPlacement>No
BetPlacement Parameters:
NameParameterData TypeRequiredDescription
IdformstringNo
ProductIdformstringNo
PlacedAtformDateTimeNo
PayinAmountformdecimalNo
LocationIdformintNo
BettorIdformstringNo
CustomerAcceptedTaxformboolNo
TAGuidformstringNo

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 /bets/place HTTP/1.1 
Host: amadeus.mozzart.ath.cx 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	betPlacements: 
	[
		{
			id: String,
			productId: String,
			placedAt: 0001-01-01,
			payinAmount: 0,
			locationId: 0,
			bettorId: String,
			customerAcceptedTax: False,
			taGuid: String
		}
	]
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	errorCode: String,
	message: String,
	stackTrace: String,
	errors: 
	[
		{
			errorCode: String,
			fieldName: String,
			message: String,
			meta: 
			{
				String: String
			}
		}
	],
	meta: 
	{
		String: String
	}
}