Update Employee Class Operators
post
/config/sim/v1/employees/classes/updateOperators
Updates operator record of the given employee class. If the operator record is not found is not found, it creates a new operator record for the Employee Class.
Request
Supported Media Types
- application/json
- multipart/form-data
Header Parameters
-
Simphony-AuditTrailRef: string
Detail that identifies, who made the change.
-
Simphony-OrgShortName: string
The ShortName of the organization
Request body
Root Schema : EmployeeClassOperator
Type:
Show Source
object
-
className(optional):
object EmployeeClassNameTranslatedString
A string that contains translations of Employee class name into multiple languages
-
hierUnitId:
integer
Unique hierarchy unit valueExample:
1
-
hierUnitName(optional):
object HierUnitNameTranslatedString
A string that contains translations of hierarchy unit name into multiple languages
-
hierUnitObjNum(optional):
integer
Hierarchy unit object numberExample:
2
-
objectNum:
integer
Object number of the employee Class.Example:
1
-
operatorType(optional):
integer
Type of the operatorExample:
0
-
options:
string
A string value of 0???s & 1???s representing the enablement or disablement of the options associated with the Revenue Center Operator recordExample:
0000000
-
optionsExt(optional):
object Employee_operators_optionsExt
-
rvcName(optional):
object RevenueCenterNameTranslatedString
A string that contains translations of name of revenue center into multiple languages
-
rvcObjNum:
integer
Object number of the revenue center.Example:
1
Nested Schema : EmployeeClassNameTranslatedString
Type:
object
A string that contains translations of Employee class name into multiple languages
Example:
{
"en-US":"Employee class",
"de-DE":"Mitarbeiterklasse",
"ar-AR":"?????? ????????????"
}
Nested Schema : HierUnitNameTranslatedString
Type:
object
A string that contains translations of hierarchy unit name into multiple languages
Example:
{
"en-US":"Property",
"de-DE":"Eigentum",
"ar-AR":"??????????"
}
Nested Schema : Employee_operators_optionsExt
Type:
Show Source
object
-
allowAssignedReceptacleAccess(optional):
boolean
Flag indicating to allow workstation operators to view and perform transactions for till and server bank receptacles when the workstation operator is not the owner or assigned user.Example:
false
-
cannotPerformFastTransactions(optional):
boolean
Flag indicating to require opening a check to begin each transaction.Example:
false
-
enableAutoPopUpEntryForStaydownOperator(optional):
boolean
Flag indicating to automatically sign out a staydown operator based on the Automatic Operator Popup Interval setting in Control Parameters. Deselect to allow staydown operators to remain signed on to the workstation.Example:
false
-
isPopupOperator(optional):
boolean
Flag indicating to sign the operator out of the workstation at the end of a transaction.Example:
false
-
preventMultipleReceptacleCounts(optional):
boolean
Flag indicating to prevent workstation operators from counting a till or server bank receptacle more than once.Example:
false
-
preventTransactionsOnceCountIsPerformed(optional):
boolean
Flag indicating to prevent operator from performing transactions once a count has occurred when option 27 (Prevent multiple receptacle counts) is enabled.Example:
false
-
requireCheckEmpNumberForNewChecks(optional):
boolean
Flag indicating to require assignment of a check employee when beginning a check.Example:
false
-
requireGuestCheckId(optional):
boolean
Flag indicating to require checks opened or picked up by the workstation operator to have a Guest Check ID.Example:
false
-
requireNumberOfGuestsEntryForNewChecks(optional):
boolean
Flag indicating to require number of guests entry when beginning a check.Example:
false
-
requireSeatNumberEntry(optional):
boolean
Flag indicating to require the operator to have an active seat number when beginning a transaction.Example:
false
-
requireTableNumberEntryToBeginOrPickupChecks(optional):
boolean
Flag indicating to require table number entry when beginning a check.Example:
false
-
sortGuestCheckSLUByTableName(optional):
boolean
Flag indicating to sort the Open Checks SLU for the workstation operator by Table Name.Example:
false
-
useEmpNumberToOpenCheckForAnotherEmployee(optional):
boolean
Flag indicating to require entry of the Employee Number of the workstation operator for whom the check is being started. Deselect to require Employee ID entry of the other workstation operator.Example:
false
-
viewBlindTotals(optional):
boolean
Flag indicating to allow workstation operators to view over and under calculations on count sheets.Example:
false
Nested Schema : RevenueCenterNameTranslatedString
Type:
object
A string that contains translations of name of revenue center into multiple languages
Example:
{
"en-US":"Revenue Center",
"de-DE":"Einnahmenzentrum",
"ar-AR":"???????????? ??????????????????"
}
Response
Supported Media Types
- application/json
200 Response
Response Object
Root Schema : EmployeeClassOperatorResponse
Type:
Show Source
object
-
hierUnitId:
integer
Unique hierarchy unit value where the employee class is configuredExample:
1
-
objectNum:
integer
Object number of the Employee ClassExample:
2
-
rvcObjNum:
integer
Unique hierarchy unit value where the employee class is configuredExample:
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