POST api/NotificationSettings/Set
Request Information
URI Parameters
None.
Body Parameters
NotificationSettingsCategoryRequestName | Description | Type | Additional information |
---|---|---|---|
CustomerId | globally unique identifier |
None. |
|
Content | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "CustomerId": "6a9d40c3-00ec-44e8-b0a8-6bdc506a0ba9", "Content": "sample string 2" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.