POST api/Blueprints/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": "7abe6847-0a3e-4754-8460-7dc983a4108f",
"entityIds": [
"e76bca83-c3f7-4d8a-88a4-441367504a44",
"4ad599b5-302a-4933-b885-942a3be63411"
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.