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": "8f0872f5-b89e-48a9-8e2e-dcdcc4fee0e9",
"entityIds": [
"d90a27d3-5edb-4b75-a8b5-d8dd7343b7e1",
"18b984bb-6ef7-413e-9c6c-fbc173cd2262"
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.