StandardAccounts
Queryable, Introduced in version 22.7
GET https://localhost:8001/sv/001.1/api/v1/Accounting/StandardAccounts
Represents a standard account.
GUID
0A03DEAE-320C-4079-84F4-56126CB61802
Required permission
Show chart of accounts
Properties
Name |
Type |
Summary |
Introduced in |
Id |
Int64 |
The business key identifier of the standard account (mirrors AccountType).
|
|
AccountType |
Int32 |
The business key identifier of the standard account.
- NotInitialized: 0
- AccountsReceivable: 1
- AccountsPayable: 2
- InvoicingCharges: 3
- RoundOff: 6
- CustomerDiscounts: 10
- BadDebtLoss: 11
- ExchangeProfitAccountsReceivable: 16
- BankCharge: 17
- SupplierDiscounts: 18
- AccountsPayableWriteOffs: 19
- PreliminaryAccount: 20
- InsuranceCost: 21
- PreliminaryAccountsPayable: 22
- ReminderFee: 23
- RoundOffVat: 27
- VatClearingAccountToPay: 28
- ExchangeLossAccountsReceivable: 32
- ExchangeProfitAccountsPayable: 33
- ExchangeLossAccountsPayable: 34
- TransitionAccountFixedAssetSales: 35
- SuspenseAccountDuringPosteriorCoding: 40
- DebitAccountForInternalInvoices: 43
- AdditionalPartRowPurchase: 50
- AdditionalPartRowSales: 51
- PenaltyInterestExpenseForAccountsPayable: 55
- PaidAdvanceCustomer: 63
- UnrealizedExchangeProfitSales: 96
- UnrealizedExchangeLossSales: 97
- UnrealizedExchangeProfitPurchase: 98
- UnrealizedExchangeLossPurchase: 99
- OnAccountPurchase: 101
- ExchangeProfitOnPriceDifference: 102
- ExchangeLossOnPriceDifference: 103
- RoundOffPurchase: 104
- VatClearingAccountToReceive: 105
- OverDepreciations: 106
- AccountForRevaluationSales: 124
- AccountForRevaluationPurchase: 125
- PreliminaryAccrualAccountSuspendedVatForSalesAgreement: 126
- RecognizedIncomeNotInvoiced: 135
- RecognizedIncomeConsecutivePrice: 136
- RecognizedIncomeFixedPrice: 137
- AnticipatedLossIncomeFixedPrice: 140
- ReduceOfIncomeAnticipatedLoss: 141
- OffsetAccountForAdvancesBookedOnBalanceAccount: 150
- OnAccountSales: 151
- AccrualAccountForAgreements: 152
- ProjectMaterialCostCalculationWriteUp: 153
- ProjectMaterialCostCalculationOffset: 154
|
|
Version |
Int32 |
The version of the account.
|
|
CodingEntryId |
Int64? |
The business key identifier of the account's coding entry.
|
|
StandardAccountCategory |
Int32 |
The category of the account.
- Sales: 1
- Purchase: 2
- Accounting: 3
|
|
Example
{
"Id": 0,
"AccountType": 0,
"Version": 0,
"CodingEntryId": null,
"StandardAccountCategory": 0
}