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": "1ad65887-8707-4226-a0a4-df6bc0321a38",
"entityIds": [
"f9a52f82-0bcb-4ac2-a76f-02d71c88028c",
"5dc749a1-b8f6-4114-bd77-18c92fe7d499"
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.