Update Revenue Centers

post

/config/sim/v2/hierarchy/updateRevenueCenters

Updates the revenue center

Request

Supported Media Types
Header Parameters
Body ()
RevenueCenter object of the organization
Root Schema : RevenueCenterUpdatev2
Type: object
Model for RevenueCenter Object
Show Source
  • The address line 1 for the revenue center.
    Example: Address Line 1
  • The address line 2 for the revenue center.
    Example: Address Line 2
  • The address line 3 for the revenue center.
    Example: Address Line 3
  • The city for the revenue center.
    Example: City
  • ConsumerFacingName
    A group of string objects representing the consumer facing name of the revenue center in the configured languages
  • The country code for the revenue center.
    Example: US
  • dataExtensions
    An array of extension data associated with the revenue center
  • The floor of the building.
    Example: 1st Floor
  • Unique reference of the hierarchy unit of the revenue center
    Example: 1
  • A flag indicating if LDS is activated for this revenue center.
    Example: false
  • The unique reference of the KDS Controller that controls the KDS Display Order Devices in this revenue center. Oracle recommends using no more than 15 KDS Display Order Devices on a single KDS Controller
    Example: 2
  • The revenue center latitude. Latitude must be within range -90 to +90
    Example: 12.23
  • Unique reference of the hierarchy unit of the property
    Example: 1
  • The revenue center longitude. Longitude must be between -180 and 180
    Example: 12.34
  • name
    A group of string objects representing the name of the revenue center configured languages
  • Object number of the revenue center
    Example: 1
  • The phone number of the revenue center. If it is not null, the phoneCountryCode is required.
  • The phone number country code of the revenue center. It cannot be null when assigning a phone number to the property.
    Example: US
  • rvcGroups
    An object containing the descriptive options list associated with the revenue center groups associated with this revenue center
  • A string value of 0s & 1s of length 32 representing the enablement or disablement of the revenue center types associated with the revenue center. If not specified, this will represent the default options associated with the revenue center
    Example: 11111111111111111111111111111111
  • The state or region for the revenue center. It cannot be null when stateOrRegionCode is not null.
    Example: New York
  • The state or region code for the revenue center. It cannot be null when stateOrRegion is not null.
    Example: NY
  • The ZIP or postal code for the revenue center.
    Example: YXA123
Nested Schema : ConsumerFacingName
Type: object
A group of string objects representing the consumer facing name of the revenue center in the configured languages
Example:
{
    "1":"Enterprise",
    "2":"Unternehmen",
    "3":"Empresa"
}
Nested Schema : dataExtensions
Type: array
An array of extension data associated with the revenue center
Show Source
Example:
{
    "columnName":"extension column 1",
    "value":"value 1"
}
Nested Schema : name
Type: object
A group of string objects representing the name of the revenue center configured languages
Example:
{
    "1":"Enterprise",
    "2":"Unternehmen",
    "3":"Empresa"
}
Nested Schema : rvcGroups
Type: array
An object containing the descriptive options list associated with the revenue center groups associated with this revenue center
Show Source
Example:
{
    "rvcGroupNum":"1"
}
Nested Schema : items
Type: object
Show Source
  • The name of the extension data column
    Example: extension column 1
  • The value associated with the extension data column
    Example: value 1
Nested Schema : items
Type: object
Show Source
  • The object number of the revenue center group associated with the revenue center
    Example: 1
Back to Top

Response

Supported Media Types

200 Response

Revenue Center object of a location
Body ()
Root Schema : RevenueCenterResponse
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