GET api/punters/{punterId}/withdraw/bonusamount?withdrawalAmount={withdrawalAmount}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| punterId | integer |
Required |
|
| withdrawalAmount | decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
BO.MetaData.Client.ClientBonusWithdrawalReversalResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseObject | decimal number |
None. |
|
| ResponseType | integer |
None. |
|
| ResponseMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"responseObject": 1.0,
"responseType": 1,
"responseMessage": "sample string 2"
}
application/xml, text/xml
Sample:
<ClientBonusWithdrawalReversalResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ResponseObject>1</ResponseObject> <ResponseType>1</ResponseType> <ResponseMessage>sample string 2</ResponseMessage> </ClientBonusWithdrawalReversalResponse>