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": "597335a4-c7de-4d1f-9a2e-bfc2f58665f8", "entityIds": [ "eea5558e-2cab-4160-ae73-12005ed14f84", "af394bd9-2ffd-4c05-b9bc-b16a7853fc27" ] }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.