πUser rights
Each functionality provided by API has one of following access restrictions:
None: Resource is whitelisted during authorization, and no authorization is required to access the resource.
Authorized : Authenticated is required to access resource, but no specific user right is required. Unauthenticated users are forbidden to invoke given action.
Right(s) required: User must be authorized and must have specific "user right(s)" assigned to access the resource. Note that specific payloads may modify rights that are required to perform given action. Example: user may update ticket with user right
ticketUpdate. But if provided ticket contains item quantity decrease, API requires additionalstornoright.
Rights list
Api key
apiKeyCreateapiKeyUpdateapiKeyDelete
Article category
articleCategoryCreatearticleCategoryUpdatearticleCategoryDelete
Currency
currencyCreatecurrencyUpdatecurrencyDelete
Customer
customerCreatecustomerUpdatecustomerDeletecustomerSetCreditcustomerSetDiscount
Company
companyCreatecompanyUpdatecompanyDelete
Daily sales report
dsrCreatedsrUpdatedsrDeletedsrCloseManually
Device
deviceCreatedeviceUpdatedeviceDelete
Fiscal
fiscalCreatefiscalUpdatefiscalDeletefiscalOpenDrawerfiscalCashTransferfiscalPrintRecordCopysummaryIntervalSalesReportdetailedIntervalSalesReportoverviewSalesReportdoDailySalesReportfiscalPrintDailySalesReportCopyprintNonfiscalRecord
License
licenseGetlicenseActivate
Modifiers
modifierCreatemodifierUpdatemodifierDelete
Order endpoints
orderEndpointCreateorderEndpointUpdateorderEndpointDelete
Orders
orderUpdateorderDeleteorderProcess
Payment types
paymentTypeCreatepaymentTypeUpdatepaymentTypeDelete
PLUs
pluCreatepluUpdatepluDelete
Roles
roleCreateroleUpdateroleDelete
Stats
statsstatsCurrentstatsPlusstatsPrintstatsTicketsstatsTicketsCurrent
Stocks
stockCreatestockUpdatestockDelete
Stock transfers
stockTransferCreatestockTransferUpdatestockTransferUpdateAnystockTransferDeletestockTransferClose
Stock transfer numberings
stockTransferNumberingCreatestockTransferNumberingUpdatestockTransferNumberingDelete
Stock takings
stockTakingCreatestockTakingUpdatestockTakingDeletestockTakingClose
Tickets
ticketCreateticketUpdateticketUpdateAnyticketDeleteticketRenameticketSetDiscountticketSetCustomerticketCloseticketCloseAnyticketCloseAsticketCloseToAnyFiscalticketPrintPreliminaryticketSplitticketMergeticketHandoverticketTakeoverticketRefund
User
userCreateuserUpdateuserDelete
Vats
vatCreatevatUpdatevatDelete
Zones
zoneCreatezoneUpdatezoneDelete
Others
(not enforced in current version)negativeSalestornoadmin- represents the consolidation of all rights. When a user possesses this right, they are automatically granted all other rights.
Last updated
Was this helpful?