Update Order Channels
post
/config/sim/v1/setup/updateorderchannels
Updates the Order Channels. If Order Channel is not found, it creates a new Order Channel.
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 : OrderChannelCURequestBody
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:
{
"en-US":"Order Channel",
"de-DE":"Bestellkanal",
"es-MX":"Canal de pedidos"
}
Response
Supported Media Types
- application/json
200 Response
Order Channel Updated or Added.
Root Schema : OrderChannelResponse
Type:
Show Source
object
-
hierUnitId:
integer
Unique hierarchy unit valueExample:
1
-
objectNum:
integer
Unique reference of the Order ChannelExample:
2