Lightspeed · JSON Structure

Restaurant K Series Pms Api Provider Features Structure

The optional features that the PMS provider supports. See the [Integration Guide](https://api-portal.lsk.lightspeed.app/category/property-management-systems) for more details.

Type: array Properties: 0
POSRetailRestaurantEcommerce

pms-apiProviderFeatures is a JSON Structure definition published by Lightspeed. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/lightspeed-pos/refs/heads/main/json-structure/restaurant-k-series-pms-api-provider-features-structure.json",
  "name": "pms-apiProviderFeatures",
  "description": "The optional features that the PMS provider supports. See the [Integration Guide](https://api-portal.lsk.lightspeed.app/category/property-management-systems) for more details.",
  "type": "array",
  "items": {
    "type": "string",
    "enum": [
      "SEARCH_BY_NAME",
      "MIRRORING",
      "PARTIAL_PAYMENTS",
      "MULTI_PAYMENTS",
      "SERVICE_CHARGE",
      "ENRICHED_PAYLOAD"
    ],
    "example": "MIRRORING"
  }
}