Update Cashiers
post
/config/sim/v1/employees/updateCashiers
Updates cashiers. If cashiers is not found, it creates new cashiers.
Request
Supported Media Types
- application/json
- multipart/form-data
Header Parameters
-
Simphony-AuditTrailRef: string
Detail that identifies, who made the change.
A CU request body
Root Schema : CUCashiersRequestBody
Type:
object
Model for Cashiers CU Request
Show Source
-
hierUnitId(required):
integer
Unique hierarchy unit id of the revenue center.Example:
3599
-
name(required):
object name
A group of string objects representing the name of the cashiers in configured languages.
-
objectNum(required):
integer
Object number of the cashiers.Example:
1
Nested Schema : name
Type:
object
A group of string objects representing the name of the cashiers in configured languages.
Example:
{
"en-US":"Cashier",
"de-DE":"La caissiere",
"es-MX":"Cajero"
}
Response
Supported Media Types
- application/json
200 Response
Cashiers object Updated or Added.
Root Schema : schema
Type:
Show Source
object
-
hierUnitId:
integer
Unique hierarchy unit id of the revenue center.Example:
1
-
objectNum:
integer
Object number of the cashiersExample:
1