Mews · Schema

ExportAddParameters

HospitalityHotelsPMSProperty Management

Properties

Name Type Description
ClientToken string Token identifying the client application.
AccessToken string Access token of the client application.
Client string Name and version of the client application.
EntityType object Specifies the type of entity which should be exported. OrderItem Payment Reservation Customer Company Bill AvailabilityAdjustment AvailabilityBlock ResourceBlock LedgerEntry (**Beta testing - subject
Scope object Selects enterprises or chains for which the data should be exported. Which one is used depends on `EntityType`. If not specified, the export will include all enterprises or chains the client has acces
Filters object Specifies filters to apply on the exported data set. If omitted, the export will include all available data.
View JSON Schema on GitHub

JSON Schema

mews-exportaddparameters-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ExportAddParameters",
  "title": "ExportAddParameters",
  "required": [
    "AccessToken",
    "Client",
    "ClientToken",
    "EntityType"
  ],
  "type": "object",
  "properties": {
    "ClientToken": {
      "minLength": 1,
      "type": "string",
      "description": "Token identifying the client application."
    },
    "AccessToken": {
      "minLength": 1,
      "type": "string",
      "description": "Access token of the client application."
    },
    "Client": {
      "minLength": 1,
      "type": "string",
      "description": "Name and version of the client application."
    },
    "EntityType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ExportEntityTypeEnum"
        }
      ],
      "description": "Specifies the type of entity which should be exported.\n\nOrderItem\n\nPayment\n\nReservation\n\nCustomer\n\nCompany\n\nBill\n\nAvailabilityAdjustment\n\nAvailabilityBlock\n\nResourceBlock\n\nLedgerEntry (**Beta testing - subject to change.** See [Ledger entry type](https://docs.mews.com/connector-api/operations/_export-types#ledger-entry).)"
    },
    "Scope": {
      "title": "Export scope parameters",
      "allOf": [
        {
          "$ref": "#/components/schemas/ExportScopeParameters"
        }
      ],
      "description": "Selects enterprises or chains for which the data should be exported. Which one is used depends on `EntityType`. If not specified, the export will include all enterprises or chains the client has access to.",
      "nullable": true
    },
    "Filters": {
      "title": "Export data filters",
      "allOf": [
        {
          "$ref": "#/components/schemas/ExportDataFilters"
        }
      ],
      "description": "Specifies filters to apply on the exported data set. If omitted, the export will include all available data.",
      "nullable": true
    }
  },
  "additionalProperties": false,
  "x-schema-id": "ExportAddParameters"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/mews-exportaddparameters"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.