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
Key | Datatype | Required | Description |
---|---|---|---|
CompanyId | string | Required. | |
(int32) | |||
The identifier of the associated company. | |||
NOTE: For information about the Company object, see Company. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | Required. | |
The type of content accepted by the API endpoint. | |||
Content-Type | string | Required. | |
The type of content supported by the API endpoint. |
RESPONSES
status: OK
{"Id":1,"SecondaryChartOfAccountsEnabled":true}