Mews · Schema

Company with billing automation relation 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-companywithbillingautomationrelationienumerableupdatevalue-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CompanyWithBillingAutomationRelationIEnumerableUpdateValue",
  "title": "Company with billing automation relation array update value",
  "type": "object",
  "properties": {
    "Value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/CompanyWithBillingAutomationRelation"
      },
      "description": "Value which is to be updated.",
      "nullable": true
    }
  },
  "additionalProperties": false,
  "x-schema-id": "CompanyWithBillingAutomationRelationIEnumerableUpdateValue"
}