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": "96ee3d96-07ac-4957-893f-56a5ee87e64b", "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.