FeatureSettings
Get feature settings for a property.
Get feature settings for a property.<br>You must have at least one of these scopes: 'settings.read, setup.read, setup.manage'.
get/settings/v1/features/{propertyId}
Path parameters
propertyIdstring required
The ID of the property.
Response
Returns feature settings.
Example response
{
"areCustomRevenueSubAccountsEnabled": true,
"performAccountingForOpenInvoiceActions": true,
"showRecipientForEachLineItemOnTheInvoice": true,
"maxAmountForMinimalInvoices": 100.5,
"invoiceNumberPattern": "yyMM00000",
"advanceInvoiceNumberPattern": "\"A-\"yyMM00000"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.