POST api/{apiVersion}/NotificationSettings/Set
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
NotificationSettingsCategoryRequestName | Description | Type | Additional information |
---|---|---|---|
CustomerId | globally unique identifier |
None. |
|
Content | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "CustomerId": "62ceec90-499b-406c-889b-946021265942", "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.