POST api_v2/AccountDatabases/FixationLastActivity
Фиксация последней активности.
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>83d414b3-c170-4118-8fec-14591cdb3939</AccountDatabaseID> <LinkLaunchActionInfo> <LaunchType>Auto</LaunchType> <PlatformVersion1C>sample string 1</PlatformVersion1C> <AccountId>3078b73d-60ee-4a1c-8a9e-4ce2a89e6ee3</AccountId> <Login>sample string 3</Login> <LinkAppVersion>sample string 4</LinkAppVersion> <LinkAppType>ClientApp</LinkAppType> <Action>LaunchDatabase</Action> </LinkLaunchActionInfo> </Request>
application/json, text/json
Sample:
{ "AccountDatabaseID": "83d414b3-c170-4118-8fec-14591cdb3939", "LinkLaunchActionInfo": { "LaunchType": 0, "PlatformVersion1C": "sample string 1", "AccountId": "3078b73d-60ee-4a1c-8a9e-4ce2a89e6ee3", "Login": "sample string 3", "LinkAppVersion": "sample string 4", "LinkAppType": 0, "Action": 1 } }
Response Information
IHttpActionResult
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}