CompanyBasicFinanceSettingsRequest

GET {{base_url}}/CompanyBasicFinanceSettingsRequest?CompanyId={{integer}}

Retrieves company basic settings based on a given identifier of a company.

API
Finance API

Requires Authentication
Yes (Advanced)

Returns
CompanyBasicFinanceSettingsDTO

Batch?
No

Request Params

KeyDatatypeRequiredDescription
CompanyIdstringRequired.
(int32)
The identifier of the associated company.
NOTE: For information about the Company object, see Company.

HEADERS

KeyDatatypeRequiredDescription
AcceptstringRequired.
The type of content accepted by the API endpoint.
Content-TypestringRequired.
The type of content supported by the API endpoint.

RESPONSES

status: OK

{"Id":1,"SecondaryChartOfAccountsEnabled":true}