POST api/Projects/AddUsers
Request Information
URI Parameters
None.
Body Parameters
EntityXInstallerViewModelName | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.