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>242ba67c-ded6-4a90-bb56-9c0e68330222</AccountDatabaseID> </Result>
application/json, text/json
Sample:
{ "AccountDatabaseID": "242ba67c-ded6-4a90-bb56-9c0e68330222" }