Update Order Channel Parameters
post
/config/sim/v1/setup/updateorderchannelparameters
Updates the Order Channel Parameter. If Order Channel Parameter is not found, it creates a new Order Channel Parameter.
Request
Supported Media Types
- application/json
- multipart/form-data
Header Parameters
-
Simphony-AuditTrailRef: string
Detail that identifies, who made the change.
Order Channel Parameters Request Body for Create and Update requests.
Root Schema : schema
Type:
Show Source
object
-
active:
boolean
A Boolean flag indicating the order channel is activeExample:
false
-
hierUnitId(required):
integer
Unique hierarchy unit referenceExample:
2
-
objectNum(required):
integer
Unique reference of the Order Channel ParameterExample:
2
-
options:
string
A string value of 0s & 1s of length 32 representing enabled or disabled optionsExample:
00000000000000000000000000000000
-
orderChannelId(required):
integer
Unique reference of the Order ChannelExample:
1
-
orderDeviceMask:
string
A string value of 0s & 1s of length 32 representing the enablement or disablement of the order device mask associated with the Order Channel parameterExample:
00000000000000000000000000000000
Response
Supported Media Types
- application/json
200 Response
Order channel parameters Updated or Added.
Root Schema : OrderChannelParameterCUResponse
Type:
Show Source
object
-
hierUnitId:
integer
Unique hierarchy unit valueExample:
1
-
objectNum:
integer
Unique reference of the Order Channel ParameterExample:
2