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": "69a7a0ca-8e3d-428a-a738-d6caaa09851f",
  "entityIds": [
    "2a40068a-fa3d-42f2-ac1d-d7317ce62582",
    "eca4e613-e45c-470f-a7c2-fec4ce00cca9"
  ]
}

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.