POST v1/updAccountBlock
Request Information
URI Parameters
None.
Body Parameters
AccountBlockUpd| Name | Description | Type | Additional information |
|---|---|---|---|
| accountID |
ID акаунта |
integer |
Required |
| isBlocked |
Ознака блокування |
boolean |
Required |
Request Formats
application/json, text/json
Sample:
{
"accountID": 1,
"isBlocked": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.