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": "ddd55924-10e2-49c7-9424-246bddb7159a",
"entityIds": [
"1f8df918-a4f4-473e-8f6e-626790116dac",
"21d77ae2-149e-44ec-b1b3-cc1d2993a3e5"
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.