POST api_v2/AccountDatabases/DropAccountDBSessions
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <AccountDatabaseID>106250f6-d4b4-46b6-8f92-5436c175e5eb</AccountDatabaseID> <V82name>sample string 2</V82name> <Platform>Undefined</Platform> </Request>
application/json, text/json
Sample:
{ "AccountDatabaseID": "106250f6-d4b4-46b6-8f92-5436c175e5eb", "V82name": "sample string 2", "Platform": 0 }
Response Information
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}