GET api_v2/AccountDatabases/GetDbNumber?accountDatabaseId={accountDatabaseId}
Returns 1C base number in account scope
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accountDatabaseId |
Define this parameter in the request URI. |
Response Information
Response body formats
application/xml, text/xml
Sample:
<Result> <AccountDatabaseNumber>1</AccountDatabaseNumber> </Result>
application/json, text/json
Sample:
{ "AccountDatabaseNumber": 1 }