v1

latestOpenAPI 3.0.02026-07-2455104.8 MB
Project

List POS settings for project

Returns a list of POS settings of a project

get/api/v1/projects/{id}/posSettings

Path parameters

idstring required

Resource identifier.

Example:17

The resource's identifier.

Response

Operation completed successfully.

Example response

{
  "data": {
    "storageProcess": "Automated Storage",
    "adapterBoxId": 5,
    "warehouse": 5,
    "priceGroup": 5,
    "cashRegister": 5,
    "defaultCustomer": 5,
    "allowAllCustomers": true,
    "allowOnlyProjectItems": true,
    "sumItems": true,
    "discountItems": 1,
    "createDeliveryNote": true,
    "label1": "Shipping Label",
    "label2": "Return Label",
    "applyItemDescriptionToReceipts": true,
    "displayNet": true,
    "allowMultipleOrdersPerCashier": true,
    "journalPdfDetailedView": true,
    "hideIndividualBookings": true,
    "monthlyReportsWithoutIndividualDays": true,
    "hideCountingLog": true,
    "hideSignatureBlock": true,
    "buttonPaymentBar": true,
    "buttonPaymentBarPaid": true,
    "buttonPaymentEc": true,
    "buttonPaymentEcPaid": true,
    "buttonPaymentCreditCard": true,
    "buttonPaymentCreditCardPaid": true,
    "buttonPaymentTransfer": true,
    "buttonPaymentTransferPaid": true,
    "buttonInvoice": true,
    "buttonReceipt": true,
    "buttonDiscountPercent": true,
    "buttonDiscountEuro": true,
    "buttonWithdrawal": true,
    "buttonDeposit": true,
    "buttonTipping": true,
    "buttonTippingCredit": true,
    "buttonOpenDrawer": true,
    "buttonLoadReceipts": true,
    "buttonCancellation": true,
    "cashierAutologout": 5,
    "cashierAutologoutAfterPaymenet": 5,
    "extendedAddressFields": true,
    "compulsorySelectionPaymentMethod": true,
    "preselectionOfSalutation": "Mr.",
    "printerReceiptAfterCompletion": "Print receipt after transaction completion",
    "printerId": 5,
    "printerNumberOfDeliveryNotes": 5,
    "printerNumberOfInvoices": 5,
    "printerNumberOfCreditNotes": 5,
    "printerNumberOfDeliveryNoteDuplicates": 5,
    "printerPrintReceiptWithInvoice": true,
    "printerPrintQr": true,
    "printerReceiptActive": true,
    "printerReceiptCount": 5,
    "printerReceiptLine1": "Thank you for your purchase!",
    "printerReceiptLine2": "Please come again.",
    "printerReceiptLine3": "Please come again.",
    "printerReceiptFreeField": true,
    "printerReceiptQr": true,
    "ownVatId": "VAT12345678"
  }
}