GET
/api-v1/chart-accounts/{id}
curl \
--request GET 'https://wyzio.app/api-v1/chart-accounts/{id}' \
--header "WEAL-TOKEN: string" \
--header "TARGET-ORGANIZATION-ID: 42"
Response examples (200)
{
"id": 42,
"currencyId": 42,
"businessUnitId": 42,
"accountNumber": "string",
"organizationId": 42,
"localizations": {
"id": 42,
"en": "string",
"fr": "string",
"de": "string",
"it": "string"
},
"type": "BALANCE_SHEET",
"isActive": true,
"startDate": "string",
"endDate": "string",
"isPurchaseInvoicesEnabled": true,
"isSalesInvoicesEnabled": true,
"isExpenseReportEnabled": true,
"isCashAccountEnabled": true,
"isPaymentMethodEnabled": true,
"isFXAutoAdjustmentEnabled": true,
"isBusinessUnitSplitEnabled": true,
"warnings": "string",
"immobilizationChartOfAccountId": 42,
"immobilizationType": "LINEAR_DEPRECIATION_DIRECT"
}