Update Order Type Parameters
post
/config/sim/v1/setup/updateOrdertypeParameters
Updates the Order Type Parameter. If Order Type Parameter is not found, it creates a new Order Type Parameter.
Request
Supported Media Types
- application/json
- multipart/form-data
Header Parameters
-
Simphony-AuditTrailRef(optional): string(string)
Detail that Identifies that who made the change
-
Simphony-OrgShortName: string
The ShortName of the organization
Order Type Parameters Resource Object
Root Schema : OrderTypeParametersResourceObject
Type:
Show Source
object
-
active(optional):
boolean
A Boolean flag indicating the order type is activeExample:
false
-
hierUnitId:
integer
Unique hierarchy unit referenceExample:
2
-
hierUnitName(optional):
object TranslatedString_HierUnitName
Additional Properties Allowed: additionalPropertiesA group of string objects representing the name of the hierarchy unit configured languages
-
hierUnitObjNum(optional):
integer
Object number of the hierarchy unitExample:
1
-
kdsHighlightSchemeName(optional):
object TranslatedString
Additional Properties Allowed: additionalPropertiesA string that contains translations into multiple languages **Example** `{ "en-US": "coffee", "de-DE": "kaffee", "ar-AR": "????????" }`
-
kdsHighlightSchemeObjNum(optional):
integer
Object number of the KDS Highlight Scheme to use for the order type parameterExample:
0
-
name:
object TranslatedString
Additional Properties Allowed: additionalPropertiesA string that contains translations into multiple languages **Example** `{ "en-US": "coffee", "de-DE": "kaffee", "ar-AR": "????????" }`
-
objectNum:
integer
Unique reference of the Order TypeExample:
1
-
options(optional):
string
A string value of 0???s & 1???s representing enabled or disabled optionsExample:
0000000000000000000000
-
optionsExt(optional):
object OrderTypeParameters_OptionsExt
-
orderDeviceMask(optional):
string
A string value of 0???s & 1???s representing the enablement or disablement of the order device mask associated with the Order Type parameterExample:
00000000
-
orderDeviceMaskExt(optional):
object OrderTypeParameters_orderDeviceMaskExt
-
slaTime(optional):
integer
Service Level Agreement TimeExample:
0
-
taxMask(optional):
string
A string value of 0???s & 1???s representing the enablement or disablement of the tax mask associated with the Order Type parameterExample:
0000000000000000000000
-
taxMaskExt(optional):
object OrderTypeParameters_taxMaskExt
Nested Schema : TranslatedString_HierUnitName
Type:
object
Additional Properties Allowed
Show Source
A group of string objects representing the name of the hierarchy unit configured languages
Example:
{
"en-US":"Enterprise",
"es-SS":"Empresa",
"lt=LT":"??mon??"
}
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", "ar-AR": "????????" }`
Example:
{
"en-US":"Coffee",
"de-DE":"Kaffee",
"ar-AR":"????????"
}
Nested Schema : OrderTypeParameters_OptionsExt
Type:
Show Source
object
-
alwaysUseKDSPrepTime(optional):
boolean
A Boolean flag indicating to suppress Menu Item Class | Options | 83 and 84.Example:
false
-
dontPostTransToTipReportTotals(optional):
boolean
A Boolean flag indicating to prevent posting sales for this Order Type to the Gross Receipts and Charged Receipts totals on Tip Reports.Example:
false
-
enableGuesTCountByMenuItemInTransService(optional):
boolean
A Boolean flag indicating to enable transaction services to count guests like POS operations.Example:
false
-
enableRoutingOrderByOrderType(optional):
boolean
A Boolean flag indicating to control order routing by Order Type.Example:
false
-
forgiveInclTax(optional):
boolean
A Boolean flag indicating to forgive the Inclusive Tax for eligible Menu Items, Australian GST only.Example:
false
-
kdsAllowItemPrintOnAllPrepDone(optional):
boolean
A Boolean flag indicating to allow printing a runner chit for each item in the all prep done state.Example:
false
-
performAutoComboRecognition(optional):
boolean
A Boolean flag indicating to automatically perform Auto-Combo Recognition when a workstation operator changes the workstation to this Order Type.Example:
false
-
printOnCustomerReceiptAndCheck(optional):
boolean
A Boolean flag indicating to print the Order Type name on customer receipts and guest checks.Example:
false
-
printOnOrderPrinter(optional):
boolean
A Boolean flag indicating to print the Order Type name on order printers.Example:
false
-
supressDiningCourse(optional):
boolean
A Boolean flag indicating to ignore Dining Courses for orders using this Order Type.Example:
false
-
transCancelDefault(optional):
boolean
A Boolean flag indicating to apply this Order Type to transactions that are canceled before declaring an Order Type.Example:
false
Nested Schema : OrderTypeParameters_orderDeviceMaskExt
Type:
Show Source
object
-
mask(optional):
boolean
A Boolean flag indicating to mask the order device for the order type.Example:
false
-
orderDeviceNum(optional):
integer
Object number of the order device that is to be masked with the Order Type.Example:
1
Nested Schema : OrderTypeParameters_taxMaskExt
Type:
Show Source
object
-
mask(optional):
boolean
A Boolean flag indicating to mask the tax for the order type.Example:
false
-
taxObjNum(optional):
integer
Object number of the tax that is to be masked with the Order Type.Example:
1
Response
Supported Media Types
- application/json
200 Response
Response object
Root Schema : OrderTypeParameterResponse
Type:
Show Source
object
-
hierUnitId(optional):
integer
Unique hierarchy unit valueExample:
1
-
objectNum(optional):
integer
Unique reference of the Order Type ParameterExample:
1
400 Response
400 Bad Request
Root Schema : ErrorDetails
Type:
object
Response body when the request returns an error.
Show Source
-
detail(optional):
string
A short, human-readable summary of the problem.Example:
Specified Data is invalid
-
errorDetails(optional):
string
A human-readable explanation specific to this occurrence of the problem.Example:
Entity Does Not Exist
-
o:errorCode(optional):
integer
Error code of the problemExample:
55223
-
status(optional):
integer
HTTP status code.Example:
400
-
title(optional):
string
A short, human-readable summary of the problem type.Example:
VALIDATION ERROR
-
type(optional):
string
A URI reference that identifies the problem type. When this member is not present, its value is assumed to be "about:blank".Example:
http://www.abc.org/xyz.html