accounting-entry-definitions
Operations addressed under /accounting-entry-definitions — 15 operations.
get-accounting-entry-definition-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<AccountingEntryDefinitionDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Code | string | no |
IsActive | bool | no |
Name | string | no |
Description | string | no |
IsPreviousReverseEntry | bool? | yes |
Member names are the service's declaration names.
query Parameters
isActiveorderByorderSortpageIndexpageSizeget-accounting-entry-definition-list › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
codedescriptionidisActiveisPreviousReverseEntrynamecreate-accounting-entry-definition
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as AuraCommandDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Message |
|---|---|---|
ERR_ACCTNG_125 | 400 | There is already an Accounting Entry Definition with the given code '{0}'. Accounting Entry Definition Code must be unique. |
create-accounting-entry-definition › Request Body
codedescriptionnameisPreviousReverseEntrycreate-accounting-entry-definition › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
idget-accounting-entry-definition-by-code
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as AccountingEntryDefinitionDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Code | string | no |
IsActive | bool | no |
Name | string | no |
Description | string | no |
IsPreviousReverseEntry | bool? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCTNG_127 | 400 | ACCOUNTING_ENTRY_DEFINITION_NOT_FOUND | Accounting Entry Definition is not found with the given code '{0}'. |
path Parameters
codeget-accounting-entry-definition-by-code › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
codedescriptionidisActiveisPreviousReverseEntrynameget-accounting-entry-definition-id-by-code
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
codeget-accounting-entry-definition-id-by-code › Responses
Success. The schema is an anyOf over three envelopes: the record, a bare array of it, and a page {total, data[]} carrying the same record.
Decision Table
| Variant | Matching Criteria |
|---|---|
| type = object | |
| type = array | |
| type = object · requires: data |
idget-accounting-entry-definition-by-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as AccountingEntryDefinitionDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Code | string | no |
IsActive | bool | no |
Name | string | no |
Description | string | no |
IsPreviousReverseEntry | bool? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCTNG_126 | 400 | ACCOUNTING_ENTRY_DEF_ID_IS_NOT_FOUND | Accounting Entry Definition is not found with the given Id '{0}'. |
path Parameters
idget-accounting-entry-definition-by-id › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
codedescriptionidisActiveisPreviousReverseEntrynameupdate-accounting-entry-definition
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCTNG_126 | 400 | ACCOUNTING_ENTRY_DEF_ID_IS_NOT_FOUND | Accounting Entry Definition is not found with the given Id '{0}'. |
path Parameters
idupdate-accounting-entry-definition › Request Body
descriptionisActivenameisPreviousReverseEntryupdate-accounting-entry-definition › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
get-accounting-entry-condition-by-definition-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<AccountingEntryConditionDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid? | yes |
AccountingEntryDefinitionId | Guid? | yes |
ConditionFormula | string | no |
Code | string | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCTNG_126 | 400 | ACCOUNTING_ENTRY_DEF_ID_IS_NOT_FOUND | Accounting Entry Definition is not found with the given Id '{0}'. |
path Parameters
idquery Parameters
orderByorderSortpageIndexpageSizeget-accounting-entry-condition-by-definition-id › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
accountingEntryDefinitionIdcodeconditionFormulaidcreate-accounting-entry-condition
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as AuraCommandDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCTNG_122 | 400 | ACCOUNTING_ENTRY_CONDITION_CODE_MUST_BE_UNIQUE | There is already a condition under the accounting entry definition with the same code. |
ERR_ACCTNG_126 | 400 | ACCOUNTING_ENTRY_DEF_ID_IS_NOT_FOUND | Accounting Entry Definition is not found with the given Id '{0}'. |
path Parameters
idcreate-accounting-entry-condition › Request Body
codeconditionFormulacreate-accounting-entry-condition › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
idget-accounting-entry-condition
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as AccountingEntryConditionDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid? | yes |
AccountingEntryDefinitionId | Guid? | yes |
ConditionFormula | string | no |
Code | string | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCTNG_126 | 400 | ACCOUNTING_ENTRY_DEF_ID_IS_NOT_FOUND | Accounting Entry Definition is not found with the given Id '{0}'. |
ERR_ACCTNG_128 | 400 | ACCOUNTING_ENTRY_CONDITION_IS_NOT_FOUND | Accounting Entry Condition is not found with the given ConditionId '{0}'. |
path Parameters
idconditionIdget-accounting-entry-condition › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
accountingEntryDefinitionIdcodeconditionFormulaidupdate-accounting-entry-condition
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCTNG_122 | 400 | ACCOUNTING_ENTRY_CONDITION_CODE_MUST_BE_UNIQUE | There is already a condition under the accounting entry definition with the same code. |
ERR_ACCTNG_126 | 400 | ACCOUNTING_ENTRY_DEF_ID_IS_NOT_FOUND | Accounting Entry Definition is not found with the given Id '{0}'. |
ERR_ACCTNG_128 | 400 | ACCOUNTING_ENTRY_CONDITION_IS_NOT_FOUND | Accounting Entry Condition is not found with the given ConditionId '{0}'. |
path Parameters
idconditionIdupdate-accounting-entry-condition › Request Body
codeconditionFormulaupdate-accounting-entry-condition › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
delete-accounting-entry-condition
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCTNG_126 | 400 | ACCOUNTING_ENTRY_DEF_ID_IS_NOT_FOUND | Accounting Entry Definition is not found with the given Id '{0}'. |
ERR_ACCTNG_128 | 400 | ACCOUNTING_ENTRY_CONDITION_IS_NOT_FOUND | Accounting Entry Condition is not found with the given ConditionId '{0}'. |
ERR_ACCTNG_129 | 400 | ACCOUNTING_ENTRY_CONDITION_USED_IN_ACCOUNTING_ENTRY_DEFINITION_DETAIL | Accounting Entry Condition '{0}' is used in Accounting Entry Definition Detail. It cannot be deleted. |
path Parameters
idconditionIddelete-accounting-entry-condition › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
get-accounting-entry-definition-detail-by-definition-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<DetailEntryDto>.
| Field | Declared type | Nullable |
|---|---|---|
DetailId | Guid | no |
AccountingEntryConditionId | Guid | no |
AccountingEntryConditionCode | string | no |
FinancialTransactionCode | string | no |
EntryDirection | int | no |
OrdinalPosition | int | no |
RefOrganizationCode | string | no |
RefAccountNumber | string | no |
RefAmount | string | no |
RefCurrencyNumber | string | no |
RefExchangeRate | string | no |
RefExchangeSpreadType | string | no |
RefDescription | string | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCTNG_126 | 400 | ACCOUNTING_ENTRY_DEF_ID_IS_NOT_FOUND | Accounting Entry Definition is not found with the given Id '{0}'. |
path Parameters
idget-accounting-entry-definition-detail-by-definition-id › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
accountingEntryConditionCodeaccountingEntryConditionIddetailIdentryDirectionPermitted values — validated against the entry_direction parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Debit | no label seeded |
2 | Credit | no label seeded |
financialTransactionCodeordinalPositionrefAccountNumberrefAmountrefCurrencyNumberrefDescriptionrefExchangeRaterefExchangeSpreadTyperefOrganizationCodeupdate-accounting-entry-definition-detail
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCTNG_123 | 400 | ACCOUNTING_ENTRY_CONDITION_NOT_FOUND_BY_CODE | Accounting Entry Condition is not found with the given code '{0}'. |
ERR_ACCTNG_126 | 400 | ACCOUNTING_ENTRY_DEF_ID_IS_NOT_FOUND | Accounting Entry Definition is not found with the given Id '{0}'. |
ERR_ACCTNG_130 | 400 | SEQUENCE_IS_UNIQUE_VALUE_FOR_ACCOUNTING_ENTRY_DEFINITION | 'sequence' is a unique value for Accounting Entry Definition. It cannot be repeated in Accounting Entry Definition Detail. |
ERR_ACCTNG_131 | 400 | DEFINITION_DETAIL_MUST_INCLUDE_AT_LEAST_ONE_CREDIT_OR_DEBIT_LINE | Accounting Entry Definition Detail must include at least one Credit line and one Debit line. |
ERR_ACCTNG_132 | 400 | ENTRYDIRECTION_MUST_BE_COMPATIBLE_WITH_THE_FINANCIAL_TRANSACTION_CONTENT | 'entryDirection' must be compatible with the Financial Transaction '{0}' content. |
ERR_ACCTNG_133 | 400 | FINANCIAL_TRANSACTION_IS_NOT_EXISTING | Financial transaction '{0}' is not existing. It cannot be used in Accounting Entry Definition Detail. |
ERR_ACCTNG_135 | 400 | ACCOUNTING_ENTRY_DEFINITION_DETAIL_IS_NOT_FOUND | Accounting Entry Definition Detail '{0}' is not found. |
path Parameters
idupdate-accounting-entry-definition-detail › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
create-accounting-entry-definition-detail
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCTNG_123 | 400 | ACCOUNTING_ENTRY_CONDITION_NOT_FOUND_BY_CODE | Accounting Entry Condition is not found with the given code '{0}'. |
ERR_ACCTNG_126 | 400 | ACCOUNTING_ENTRY_DEF_ID_IS_NOT_FOUND | Accounting Entry Definition is not found with the given Id '{0}'. |
ERR_ACCTNG_130 | 400 | SEQUENCE_IS_UNIQUE_VALUE_FOR_ACCOUNTING_ENTRY_DEFINITION | 'sequence' is a unique value for Accounting Entry Definition. It cannot be repeated in Accounting Entry Definition Detail. |
ERR_ACCTNG_131 | 400 | DEFINITION_DETAIL_MUST_INCLUDE_AT_LEAST_ONE_CREDIT_OR_DEBIT_LINE | Accounting Entry Definition Detail must include at least one Credit line and one Debit line. |
ERR_ACCTNG_132 | 400 | ENTRYDIRECTION_MUST_BE_COMPATIBLE_WITH_THE_FINANCIAL_TRANSACTION_CONTENT | 'entryDirection' must be compatible with the Financial Transaction '{0}' content. |
ERR_ACCTNG_133 | 400 | FINANCIAL_TRANSACTION_IS_NOT_EXISTING | Financial transaction '{0}' is not existing. It cannot be used in Accounting Entry Definition Detail. |
path Parameters
idcreate-accounting-entry-definition-detail › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
delete-accounting-entry-definition-detail
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCTNG_126 | 400 | ACCOUNTING_ENTRY_DEF_ID_IS_NOT_FOUND | Accounting Entry Definition is not found with the given Id '{0}'. |
ERR_ACCTNG_131 | 400 | DEFINITION_DETAIL_MUST_INCLUDE_AT_LEAST_ONE_CREDIT_OR_DEBIT_LINE | Accounting Entry Definition Detail must include at least one Credit line and one Debit line. |
ERR_ACCTNG_135 | 400 | ACCOUNTING_ENTRY_DEFINITION_DETAIL_IS_NOT_FOUND | Accounting Entry Definition Detail '{0}' is not found. |
path Parameters
iddetailIddelete-accounting-entry-definition-detail › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.