AmadeusCashbookAdapter.WebApi

<back to all web services

ReportBetPayouts

The following routes are available for this service:
POST/bets/payout
ReportBetPayouts Parameters:
NameParameterData TypeRequiredDescription
BetPayoutsbodyList<BetPayout>No
BetPayout Parameters:
NameParameterData TypeRequiredDescription
IdformstringNo
ProductIdformstringNo
PaidOutAtformDateTimeNo
PlacedAtformDateTimeNo
PayinAmountformdecimalNo
WinningsAmountformdecimalNo
LocationIdformintNo
BettorIdformstringNo
CustomerAcceptedTaxformboolNo
TAGuidformstringNo

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

HTTP + CSV

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

POST /bets/payout HTTP/1.1 
Host: amadeus.mozzart.ath.cx 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"betPayouts":[{"id":"String","productId":"String","paidOutAt":"0001-01-01T00:00:00.0000000Z","placedAt":"0001-01-01T00:00:00.0000000Z","payinAmount":0,"winningsAmount":0,"locationId":0,"bettorId":"String","customerAcceptedTax":false,"taGuid":"String"}]}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

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