Mews · Schema

AddExternalPaymentResult

HospitalityHotelsPMSProperty Management

Properties

Name Type Description
ExternalPaymentId string Unique identifier of the [Payment item](https://mews-systems.gitbook.io/connector-api/operations/accountingitems/#payment-item).
View JSON Schema on GitHub

JSON Schema

mews-addexternalpaymentresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AddExternalPaymentResult",
  "title": "AddExternalPaymentResult",
  "type": "object",
  "properties": {
    "ExternalPaymentId": {
      "type": "string",
      "description": "Unique identifier of the [Payment item](https://mews-systems.gitbook.io/connector-api/operations/accountingitems/#payment-item).",
      "format": "uuid"
    }
  },
  "additionalProperties": false,
  "x-schema-id": "AddExternalPaymentResult"
}