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": "f78b459d-a980-4165-a9ad-d1d9b7c2bac4",
"UniqueIdentity": "3e83817c-39b2-49e8-9c8e-ae00339c836e",
"Permissions": [
{
"PermissionClaim": {
"ClaimType": "sample string 1",
"ClaimValue": "sample string 2",
"ClaimTypeLower": "sample string 1",
"ClaimValueLower": "sample string 2"
},
"Identity": "90f00b48-0acd-4941-91b5-a4e1dd21efc3",
"Name": "sample string 2"
},
{
"PermissionClaim": {
"ClaimType": "sample string 1",
"ClaimValue": "sample string 2",
"ClaimTypeLower": "sample string 1",
"ClaimValueLower": "sample string 2"
},
"Identity": "90f00b48-0acd-4941-91b5-a4e1dd21efc3",
"Name": "sample string 2"
}
],
"FeaturePermissionDatum": [
{
"Identity": "c11a2f0c-ff9f-4c86-849f-4831992e2de6",
"Value": {},
"SelectedValueIds": [
"c2f534e7-f1d1-4264-8275-a2f0761807c2",
"c30c5023-b215-43d5-98ad-7a2176ae6f7d"
]
},
{
"Identity": "c11a2f0c-ff9f-4c86-849f-4831992e2de6",
"Value": {},
"SelectedValueIds": [
"c2f534e7-f1d1-4264-8275-a2f0761807c2",
"c30c5023-b215-43d5-98ad-7a2176ae6f7d"
]
}
]
},
{
"Identity": "f78b459d-a980-4165-a9ad-d1d9b7c2bac4",
"UniqueIdentity": "3e83817c-39b2-49e8-9c8e-ae00339c836e",
"Permissions": [
{
"PermissionClaim": {
"ClaimType": "sample string 1",
"ClaimValue": "sample string 2",
"ClaimTypeLower": "sample string 1",
"ClaimValueLower": "sample string 2"
},
"Identity": "90f00b48-0acd-4941-91b5-a4e1dd21efc3",
"Name": "sample string 2"
},
{
"PermissionClaim": {
"ClaimType": "sample string 1",
"ClaimValue": "sample string 2",
"ClaimTypeLower": "sample string 1",
"ClaimValueLower": "sample string 2"
},
"Identity": "90f00b48-0acd-4941-91b5-a4e1dd21efc3",
"Name": "sample string 2"
}
],
"FeaturePermissionDatum": [
{
"Identity": "c11a2f0c-ff9f-4c86-849f-4831992e2de6",
"Value": {},
"SelectedValueIds": [
"c2f534e7-f1d1-4264-8275-a2f0761807c2",
"c30c5023-b215-43d5-98ad-7a2176ae6f7d"
]
},
{
"Identity": "c11a2f0c-ff9f-4c86-849f-4831992e2de6",
"Value": {},
"SelectedValueIds": [
"c2f534e7-f1d1-4264-8275-a2f0761807c2",
"c30c5023-b215-43d5-98ad-7a2176ae6f7d"
]
}
]
}
]
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. |