Add Order Types

post

/config/sim/v1/setup/ordertypenames

Adds the Order Type Name

Release Description
23.5 Starting from Simphony version 19.8, Add Order Types API will no longer be available.

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