POST api_v2/Accounts/SetStatus
Изменить статус учетной записи (Готов)
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | Параметр для установки статуса |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <AccountID>b4b57133-dc13-42fc-9743-3a987962634c</AccountID> <Status>sample string 1</Status> </Request>
application/json, text/json
Sample:
{ "AccountID": "b4b57133-dc13-42fc-9743-3a987962634c", "Status": "sample string 1" }
Response Information
Результат выполнения
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}