POST api/Blueprints/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": "9534f296-c80f-48f0-b442-b60be46dfdc9",
  "entityIds": [
    "71db98c5-2e2d-4c24-b263-5e82416f75c0",
    "120f2397-6d8d-4c35-8c5e-975b950dc59f"
  ]
}

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.