POST api/Projects/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": "7060c6b8-69ac-4c72-a4d5-0885598b1b81",
  "entityIds": [
    "bdd14bf3-4b79-473e-b13e-506da91d3b38",
    "7e7d4090-a89d-41e0-a6bb-5477873d101f"
  ]
}

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.