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": "d7790b7e-463e-46b7-af27-45c0ebf2d46d",
  "entityIds": [
    "0e7a9569-a4ea-4af9-bb22-6176e789d92c",
    "d7032c11-c27d-405b-8248-5b09fb74cc08"
  ]
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'EntityXInstallerViewModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.