POST api/LINK/ResetLinkConnStr?apiName={apiName}&loginID={loginID}&saveLogFlag={saveLogFlag}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| apiName | string |
Required |
|
| loginID | string |
Required |
|
| saveLogFlag | boolean |
Default value is True |
Body Parameters
ObjectNone.
Request Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>