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": "5393e198-84c9-47c5-a586-8f04eec36a0a",
  "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.