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": "3c8a280b-e644-4ad2-b5ba-ed75efa66c78",
"UniqueIdentity": "b23f8f39-d9dd-4f80-bb02-0ef65ae0fd94",
"Permissions": [
{
"PermissionClaim": {
"ClaimType": "sample string 1",
"ClaimValue": "sample string 2",
"ClaimTypeLower": "sample string 1",
"ClaimValueLower": "sample string 2"
},
"Identity": "2825bc53-52f1-4a8f-94c7-3d0b24346e45",
"Name": "sample string 2"
},
{
"PermissionClaim": {
"ClaimType": "sample string 1",
"ClaimValue": "sample string 2",
"ClaimTypeLower": "sample string 1",
"ClaimValueLower": "sample string 2"
},
"Identity": "2825bc53-52f1-4a8f-94c7-3d0b24346e45",
"Name": "sample string 2"
}
],
"FeaturePermissionDatum": [
{
"Identity": "d4a250e5-6920-4691-94e4-9ce91f772400",
"Value": {},
"SelectedValueIds": [
"4be22ed9-f336-499e-9367-f52909e815e8",
"db43f6e9-611c-451e-8551-717efcee3e0b"
]
},
{
"Identity": "d4a250e5-6920-4691-94e4-9ce91f772400",
"Value": {},
"SelectedValueIds": [
"4be22ed9-f336-499e-9367-f52909e815e8",
"db43f6e9-611c-451e-8551-717efcee3e0b"
]
}
]
},
{
"Identity": "3c8a280b-e644-4ad2-b5ba-ed75efa66c78",
"UniqueIdentity": "b23f8f39-d9dd-4f80-bb02-0ef65ae0fd94",
"Permissions": [
{
"PermissionClaim": {
"ClaimType": "sample string 1",
"ClaimValue": "sample string 2",
"ClaimTypeLower": "sample string 1",
"ClaimValueLower": "sample string 2"
},
"Identity": "2825bc53-52f1-4a8f-94c7-3d0b24346e45",
"Name": "sample string 2"
},
{
"PermissionClaim": {
"ClaimType": "sample string 1",
"ClaimValue": "sample string 2",
"ClaimTypeLower": "sample string 1",
"ClaimValueLower": "sample string 2"
},
"Identity": "2825bc53-52f1-4a8f-94c7-3d0b24346e45",
"Name": "sample string 2"
}
],
"FeaturePermissionDatum": [
{
"Identity": "d4a250e5-6920-4691-94e4-9ce91f772400",
"Value": {},
"SelectedValueIds": [
"4be22ed9-f336-499e-9367-f52909e815e8",
"db43f6e9-611c-451e-8551-717efcee3e0b"
]
},
{
"Identity": "d4a250e5-6920-4691-94e4-9ce91f772400",
"Value": {},
"SelectedValueIds": [
"4be22ed9-f336-499e-9367-f52909e815e8",
"db43f6e9-611c-451e-8551-717efcee3e0b"
]
}
]
}
]
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. |