Overview
Monite’s entity settings are a way to customize the behavior of certain functionality for your entities. The entity settings API provides functionality for managing and configuring settings specific to entities within the Monite platform. They allow you to personalize and customize certain aspects of your entities’ integration. Some of these customizations include enabling payment and overdue reminders, customizing document number formatting, setting default currencies and currency exchange rates, and other entity-specific configurations.Roles and permissions
To get or update entity settings using an entity user token, this entity user must have a role with theread and update permissions for the entity resource.
If using a partner-level token, no special permissions are needed.
Get entity settings
To retrieve settings for an entity, send aGET request to the /entities/{entity_id}/settings endpoint:
Update entity settings
To update the details of an entity, make aPATCH request to the /entities/{entity_id}/settings endpoint.
The following snippet shows an example of the payload for the PATCH /entities/{entity_id}/settings endpoint that enables payment reminders for entity invoices and updates the document ID format for invoices and quotes.
language field on the entity settings object determines the language of the entity’s PDFs.