POST api_v2/AcDbAccesses/SetAccountUserID
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> <AccessID>088268b7-c29d-4561-9d82-0fad28a405c4</AccessID> <AccountUserID>78e66089-16e6-406b-a68f-8e84bb58cb45</AccountUserID> </Request>
application/json, text/json
Sample:
{ "AccessID": "088268b7-c29d-4561-9d82-0fad28a405c4", "AccountUserID": "78e66089-16e6-406b-a68f-8e84bb58cb45" }
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}