Has same structure as [Array of strings update value](https://mews-systems.gitbook.io/connector-api/operations/_objects#array-of-strings-update-value).
HospitalityHotelsPMSProperty Management
Properties
Name
Type
Description
Value
array
Unique identifiers of the `Customer` or `Company` that are associated to the bill. Set to `null` to remove all associated accounts. Note that only single associated account is currently supported.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/AssociatedAccountIdsUpdate",
"title": "Associated account IDs update parameters",
"type": "object",
"properties": {
"Value": {
"maxItems": 1,
"minItems": 0,
"type": "array",
"items": {
"type": "string",
"format": "uuid"
},
"description": "Unique identifiers of the `Customer` or `Company` that are associated to the bill. Set to `null` to remove all associated accounts. Note that only single associated account is currently supported.",
"nullable": true
}
},
"additionalProperties": false,
"description": "Has same structure as [Array of strings update value](https://mews-systems.gitbook.io/connector-api/operations/_objects#array-of-strings-update-value).",
"x-schema-id": "AssociatedAccountIdsUpdate"
}