POST api_v2/AccountDatabases/SetLinkLastPingDatetime
Sets time mark of last connection activity
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>bcb83cc2-7bb9-44e0-aefe-a47eada40b18</AccountDatabaseID> <LinkLastPingDatetime>2021-01-18T09:31:01.5402758+03:00</LinkLastPingDatetime> </Request>
application/json, text/json
Sample:
{ "AccountDatabaseID": "bcb83cc2-7bb9-44e0-aefe-a47eada40b18", "LinkLastPingDatetime": "2021-01-18T09:31:01.5402758+03:00" }
Response Information
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}