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
Header Parameters
Body ()
Order Channel Parameters Request Body for Create and Update requests.
Root Schema : OrderChannelParametersCURequestBody
Type: object
Show Source
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"
}
Nested Schema : OrderChannelParameters_OptionsExt
Type: object
Show Source
Nested Schema : OrderChannelParameters_orderDeviceMaskExt
Type: object
Show Source
  • A Boolean flag indicating to mask the order device for the order channel.
    Example: false
  • Object number of the order device that is to be masked with the Order Channel.
    Example: 1
Back to Top

Response

Supported Media Types

200 Response

Order channel parameters response body for Create and Update Requests
Body ()
Root Schema : OrderChannelParameterCUResponse
Type: object
Show Source

400 Response

400 Bad Request
Body ()
Root Schema : ErrorDetails
Type: object
Response body when the request returns an error.
Show Source
Back to Top