Get entity settings

Retrieve all settings for this entity.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

entity_idstringRequired
A unique ID to specify the entity.

Headers

x-monite-versionstringRequired

Response

Successful Response
accountingobjectOptional
allow_purchase_order_autolinkingbooleanOptional
Automatically attempt to find a corresponding purchase order for all incoming payables.
api_versionenumOptional
Default API version for partner.
commercial_conditionslist of stringsOptional
Commercial conditions for receivables.
currencyobjectOptional
Custom currency exchange rates.
default_rolemap from strings to anyOptional
A default role to provision upon new entity creation.
document_idsobjectOptional
document_renderingobjectOptional
Settings for rendering documents in PDF format.
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.

This field is deprecated and will be replaced by document_rendering.invoice.generate_paid_invoice_pdf.

languageenumOptional
mailobjectOptional
Settings for email and mailboxes.
payableobjectOptional
Settings for the payables module.
payables_ocr_auto_tagginglist of objectsOptional
Auto tagging settings for all incoming OCR payable documents.
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.

payment_priorityenumOptional
Payment preferences for entity to automate calculating suggested payment date based on payment terms and entity preferences.
paymentsobjectOptional
Settings for the payments module.
quote_signature_requiredbooleanOptionalDefaults to false
Sets the default behavior of whether a signature is required to accept quotes.
receivableobjectOptional
Settings for the receivables module.
receivable_edit_flowenumOptional
reminderobjectOptional
unitslist of objectsOptional
Measurement units.
vat_inclusive_discount_modeenumOptional

Defines whether the amount discounts (for percentage discounts it does not matter) on VAT inclusive invoices will be applied on amounts including VAT or excluding VAT.

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

Errors

400
Get Entities ID Settings Request Bad Request Error
422
Get Entities ID Settings Request Unprocessable Entity Error
500
Get Entities ID Settings Request Internal Server Error