Get Service Charges
post
/config/sim/v2/sales/getServiceCharges
Gets all the Service Charge configured
Request
Supported Media Types
- application/json
- multipart/form-data
A request body
Root Schema : ServiceChargeGetRequestBodyv2
Type:
object
The input Body model that needs to be given.
Show Source
-
include:
string
Objects included in responseExample:
locations
-
includeAll:
string
This can take 2 values: basic or detailed. If 'basic' is specified, The response contains all the properties of the object except
Ext values. If 'detailed' is specified, The response contains all the properties of the object. Example:detailed
-
langIds:
string
If specified, limits translated strings returnedExample:
1,2,3
-
limit:
integer
If using paging, number of results returned in this page.Example:
10
-
offset:
integer
Starting resource record indexExample:
0
-
orderBy:
string
Sorts the response by the specified field name and sort orderExample:
objectNum:asc
-
searchCriteria:
string
Search criteria to filter results based on field valueExample:
where equals(active,1)
Response
Supported Media Types
- application/json
200 Response
A collection of ServiceCharge entities in an organization.
Root Schema : ServiceChargeGetResponsev2
Type:
Show Source
object
-
count:
integer
Current response record count.Example:
9
-
hasMore:
boolean
Flag indicating if there are more objects to fetch.Example:
true
-
items:
array items
Array of service charge objects of the organization.
-
limit:
integer
Server page sizeExample:
10
-
offset:
integer
Starting resource record indexExample:
0
-
totalResults:
integer
Total number of rows (excluding the paging parameters)Example:
100
Nested Schema : items
Type:
array
Array of service charge objects of the organization.
Show Source
-
Array of:
object ServiceChargeResponsev2
Model for Service Charge Object
Nested Schema : ServiceChargeResponsev2
Type:
object
Model for Service Charge Object
Show Source
-
amount:
integer
Maximum amount allowed for an open-priced or amount ServiceChargeExample:
1
-
consumerDisplayname:
object consumerDisplayname
A group of string objects representing the name of the Service Charge in configured languages
-
dataExtensions:
array dataExtensions
An array of data extensions
-
effGrpObjNum:
integer
Object number of the Effectivity Group for the current recordExample:
1
-
externalReference1:
string
An alpha-numeric string containing a reference to an external system value. Maximum length of the string can be 32Example:
ExternalReference1
-
externalReference2:
string
An alpha-numeric string containing a reference to an external system value. Maximum length of the string can be 32Example:
ExternalReference2
-
halo:
integer
Maximum amount allowed for an open-priced or amount ServiceChargeExample:
1
-
hierUnitId:
integer
Unique reference of the hierarchy unit of the propertyExample:
1
-
hierUnitObjNum:
integer
Object number of the hierarchy unitExample:
1
-
mainLevelPopup:
integer
The Main Level that activates after pressing the ServiceChargeExample:
1
- menuLevels: object menuLevels
-
name:
object name
A group of string objects representing the name of the Service Charge in configured languages
-
nlu:
integer
A unique Number Lookup (0-9,999,999,999) for the ServiceChargeExample:
1
-
objectNum:
integer
Object number of the Service ChargeExample:
1
-
options:
string
A String of Values of 0s and 1s of length 56 representing the enablement or disablement of the options associated with ServiceChargesExample:
00000000000000000000000000000000000000000000000000000000
-
optionsExt:
object optionsExt
An object containing the descriptive option list
-
percent:
integer
Percentage for the manual ServiceCharge.Example:
1
-
percentToTipsPaid:
integer
Percentage for the manual ServiceCharge.Example:
1
-
pickupTenderOrMediaObjNum:
integer
Print Class for the DiscountExample:
1
-
printClassObjNum:
integer
Print Class for the DiscountExample:
1
-
privilegeGroup:
integer
Privilege Group number to restrict the use of the ServiceChargeExample:
1
-
reportGroupObjNum:
integer
Report Group to associate with the ServiceCharge.Example:
1
-
subLevelPopup:
integer
The Main Level that activates after pressing the ServiceChargeExample:
1
-
svcItmzr:
string
A string value of 0s & 1s of length 8 representing the enablement or disablement of the ServiceCharge itemizers on which the ServiceCharge is computableExample:
1
-
svcItmzrExt:
object svcItmzrExt
An object containing the descriptive list associated with the condiment set associated with the menu item
-
svcSLUNum:
integer
Object number of the Screen Lookup key for the ServiceCharge.Example:
1
-
taxClassObjNum:
integer
Tax Class to be ServiceChargeedExample:
1
-
transDefaultMainLevel:
boolean
A Boolean flag indicating to return the transaction to the default Main Level after pressing the ServiceChargeExample:
false
-
transDefaultSubLevel:
boolean
A Boolean flag indicating to return the transaction to the default Sub Level after pressing the ServiceCharge.Example:
false
Nested Schema : consumerDisplayname
Type:
object
A group of string objects representing the name of the Service Charge in configured languages
Example:
{
"1":"Enterprise",
"2":"Unternehmen",
"3":"Empresa"
}
Nested Schema : name
Type:
object
A group of string objects representing the name of the Service Charge in configured languages
Example:
{
"1":"Enterprise",
"2":"Unternehmen",
"3":"Empresa"
}
Nested Schema : optionsExt
Type:
object
An object containing the descriptive option list
Show Source
-
cashTips:
boolean
A Boolean flag indicating to add the Direct Cash Tips total on the Tip Reports. The Post to Charge Tips on Tip Reports and Post to Service Charges on Tip Reports options override this option.Example:
false
-
configureAsBanquetFee:
boolean
A Boolean flag indicating to include the amount of the service charge transaction in the Tip line item of a banquet check.Example:
false
-
configureAsBanquetTip:
boolean
A Boolean flag indicating to post the menu item net value to the Automatic Service Charge Itemizer, reducing the Automatic Service Charge when the ServiceCharge is applied.Example:
false
-
donotPostToGrossReceipts:
boolean
A Boolean flag indicating to prevent sales on checks with this service charge from posting to Gross F&B Receipts on Tip Reports. When enabled, the Post to Charge Tips Total on Tip Reports option must be disabled. This is for service charges that meet the U.S. Internal Revenue Service's definition of non-allocable receipts (as defined in the IRS Instructions for Form 8027). Deselect to allow this service charge to post to Gross F&B Receipts on the Tip Reports.Example:
false
-
giftCertificateSold:
boolean
A Boolean flag indicating to create a service charge that can be paid without posting to Simphony's sales totals. This option is similar to option 7 - Non-Revenue Service Charge, except menu items can be present on the check in addition to this service charge. When enabled (1) optionExample:
false
-
isAmount:
boolean
A Boolean flag indicating to make the service charge an amount service charge. Deselect to make the service charge a percentage service charge.Example:
false
-
isCashManagementTransactionItem:
boolean
A Boolean flag indicating to include the service charge in Cash Management tracking and reporting.Example:
false
-
isItemSharable:
boolean
A Boolean flag indicating to share items between two or more seats or two or more checks when using Touch Edit or Touch Split.Example:
false
-
isNonRevenueServiceCharge:
boolean
A Boolean flag indicating to create a service charge that can be paid by credit card without posting to Simphony's sales totals (for example, a service charge that is used for Gift Certificate Sales). You can track the amount, if necessary, by a tracking group total. When enabled , (1) you must program the service charge as an amount service charge, (2) a non-revenue service charge cannot be posted to a check that contains menu items unless the service charge is a Gift Card or rental deposit or the check is a Fast Transaction, and (3) if a cashier link is required for tendering, then a cashier link is also required to post a non-revenue service charge.Example:
false
-
isOpen:
boolean
A Boolean flag indicating to make the service charge an open service charge, prompting workstation operators for the amount or percentage. Deselect to use a preset amount or preset percentage for the service charge.Example:
false
-
isRentalDeposit:
boolean
A Boolean flag indicating to use the service charge as a rental deposit. You can enable this option for non-revenue service charges. Unlike traditional non-revenue service charges, a check can contain more than one rental deposit service charge.Example:
false
-
postToChargedTipsTotalOnTipsReport:
boolean
A Boolean flag indicating to post the service charge to the Direct Charged Tips total and to add it to the Total Tips. When enabled (1) deselect Do Not Post to Gross Receipts, (2) select either the Post to Charged Tips Total on Tip Reports option or the Post to Service Charges Total on Tip Reports option, but not both, and (3) Workstation operators must enter a charged tip payment using a tendering key that has the Tender/Media option Post to Charged Receipts on Tip Reports enabled.Example:
false
-
postToServiceChargesTotalOnTipsReport:
boolean
A Boolean flag indicating to post the service charge to the Service Charges total, but not the Total Tips or the Gross F&B Receipts total. You must select either option Post to Charge Tips Total on Tip Reports or Post to Service Charges Total on Tip Reports, but not both. Deselect to post the service charge to the Gross F&B Receipts, but not the Service Charges.Example:
false
-
prorateSVCToMenuItems:
boolean
A Boolean flag indicating if the Service Charge will be prorated based on the value of the active menu items. This will override the requirement for the minimum number of guest count for a memo check, if the minimum guest count requirement is met for the whole checkExample:
false
-
referenceEntryRequired:
boolean
A Boolean flag indicating to require workstation operators to enter a Reference Entry when using the Service Charge.Example:
false
-
resetItemizers:
boolean
A Boolean flag indicating to prevent this service charge or another service charge from being applied twice to menu items that post to the same Service Charge Itemizers. Deselect to allow multiple service charges on the same Service Charge Itemizers.Example:
false
-
serviceChargeAddsToGuestCount:
boolean
A Boolean flag indicating to increment the guest count for a transaction by one whenever the service charge is applied. This option is used for non-revenue service charges that are used as cover charges. RVC Parameters option Use Number of Seats for Guest Count overrides this option.Example:
false
-
usedForStoredValueTransactions:
boolean
A Boolean flag indicating to prevent other ServiceCharges from being added to the checkExample:
false
-
useFloorAmount:
boolean
A Boolean flag indicating to use the service charge for stored value transactions.Example:
false
-
validationRequired:
boolean
A Boolean flag indicating to print a validation chit when using the service chargeExample:
false
Nested Schema : svcItmzrExt
Type:
object
An object containing the descriptive list associated with the condiment set associated with the menu item
Show Source
-
svcItmzr1:
boolean
A Boolean flag indicating if the service charge is computable on service charge itemizer 1Example:
false
-
svcItmzr2:
boolean
A Boolean flag indicating if the service charge is computable on service charge itemizer 2Example:
false
-
svcItmzr3:
boolean
A Boolean flag indicating if the service charge is computable on service charge itemizer 3Example:
false
-
svcItmzr4:
boolean
A Boolean flag indicating if the service charge is computable on service charge itemizer 4Example:
false
-
svcItmzr5:
boolean
A Boolean flag indicating if the service charge is computable on service charge itemizer 5Example:
false
-
svcItmzr6:
boolean
A Boolean flag indicating if the service charge is computable on service charge itemizer 6Example:
false
-
svcItmzr7:
boolean
A Boolean flag indicating if the service charge is computable on service charge itemizer 7Example:
false
-
svcItmzr8:
boolean
A Boolean flag indicating if the service charge is computable on service charge itemizer 8Example:
false
Nested Schema : items
Type:
Show Source
object
-
columnName:
string
Name of the extension fieldExample:
extension column 1
-
value:
string
Value of the extension fieldExample:
Value1
400 Response
400 Bad Request
Root Schema : ErrorDetails
Type:
object
Response body when the request returns an error.
Show Source
-
detail(required):
string
A short, human-readable summary of the problem.Example:
Specified Data is invalid
-
errorDetails(required):
string
A human-readable explanation specific to this occurrence of the problem.Example:
Entity Does Not Exist
-
o:errorCode(required):
integer
Error code of the problemExample:
55223
-
status(required):
integer
HTTP status code.Example:
400
-
title(required):
string
A short, human-readable summary of the problem type.Example:
VALIDATION ERROR
-
type(required):
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
404 Response
404 Requested resource not found