Get details of organization default codes
Headers
-
TARGET-ORGANIZATION-ID integer(int32)
ID of organization, for which the operation must be performed
-
API token (can be retrieved from account settings)
GET /api-v1/organization/codes
curl \
-X GET http://10.10.10.132/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
}