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 : RevenueCenterParameterCUDRequestBody
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
  • Object number of the 1st revenue center from which checks can be transferred into this revenue center
    Example: 0
  • Object number of the 2nd revenue center from which checks can be transferred into this revenue center
    Example: 0
  • Object number of the 3rd revenue center from which checks can be transferred into this revenue center
    Example: 0
  • Object number of the 4th revenue center from which checks can be transferred into this revenue center
    Example: 0
  • Object number of the 5th revenue center from which checks can be transferred into this revenue center
    Example: 0
  • Object number of the 6th revenue center from which checks can be transferred into this revenue center
    Example: 0
  • Object number of the 7th revenue center from which checks can be transferred into this revenue center
    Example: 0
  • Object number of the 8th revenue center from which checks can be transferred into this revenue center
    Example: 0
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 : overridenSODTimes
Type: array
An array of overridden start of day times.
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",
    "es-MX":"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":"Workstation",
    "de-DE":"Arbeitsplatz",
    "es-MX":"puesto de trabajo"
}
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