GET api_v2/AccountDatabases/FindByConnectionString?accountId={accountId}&connectionString={connectionString}
Returns database ID in scope of specific account by 1C connection string
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accountId |
Define this parameter in the request URI. |
|
connectionString |
Define this parameter in the request URI. |
Response Information
Response body formats
application/xml, text/xml
Sample:
<Result> <AccountDatabaseID>26aea6a1-d41b-483f-9c4c-1f4f6097a9db</AccountDatabaseID> </Result>
application/json, text/json
Sample:
{ "AccountDatabaseID": "26aea6a1-d41b-483f-9c4c-1f4f6097a9db" }