POST Client/SetBankingCompliance
update client balance voucher top up
Request Information
URI Parameters
None.
Body Parameters
BankingComplianceRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientID | integer |
None. |
|
| BankingCompliance | boolean |
None. |
|
| userID |
Gets or sets the user identifier. |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClientID": 1,
"BankingCompliance": true,
"userID": 3
}
application/xml, text/xml
Sample:
<BankingComplianceRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SyX.Online.API.Models"> <userID>3</userID> <BankingCompliance>true</BankingCompliance> <ClientID>1</ClientID> </BankingComplianceRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Summed up amounts of pending/completed withdrawals done for a client per day
IApiResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseType | integer |
None. |
|
| ResponseMessage | string |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.