Update Order Types

post

/config/sim/v1/setup/updateordertypenames

Updates the Order Type. If Order Type is not found, it creates a new Order Type.

Request

Supported Media Types
Header Parameters
Body ()
CUD Request Body
Root Schema : OrderTypeCUDRequestBody
Type: object
Model for Order Type CUD Request
Show Source
Nested Schema : dataExtensions
Type: array
An array of data extensions for the Order Types
Show Source
Nested Schema : TranslatedString
Type: object
Additional Properties Allowed
Show Source
A string that contains translations into multiple languages
Example:
{
    "en-US":"Coffee",
    "de-DE":"Kaffee",
    "es-MX":"Cafe"
}
Nested Schema : OrderType_dataExtentions
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Response object
Body ()
Root Schema : OrderTypeResponse
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