POST api/BuildingComponents/AddUsers
Request Information
URI Parameters
None.
Body Parameters
EntityXInstallerViewModelName | Description | Type | Additional information |
---|---|---|---|
SelectedUserId | integer |
None. |
|
ParentId | globally unique identifier |
None. |
|
EntityIds | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "selectedUserId": 1, "parentId": "0780ce17-be01-40f0-9550-b07037344aad", "entityIds": [ "b5b33a1e-7061-419a-84a3-faf5ba66cffc", "325dab97-7b6f-4808-a736-8d0fff3f4bc2" ] }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.