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.
Note: The Collections Window, Notes, Advanced Payment Manager, Payment Plans, and Statement Generator features are entering end of support on June 3, 2024. For more information, please refer to the Product and Feature End of Support page.
{- "success": true,
- "templates": [
- {
- "name": "Default Template"
}, - {
- "name": "Template for end consumers"
}
], - "default_template": "Default Template",
- "default_cycle": "Month"
}