Update Order Channels
post
/config/sim/v2/setup/updateOrderChannels
Updates the Order Channels.
Request
Supported Media Types
- application/json
- multipart/form-data
Header Parameters
-
Simphony-AuditTrailRef: string
Detail that identifies, who made the change.
Order Channel Request Body for Create and Update Requests
Root Schema : schema
Type:
object
Order Channel Request Body for Create and Update Requests
Show Source
-
active:
boolean
A Boolean flag indicating the order channel is activeExample:
true
-
hierUnitId(required):
integer
Unique hierarchy unit referenceExample:
2
-
name(required):
object name
A string that contains translations into multiple languages
-
objectNum(required):
integer
Object number of the Order ChannelExample:
2
Nested Schema : name
Type:
object
A string that contains translations into multiple languages
Example:
{
"1":"Order Channel",
"2":"Bestellkanal",
"3":"Canal de pedidos"
}
Response
Supported Media Types
- application/json
200 Response
Order Channel Updated.
Root Schema : schema
Type:
Show Source
object
-
hierUnitId:
integer
Unique hierarchy unit valueExample:
1
-
objectNum:
integer
Unique reference of the Order ChannelExample:
2