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": "5b7361bb-437f-4d34-a0f8-c2e2b28ae29f",
  "entityIds": [
    "a6344e33-3d78-4dbb-a487-0614dfbca8c9",
    "69b280a7-dfd9-4fa4-8134-4f9b90d25346"
  ]
}

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.