GET api_v2/AcDbDelimiters/GetAccountDatabaseIdByZone?databaseSourceId={databaseSourceId}&zone={zone}
Получить номер информационной базы на разделителях по номер материнской базы и номеру области.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
databaseSourceId | No documentation available. |
Define this parameter in the request URI. |
zone | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<Result> <Value>593a0dd4-3e70-4630-af0c-392efb4efa2e</Value> <Comment>sample string 2</Comment> </Result>
application/json, text/json
Sample:
{ "Value": "593a0dd4-3e70-4630-af0c-392efb4efa2e", "Comment": "sample string 2" }