PUT request/user/{id}/notification/config
Update User Notifications
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
Collection of UserNotificationConfigurationPutName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
IsAccess | boolean |
None. |
|
Name | string |
None. |
Request Formats
application/json, text/json
Sample:
[ { "id": 1, "name": "sample string 2", "isAccess": true }, { "id": 1, "name": "sample string 2", "isAccess": true } ]
text/html
Sample:
[{"id":1,"name":"sample string 2","isAccess":true},{"id":1,"name":"sample string 2","isAccess":true}]
application/xml, text/xml
Sample:
<ArrayOfUserNotificationConfigurationPut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCSCommercialAPI.Models.Users"> <UserNotificationConfigurationPut> <Id>1</Id> <IsAccess>true</IsAccess> <Name>sample string 2</Name> </UserNotificationConfigurationPut> <UserNotificationConfigurationPut> <Id>1</Id> <IsAccess>true</IsAccess> <Name>sample string 2</Name> </UserNotificationConfigurationPut> </ArrayOfUserNotificationConfigurationPut>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json, text/html
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>