POST api/Projects/AddUsers
Request Information
URI Parameters
None.
Body Parameters
EntityXInstallerViewModel| Name | 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": "19d2457a-2935-446a-bebd-a1e0d52621ae",
"entityIds": [
"04de8237-b446-4bfe-9593-e6197a6fd90e",
"4c3792e9-1119-4c9d-8767-a361bc3c0ab4"
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.