---
title: "List POS settings for project"
method: GET
path: "/api/v1/projects/{id}/posSettings"
tags: ["Project"]
---

# List POS settings for project

`GET /api/v1/projects/{id}/posSettings`

Returns a list of POS settings of a project

## Path parameters

- `id` string, required — Resource identifier.

## Response `200`

Operation completed successfully.

- object
  - `data` object
    - `storageProcess` string
    - `adapterBoxId` integer
    - `warehouse` integer
    - `priceGroup` integer
    - `cashRegister` integer
    - `defaultCustomer` integer
    - `allowAllCustomers` boolean
    - `allowOnlyProjectItems` boolean
    - `sumItems` boolean
    - `discountItems` integer
    - `createDeliveryNote` boolean
    - `label1` string
    - `label2` string
    - `applyItemDescriptionToReceipts` boolean
    - `displayNet` boolean
    - `allowMultipleOrdersPerCashier` boolean
    - `journalPdfDetailedView` boolean
    - `hideIndividualBookings` boolean
    - `monthlyReportsWithoutIndividualDays` boolean
    - `hideCountingLog` boolean
    - `hideSignatureBlock` boolean
    - `buttonPaymentBar` boolean
    - `buttonPaymentBarPaid` boolean
    - `buttonPaymentEc` boolean
    - `buttonPaymentEcPaid` boolean
    - `buttonPaymentCreditCard` boolean
    - `buttonPaymentCreditCardPaid` boolean
    - `buttonPaymentTransfer` boolean
    - `buttonPaymentTransferPaid` boolean
    - `buttonInvoice` boolean
    - `buttonReceipt` boolean
    - `buttonDiscountPercent` boolean
    - `buttonDiscountEuro` boolean
    - `buttonWithdrawal` boolean
    - `buttonDeposit` boolean
    - `buttonTipping` boolean
    - `buttonTippingCredit` boolean
    - `buttonOpenDrawer` boolean
    - `buttonLoadReceipts` boolean
    - `buttonCancellation` boolean
    - `cashierAutologout` integer
    - `cashierAutologoutAfterPaymenet` integer
    - `extendedAddressFields` boolean
    - `compulsorySelectionPaymentMethod` boolean
    - `preselectionOfSalutation` string
    - `printerReceiptAfterCompletion` string
    - `printerId` integer
    - `printerNumberOfDeliveryNotes` integer
    - `printerNumberOfInvoices` integer
    - `printerNumberOfCreditNotes` integer
    - `printerNumberOfDeliveryNoteDuplicates` integer
    - `printerPrintReceiptWithInvoice` boolean
    - `printerPrintQr` boolean
    - `printerReceiptActive` boolean
    - `printerReceiptCount` integer
    - `printerReceiptLine1` string
    - `printerReceiptLine2` string
    - `printerReceiptLine3` string
    - `printerReceiptFreeField` boolean
    - `printerReceiptQr` boolean
    - `ownVatId` string, float, nullable

## Other responses

- `400` — IETF RFC 9457 Problem API compliant response
- `401` — Unable to authenticate the client
- `403` — Unable to authorize the client
- `404` — Resource was not found or not enough access privileges
- `406` — Requested resource representation does not exist.
- `429` — Too many API calls made.

---

[API](https://skmtc.net/xentral/apis/xentral-api.md) · [All operations](https://skmtc.net/xentral/apis/xentral-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xentral/xentral-api/revisions/8a27ba392442/schema)
