Gets several key settings of Statement Generator, including the available templates, whether Invoice Settlement is enabled on the tenant, the name of the default template, and the statement cycle being used.
{- "success": true,
- "templates": [
- {
- "name": "Default Template"
}, - {
- "name": "Template for end consumers"
}
], - "default_template": "Default Template",
- "default_cycle": "Month"
}