βοΈSettings
This page provides a description of the available API routes for managing settings.
API methods
Get settings
Headers
Name
Type
Description
{
"Portos.Features.Qerko":
{
"IsEnabled": true,
"ApiKey": "aaaa-bbbb-cccc-dddd-eeee-ffff",
"Environment": "development",
"StockName": "Qerko",
"FiscalName": "eKasa",
"TicketForm": "Print",
"PaymentTypeNumber": 2,
"AllowPartialPayment": true,
"IsTipAllowed": true,
"IsOrderToTicketEnabled": true,
"IsOrderToTableEnabled": true,
"IsTakeAwayOrderEnabled": true,
"IsOrderConfirmationPrintingEnabled": true,
"IsPaymentConfirmationPrintingEnabled": true,
"IsNettoTipOnPaymentConfirmationEnabled": false,
"UploadMenuOnStart": true,
"OutOfStockMode": "belowMinimalStockQuantity",
"TipVatCategory": 1,
"DiscountVatCategory": 1
},
"Portos.Features.Camarero":
{
"IsEnabled": false,
"InputDirectoryPath": "C:/POS/",
"UnprocessableFilesDirectoryPath": "C:/POS/FAILED/",
"FileReadMaxRetryCount": 3,
"FileReadRetryDelayMs": 300,
"FileExtension": ".pda",
"QuantityScale": 2,
"UnitPriceScale": 2,
"DefaultStockName": "S02",
"DefaultFiscalName": null,
"DefaultVatCategory": 1,
"DefaultUnit": "ks",
"DefaultPurchaseType": "WalkIn",
"RoundingTreshold": 0.05,
"SkipOrdersProcessing": true,
"ProcessOrders": false
},
"Portos.Features.OrderManagement":
{
"LastOrderNumber": 1
}
}Get settings section
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Create or update settings section
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
Partially update settings section
Headers
Name
Type
Description
Request Body
Name
Type
Description
Delete settings section
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated