POST api_v2/AccountDatabases/SetLinkLastConnectionError
Sets last connection error
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>de97fc65-069f-4dbe-9daa-db5089c06c75</AccountDatabaseID> <LinkLastConnectionError>sample string 2</LinkLastConnectionError> </Request>
application/json, text/json
Sample:
{ "AccountDatabaseID": "de97fc65-069f-4dbe-9daa-db5089c06c75", "LinkLastConnectionError": "sample string 2" }
Response Information
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}