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>a53d41d6-32e2-4b93-8fd4-cd5018e7a2f6</AccountDatabaseID> <LinkLastConnectionError>sample string 2</LinkLastConnectionError> </Request>
application/json, text/json
Sample:
{ "AccountDatabaseID": "a53d41d6-32e2-4b93-8fd4-cd5018e7a2f6", "LinkLastConnectionError": "sample string 2" }
Response Information
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}