---
title: "Update accounting application settings"
method: POST
path: "/accounting/general/updatesettings/"
tags: ["Accounting (General)"]
---

# Update accounting application settings

`POST /accounting/general/updatesettings/`

## Headers

- `Content-Language` unknown

## Request body

- AccountingGeneralUpdateSettingsRequest
  - `Credentials` CoreAPICredentials, required
    - `CompanyID` integer, required — Company identifier
    - `APIKey` string, required — API key secret
  - `DocumentsEmailAddressSpecified` boolean — Indicates if the DocumentsEmailAddress should be updated
  - `DocumentsEmailAddress` string, nullable — Email address display on all documents By default, the company email address will be displayed
  - `AccountantEmailSpecified` boolean — Indicates if the AccountantEmail should be updated
  - `AccountantEmail` string, nullable — Email address for sending all monthly documents each month
  - `IncomeTaxCreditForDonation` boolean, nullable — Indicates whether the NPO is 46a donations approved, and should be presented on donation receipts
  - `EnableCustomDocumentDates` boolean, nullable — Indicates documents can be created in any custom date. By default, documents can only be created in a sequence order.
  - `DocumentsTheme` 'White (1)' | 'Orange (2)' | 'Green (3)' | 'Purple (4)' | 'Material (5)' | 'SumitClean (15)' | 'SumitStandard (16)' | 'Sharon (20)'

## Response `200`

OK

- ResponseAccountingGeneralUpdateSettingsResponse
  - `Status` 'Success (0)' | 'BusinessError (1)' | 'TechnicalError (2)'
  - `UserErrorMessage` string, nullable — Error message, in a user readable format
  - `TechnicalErrorDetails` string, nullable — Technical error details, let us know if you received this.
  - `Data` AccountingGeneralUpdateSettingsResponse

---

[API](https://skmtc.net/myofficeguy/apis/sumit-api-full.md) · [All operations](https://skmtc.net/myofficeguy/apis/sumit-api-full/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myofficeguy/sumit-api-full/versions/de2902289b3a/schema)
