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": "1073d7c9-6e4c-4378-a226-a2dc58491cbf",
  "entityIds": [
    "65454113-dfd9-44f4-b92e-d46d8df99041",
    "605d466e-2699-4a04-bbe2-90be0ba9e4f2"
  ]
}

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.