POST api_v2/AcDbAccesses/Add
No documentation available.
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> <AccountDatabaseID>f605126b-e3d3-4968-8b7a-d665b35c4a2e</AccountDatabaseID> <LocalUserID>3ae950d4-533e-47fc-a5e7-34a016cef8e8</LocalUserID> <AccountID>fabbd81e-1bdf-4291-9f0a-53aa8872cdf5</AccountID> <SendNotification>true</SendNotification> <AccountUserID>95b43346-0ad1-4d0c-b9cd-eb1d7e3f8d9b</AccountUserID> </Request>
application/json, text/json
Sample:
{ "AccountDatabaseID": "f605126b-e3d3-4968-8b7a-d665b35c4a2e", "LocalUserID": "3ae950d4-533e-47fc-a5e7-34a016cef8e8", "AccountID": "fabbd81e-1bdf-4291-9f0a-53aa8872cdf5", "SendNotification": true, "AccountUserID": "95b43346-0ad1-4d0c-b9cd-eb1d7e3f8d9b" }
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<Result> <AccessID>a230570c-3574-4c82-be8e-7cf99dfd851a</AccessID> </Result>
application/json, text/json
Sample:
{ "AccessID": "a230570c-3574-4c82-be8e-7cf99dfd851a" }