Params

NameTypeRequirenessDefault valueDescription
property_uidstringrequirednoneUID of property.
calendar_control_allowedboolrequirednoneEnable or disable control

Description

Enable or disable calendar control for pricing management app by property UID.

This endpoint requires the following scope: pricing-management

Request sample

{
    "property_uid": "e3ddcd1a-0e3e-4649-91be-c59d7b50",
    "calendar_control_allowed": true
}