POST api_v2/AcDbDelimiters/CreateAccountDatabaseAndAddAccessForUser
Создать базу на разделителях и выдать права доступа пользователю.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <AccountUserId>6edf39de-816e-49be-8861-6bd3298b629f</AccountUserId> <ConfigurationCode>sample string 2</ConfigurationCode> </Request>
application/json, text/json
Sample:
{ "AccountUserId": "6edf39de-816e-49be-8861-6bd3298b629f", "ConfigurationCode": "sample string 2" }
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<Result> <Value>919e2c6e-3fdf-49bd-b5ef-d6e397783ea5</Value> <Comment>sample string 2</Comment> </Result>
application/json, text/json
Sample:
{ "Value": "919e2c6e-3fdf-49bd-b5ef-d6e397783ea5", "Comment": "sample string 2" }