Get entity settings

GET
/entities/:entity_id/settings

Retrieve all settings for this entity.

Path parameters

entity_idstringRequired

A unique ID to specify the entity.

Headers

Auth
AuthorizationstringRequired
Bearer authentication of the form Bearer <token>, where token is your auth token.
x-monite-versionstringRequired

Response

Successful Response

languageenumOptional
currencyobjectOptional

Custom currency exchange rates.

reminderobjectOptional
vat_modeenumOptional
Allowed values: exclusiveinclusive

Defines whether the prices of products in receivables will already include VAT or not.

payment_priorityenumOptional
Allowed values: working_capitalbalancedbottom_line

Payment preferences for entity to automate calculating suggested payment date based on payment terms and entity preferences.

allow_purchase_order_autolinkingbooleanOptional

Automatically attempt to find a corresponding purchase order for all incoming payables.

receivable_edit_flowenumOptional
Allowed values: compliantpartially_compliantnon_compliant
document_idsobjectOptional
payables_ocr_auto_tagginglist of objectsOptional

Auto tagging settings for all incoming OCR payable documents.

quote_signature_requiredbooleanOptionalDefaults to false

Sets the default behavior of whether a signature is required to accept quotes.

generate_paid_invoice_pdfbooleanOptionalDefaults to false

This setting affects how PDF is generated for paid accounts receivable invoices. If set to true, once an invoice is fully paid its PDF version is updated to display the amount paid and the payment-related features are removed.

The PDF file gets regenerated at the moment when an invoice becomes paid. It is not issued as a separate document, and the original PDF invoice is no longer available.

accountingobjectOptional
payables_skip_approval_flowbooleanOptionalDefaults to false

If enabled, the approval policy will be skipped and the payable will be moved to waiting_to_be_paid status.

payableobjectOptional

Settings for the payables module.

receivableobjectOptional

Settings for the receivables module.

mailobjectOptional

Settings for email and mailboxes.

commercial_conditionslist of stringsOptional

Commercial conditions for receivables.

unitslist of objectsOptional

Measurement units.

websitestringOptional
default_rolemap from strings to anyOptional

A default role to provision upon new entity creation.

paymentsobjectOptional

Settings for the payments module.

api_versionenumOptional

Default API version for partner.

Errors