POST v1/waveRule/save

Update the value of a Wave Rule

Request Information

URI Parameters

None.

Body Parameters

WaveRuleModel
NameDescriptionTypeAdditional information
WaveRuleID

Unique identifier of the wave rule

integer

None.

Category

Wave Rule category

string

None.

RuleName

Wave Rule or Setting name

string

None.

Description

Description of the Wave Rule

string

None.

IsSystemRule

Indicates if wave rule is a system rule or not

boolean

None.

ControlType

The type of control the rule should display

string

None.

CurrentValue

The current value of the setting

string

None.

Request Formats

application/json, text/json

Sample:
{
  "waveRuleID": 1,
  "category": "sample string 2",
  "ruleName": "sample string 3",
  "description": "sample string 4",
  "isSystemRule": true,
  "controlType": "sample string 6",
  "currentValue": "sample string 7"
}

Response Information

Resource Description

WaveRuleModel
NameDescriptionTypeAdditional information
WaveRuleID

Unique identifier of the wave rule

integer

None.

Category

Wave Rule category

string

None.

RuleName

Wave Rule or Setting name

string

None.

Description

Description of the Wave Rule

string

None.

IsSystemRule

Indicates if wave rule is a system rule or not

boolean

None.

ControlType

The type of control the rule should display

string

None.

CurrentValue

The current value of the setting

string

None.

Response Formats

application/json, text/json

Sample:
{
  "waveRuleID": 1,
  "category": "sample string 2",
  "ruleName": "sample string 3",
  "description": "sample string 4",
  "isSystemRule": true,
  "controlType": "sample string 6",
  "currentValue": "sample string 7"
}