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": "cce6a69c-de63-4d22-be9a-0f4ced4fde7c",
  "entityIds": [
    "ea403551-5dfa-40b8-998c-167b1219da8b",
    "cb293f2b-79f2-47d0-afcb-111e4df0ef87"
  ]
}

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.