Update Revenue Center Parameters

post

/config/sim/v1/hierarchy/updateRevenueCenterParameters

Updates the parameter of the specified revenue center of the given location. If revenue center parameter is not found is not found, it creates a new revenue center parameter.

Request

Supported Media Types
Header Parameters
Body ()
Request body
Root Schema : RevenueCenterParameter
Type: object
Show Source
Nested Schema : RevenueCenterParameter_addOrTransferRVCs
Type: object
An object representing the eight revenue centers from which checks can be transferred into this revenue center.
Show Source
Nested Schema : TranslatedString_autoFireEmpName
Type: object
A string that contains translations of Auto Fire Employee Name into multiple languages
Example:
{
    "en-US":"Employee",
    "de-DE":"Angestellter",
    "ar-AR":"????????"
}
Nested Schema : RevenueCenterParameter_autoFireOptionsExt
Type: object
An object containing the descriptive autofire options list associated with the Revenue Center Parameter
Show Source
Nested Schema : TranslatedString_autofireWSName
Type: object
A string that contains translations of autofireWSName into multiple languages
Example:
{
    "en-US":"WS",
    "de-DE":"WS",
    "ar-AR":"WS"
}
Nested Schema : RevenueCenterParameter_creditCardOptionsExt
Type: object
An object containing the descriptive credit card options list associated with the Revenue Center Parameter
Show Source
Nested Schema : TranslatedString_defaultAutoFireTenderMediaName
Type: object
A string that contains translations of defaultAutoFireTenderMediaName into multiple languages
Example:
{
    "en-US":"Cash",
    "de-DE":"Kasse",
    "ar-AR":"????????"
}
Nested Schema : RevenueCenterParameter_interfaces
Type: object
An object representing the eight revenue centers from which checks can be transferred into this revenue center.
Show Source
Nested Schema : locName
Type: object
A group of string objects representing the name of the location configured languages
Example:
{
    "en-US":"Enterprise",
    "es-SS":"Empresa",
    "lt=LT":"?mon?"
}
Nested Schema : name
Type: object
Additional Properties Allowed
Show Source
A group of string objects representing the name of the revenue center configured languages
Example:
{
    "en-US":"Enterprise",
    "es-SS":"Empresa",
    "lt=LT":"?mon?"
}
Nested Schema : RevenueCenterParameter_optionsExt
Type: object
An object containing the descriptive options list associated with the Revenue Center Parameter.
Show Source
Nested Schema : overridenSODTimes
Type: array
An array of overridden start of day times.
Show Source
Nested Schema : RevenueCenterParameter_postingOptionsExt
Type: object
An object containing the descriptive options list associated with the Revenue Center Parameter.
Show Source
Nested Schema : RevenueCenterParameter_tmsInterfaceOptions
Type: object
An object containing the table management system interface options for the revenue center
Show Source
Nested Schema : RevenueCenterParameter_overridenSODTimes
Type: object
Show Source
Nested Schema : TranslatedString_tmsLinkName
Type: object
A string that contains translations of tmsLinkName into multiple languages
Example:
{
    "en-US":"TMS",
    "de-DE":"TMS",
    "ar-AR":"TMS"
}
Nested Schema : RevenueCenterParameters_tmsOptionsExt
Type: object
Show Source
Nested Schema : TranslatedString_tmsUserWorkstationName
Type: object
A string that contains translations of tmsUserWorkstationName into multiple languages
Example:
{
    "en-US":"WS",
    "de-DE":"WS",
    "ar-AR":"WS"
}
Back to Top

Response

Supported Media Types

200 Response

A response body for Revenue Center Parameter
Body ()
Root Schema : RevenueCenterParameterResponse
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