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": "7c1e03b6-8931-470b-96dd-af1aaa7e3599",
  "entityIds": [
    "7d162f35-8cc9-41fa-9690-8e7be96f2287",
    "37bac680-9aae-4e25-8be4-910c8cc0bbef"
  ]
}

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.