POST v1/updAccountBlock

Request Information

URI Parameters

None.

Body Parameters

AccountBlockUpd
NameDescriptionTypeAdditional information
accountID

ID акаунта

integer

Required

isBlocked

Ознака блокування

boolean

Required

Request Formats

application/json, text/json

Sample:
{
  "accountID": 1,
  "isBlocked": true
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.