POST api_v2/AcDbAccesses/SetLocalUserId
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>30729181-6da2-499a-a081-ef184f7a0f3b</AccessID> <LocalUserID>90307ae9-246f-493a-9067-1c47fa1c56d2</LocalUserID> </Request>
application/json, text/json
Sample:
{ "AccessID": "30729181-6da2-499a-a081-ef184f7a0f3b", "LocalUserID": "90307ae9-246f-493a-9067-1c47fa1c56d2" }
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}