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": "c47a3be7-fa64-4c82-be58-d354fbff3f59",
  "entityIds": [
    "6f41cbcb-cc96-4ce6-bdad-7af0a8f6ef82",
    "1779e0d6-b693-4cba-92f1-f8a95da99052"
  ]
}

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.