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": "463eeb77-0f5c-4d39-84cd-e77545c78683",
"entityIds": [
"01299c2c-3f6f-48dd-8fb1-7b16a9b913ef",
"6e36c93e-b4bf-412e-a414-60e5e5b31f28"
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.