POST Profiles/UpdatePriviligedChanges
Request Information
URI Parameters
None.
Body Parameters
WhatsNewPriviligedMappping| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| listOfWhatsNewPriviligedMapper | Collection of WhatsNewPriviligedModel |
None. |
|
| ReleaseVersion | string |
None. |
|
| IsActive | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": 1,
"listOfWhatsNewPriviligedMapper": [
{
"WhatsNewId": 1,
"IsPriviliged": 1
},
{
"WhatsNewId": 1,
"IsPriviliged": 1
}
],
"ReleaseVersion": "sample string 2",
"IsActive": 3
}
application/xml, text/xml
Sample:
<WhatsNewPriviligedMappping xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DUA.Data.Models">
<IsActive>3</IsActive>
<ReleaseVersion>sample string 2</ReleaseVersion>
<UserId>1</UserId>
<listOfWhatsNewPriviligedMapper>
<WhatsNewPriviligedModel>
<IsPriviliged>1</IsPriviliged>
<WhatsNewId>1</WhatsNewId>
</WhatsNewPriviligedModel>
<WhatsNewPriviligedModel>
<IsPriviliged>1</IsPriviliged>
<WhatsNewId>1</WhatsNewId>
</WhatsNewPriviligedModel>
</listOfWhatsNewPriviligedMapper>
</WhatsNewPriviligedMappping>
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. |