Mews · Schema

Billing automation accounting category assignment array update value

HospitalityHotelsPMSProperty Management

Properties

Name Type Description
Value array Value which is to be updated.
View JSON Schema on GitHub

JSON Schema

mews-billingautomationaccountingcategoryassignmentienumerableupda-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BillingAutomationAccountingCategoryAssignmentIEnumerableUpdateValue",
  "title": "Billing automation accounting category assignment array update value",
  "type": "object",
  "properties": {
    "Value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/BillingAutomationAccountingCategoryAssignment"
      },
      "description": "Value which is to be updated.",
      "nullable": true
    }
  },
  "additionalProperties": false,
  "x-schema-id": "BillingAutomationAccountingCategoryAssignmentIEnumerableUpdateValue"
}