POST api/Blueprints/AddUsers
Request Information
URI Parameters
None.
Body Parameters
EntityXInstallerViewModelName | 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": "f0e1d842-a85a-416c-bedc-7bf6637b67d6", "entityIds": [ "dd858edc-b908-43d6-97df-833f3c8f01a0", "56fa0f50-22d4-4f79-9702-cd4c95145bd5" ] }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.