# Create feature settings

This endpoint creates feature settings for a specific point of sale device.

Endpoint: POST /point-of-sales/{pointOfSaleId}/feature-settings
Version: 1.0.0

## Path parameters:

  - `pointOfSaleId` (integer, required)
    The unique system identifier for the point of sale device.
    Example: 123456789

## Request fields (application/json):

  - `merchantPointOfSaleId` (string,null)
    The unique merchant identifier for the point of sale device.
    Example: "POS-12345"

  - `statusPacketsEnabled` (boolean,null)
    Indicates whether status packets, which provide real-time updates about the device's status, are enabled for the point of sale device.
    Example: true

  - `languageSelectionEnabled` (boolean,null)
    Specifies whether the language selection feature is enabled, allowing users to choose their preferred language during transactions.
    Example: true

  - `gratuityEnabled` (boolean,null)
    Indicates whether the gratuity (tip) feature is enabled, allowing customers to add a tip to their transactions.

  - `onlinePinEnabled` (boolean,null)
    Specifies whether the online PIN feature is enabled, requiring customers to enter their PIN for card transactions.
    Example: true

  - `keyedEnabled` (boolean,null)
    Indicates whether the keyed entry feature is enabled, allowing manual entry of card details for transactions.


## Response 200 fields
