PUT api/Features/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Required |
Body Parameters
Collection of FeaturePermissionName | Description | Type | Additional information |
---|---|---|---|
Identity | globally unique identifier |
None. |
|
UniqueIdentity | globally unique identifier |
None. |
|
Permissions | Collection of PermissionObject |
None. |
|
FeaturePermissionDatum | Collection of FeaturePermissionDatum |
None. |
Request Formats
application/json, text/json
Sample:
[ { "Identity": "b760fb12-a602-4c71-b24f-3a6a965331f5", "UniqueIdentity": "f41b260a-22f4-404d-a224-0c88dd0686ff", "Permissions": [ { "PermissionClaim": { "ClaimType": "sample string 1", "ClaimValue": "sample string 2", "ClaimTypeLower": "sample string 1", "ClaimValueLower": "sample string 2" }, "Identity": "c376a15d-43be-44d8-a715-2940cb2d1257", "Name": "sample string 2" }, { "PermissionClaim": { "ClaimType": "sample string 1", "ClaimValue": "sample string 2", "ClaimTypeLower": "sample string 1", "ClaimValueLower": "sample string 2" }, "Identity": "c376a15d-43be-44d8-a715-2940cb2d1257", "Name": "sample string 2" } ], "FeaturePermissionDatum": [ { "Identity": "fa11bbe3-6a39-4e12-be27-e24855053226", "Value": {}, "SelectedValueIds": [ "0fda3cc2-10e2-4c5e-b998-dce307dd0daf", "bf8f867a-31d5-473b-8b61-6efe17dd4c86" ] }, { "Identity": "fa11bbe3-6a39-4e12-be27-e24855053226", "Value": {}, "SelectedValueIds": [ "0fda3cc2-10e2-4c5e-b998-dce307dd0daf", "bf8f867a-31d5-473b-8b61-6efe17dd4c86" ] } ] }, { "Identity": "b760fb12-a602-4c71-b24f-3a6a965331f5", "UniqueIdentity": "f41b260a-22f4-404d-a224-0c88dd0686ff", "Permissions": [ { "PermissionClaim": { "ClaimType": "sample string 1", "ClaimValue": "sample string 2", "ClaimTypeLower": "sample string 1", "ClaimValueLower": "sample string 2" }, "Identity": "c376a15d-43be-44d8-a715-2940cb2d1257", "Name": "sample string 2" }, { "PermissionClaim": { "ClaimType": "sample string 1", "ClaimValue": "sample string 2", "ClaimTypeLower": "sample string 1", "ClaimValueLower": "sample string 2" }, "Identity": "c376a15d-43be-44d8-a715-2940cb2d1257", "Name": "sample string 2" } ], "FeaturePermissionDatum": [ { "Identity": "fa11bbe3-6a39-4e12-be27-e24855053226", "Value": {}, "SelectedValueIds": [ "0fda3cc2-10e2-4c5e-b998-dce307dd0daf", "bf8f867a-31d5-473b-8b61-6efe17dd4c86" ] }, { "Identity": "fa11bbe3-6a39-4e12-be27-e24855053226", "Value": {}, "SelectedValueIds": [ "0fda3cc2-10e2-4c5e-b998-dce307dd0daf", "bf8f867a-31d5-473b-8b61-6efe17dd4c86" ] } ] } ]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |