Params
Name | Type | Requireness | Default value | Description |
---|---|---|---|---|
property_uid | string | required | none | UID of property. |
calendar_control_allowed | bool | required | none | Enable 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
}