POST api/BuildingComponents/AddUsers

Request Information

URI Parameters

None.

Body Parameters

EntityXInstallerViewModel
NameDescriptionTypeAdditional 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": "c4066afc-1910-4c44-8c14-27d6ee32a44d",
  "entityIds": [
    "eb81b0a3-7e64-428b-9219-830568841793",
    "6f6a6cb5-bc78-499c-986e-b8d4a1eac9a3"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.