Update Cashiers

post

/config/sim/v1/employees/updateCashiers

Updates cashiers. If cashiers is not found, it creates new cashiers.

Request

Supported Media Types
Header Parameters
Body ()
A CU request body
Root Schema : CUCashiersRequestBody
Type: object
Model for Cashiers CU Request
Show Source
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"
}
Back to Top

Response

Supported Media Types

200 Response

Cashiers object of the organization.
Body ()
Root Schema : DeleteRequestBody
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