GET Client/GetBonusReversalAmount?clientId={clientId}&clientTransactionAmount={clientTransactionAmount}

Get Bonus Reversal amount for potential withdrawal.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientId

The client identity related to the transaction.

integer

Required

clientTransactionAmount

The transaction amount to be checked.

decimal number

Required

Body Parameters

None.

Response Information

Resource Description

ApiBonusReversalAmountResponse
NameDescriptionTypeAdditional information
ResponseObject

decimal number

None.

ResponseType

Gets or sets the type of the response.

integer

None.

ResponseMessage

Gets or sets the response message.

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseObject": 1.0,
  "ResponseType": 2,
  "ResponseMessage": "sample string 3"
}

application/xml, text/xml

Sample:
<ApiBonusReversalAmountResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SyX.Online.API.Models">
  <ResponseMessage>sample string 3</ResponseMessage>
  <ResponseType>2</ResponseType>
  <ResponseObject>1</ResponseObject>
</ApiBonusReversalAmountResponse>