Get details of organization default codes

GET /api-v1/organization/codes

Headers

Responses

GET /api-v1/organization/codes
curl \
 -X GET http://wyzio.app/api-v1/organization/codes \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string"
Response examples (200)
{
  "accruedExpenses": 42,
  "accruedRevenue": 42,
  "annualProfitLoss": 42,
  "bankExpenses": 42,
  "clientBalanceSheet": 42,
  "clientPL": 42,
  "clientPrePayment": 42,
  "clientVAT": 42,
  "clientVATPaid": 42,
  "compensation": 42,
  "depreciationAccount": 42,
  "extraordinaryExpenseAccount": 42,
  "extraordinaryIncomeAccount": 42,
  "fXGainLoss": 42,
  "id": 42,
  "lossOnDeptors": 42,
  "retainedEarnings": 42,
  "stock": 42,
  "stockMovements": 42,
  "supplierBalanceSheet": 42,
  "supplierPrePayment": 42,
  "supplierVAT": 42,
  "supplierVATPaid": 42,
  "system": 42,
  "transactionAdjustment": 42,
  "vatAccount": 42,
  "workInProgress": 42,
  "workInvoicedUpfront": 42
}