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": "6ba5d10c-2b2b-4e16-b493-1b90f114ac92", "entityIds": [ "49c0afba-b99a-49db-b3bc-07fcc93c6c56", "09e81d5e-04f6-4224-85c9-8660609d863d" ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.