PUT api/Features/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
Collection of FeaturePermission| Name | 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": "4d8702e5-d55d-4654-b5a2-06924dea25c9",
"UniqueIdentity": "e9d74d02-6d13-4c00-a36a-4474d1f52588",
"Permissions": [
{
"PermissionClaim": {
"ClaimType": "sample string 1",
"ClaimValue": "sample string 2",
"ClaimTypeLower": "sample string 1",
"ClaimValueLower": "sample string 2"
},
"Identity": "c8017afb-b48c-4190-90f0-652ac7945220",
"Name": "sample string 2"
},
{
"PermissionClaim": {
"ClaimType": "sample string 1",
"ClaimValue": "sample string 2",
"ClaimTypeLower": "sample string 1",
"ClaimValueLower": "sample string 2"
},
"Identity": "c8017afb-b48c-4190-90f0-652ac7945220",
"Name": "sample string 2"
}
],
"FeaturePermissionDatum": [
{
"Identity": "6b52ec4f-2072-415d-90ee-a4b2f8c06563",
"Value": {},
"SelectedValueIds": [
"e124db82-ae46-4314-aed3-5d8c60bdf340",
"af2ecd09-62d5-408a-bf2c-5ca509e4efab"
]
},
{
"Identity": "6b52ec4f-2072-415d-90ee-a4b2f8c06563",
"Value": {},
"SelectedValueIds": [
"e124db82-ae46-4314-aed3-5d8c60bdf340",
"af2ecd09-62d5-408a-bf2c-5ca509e4efab"
]
}
]
},
{
"Identity": "4d8702e5-d55d-4654-b5a2-06924dea25c9",
"UniqueIdentity": "e9d74d02-6d13-4c00-a36a-4474d1f52588",
"Permissions": [
{
"PermissionClaim": {
"ClaimType": "sample string 1",
"ClaimValue": "sample string 2",
"ClaimTypeLower": "sample string 1",
"ClaimValueLower": "sample string 2"
},
"Identity": "c8017afb-b48c-4190-90f0-652ac7945220",
"Name": "sample string 2"
},
{
"PermissionClaim": {
"ClaimType": "sample string 1",
"ClaimValue": "sample string 2",
"ClaimTypeLower": "sample string 1",
"ClaimValueLower": "sample string 2"
},
"Identity": "c8017afb-b48c-4190-90f0-652ac7945220",
"Name": "sample string 2"
}
],
"FeaturePermissionDatum": [
{
"Identity": "6b52ec4f-2072-415d-90ee-a4b2f8c06563",
"Value": {},
"SelectedValueIds": [
"e124db82-ae46-4314-aed3-5d8c60bdf340",
"af2ecd09-62d5-408a-bf2c-5ca509e4efab"
]
},
{
"Identity": "6b52ec4f-2072-415d-90ee-a4b2f8c06563",
"Value": {},
"SelectedValueIds": [
"e124db82-ae46-4314-aed3-5d8c60bdf340",
"af2ecd09-62d5-408a-bf2c-5ca509e4efab"
]
}
]
}
]
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
HttpResponseMessage| Name | 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. |