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>2eb708b8-79d2-4320-b5f6-05c2ed86c912</AccountDatabaseID> <LinkLastPingDatetime>2022-06-25T17:59:04.5192526+03:00</LinkLastPingDatetime> </Request>
application/json, text/json
Sample:
{ "AccountDatabaseID": "2eb708b8-79d2-4320-b5f6-05c2ed86c912", "LinkLastPingDatetime": "2022-06-25T17:59:04.5192526+03:00" }
Response Information
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}