POST api/{apiVersion}/NotificationSettings/Set

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiVersion

string

None.

Body Parameters

NotificationSettingsCategoryRequest
NameDescriptionTypeAdditional information
CustomerId

globally unique identifier

None.

Content

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": "efe1f77f-7d5f-4ca6-874b-6f064e6144b7",
  "Content": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.