financial-transactions
Operations addressed under /financial-transactions — 6 operations.
get-financial-transaction-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<FinancialTransactionDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Code | string | no |
Name | string | no |
Description | string | no |
DebitLedgerCode | string | no |
DebitLedgerMatrixId | Guid? | yes |
DebitLedgerMatrixName | string | no |
DebitLedgerMatrixFieldId | Guid? | yes |
DebitLedgerMatrixFieldName | string | no |
CreditLedgerCode | string | no |
CreditLedgerMatrixId | Guid? | yes |
CreditLedgerMatrixName | string | no |
CreditLedgerMatrixFieldId | Guid? | yes |
CreditLedgerMatrixFieldName | string | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeget-financial-transaction-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.
codecreditLedgerCodecreditLedgerFieldIdcreditLedgerMatrixFieldNamecreditLedgerMatrixIdcreditLedgerMatrixNamedebitLedgerCodedebitLedgerFieldIddebitLedgerMatrixFieldNamedebitLedgerMatrixIddebitLedgerMatrixNamedescriptionidnamecreate-financial-transaction
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_116 | 400 | NOT_ALLOWED_TO_CREATE_MORE_THAN_ONE_FINANCIAL_TRANSACTION_WITH_SAME_CODE | It is not allowed to create more than one financial transaction with same code '{0}'. |
ERR_ACCTNG_118 | 400 | FINANCIAL_TRANSACTION_CODE_WRONG_FORMAT | Length of the 'code' value cannot exceed 20 characters and cannot include any special characters. |
create-financial-transaction › Request Body
codecreditLedgerCodecreditLedgerMatrixFieldIdcreditLedgerMatrixIddebitLedgerCodedebitLedgerMatrixFieldIddebitLedgerMatrixIddescriptionnamecreate-financial-transaction › 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-financial-transaction-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 FinancialTransactionDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Code | string | no |
Name | string | no |
Description | string | no |
DebitLedgerCode | string | no |
DebitLedgerMatrixId | Guid? | yes |
DebitLedgerMatrixName | string | no |
DebitLedgerMatrixFieldId | Guid? | yes |
DebitLedgerMatrixFieldName | string | no |
CreditLedgerCode | string | no |
CreditLedgerMatrixId | Guid? | yes |
CreditLedgerMatrixName | string | no |
CreditLedgerMatrixFieldId | Guid? | yes |
CreditLedgerMatrixFieldName | string | no |
Member names are the service's declaration names.
path Parameters
codeget-financial-transaction-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.
codecreditLedgerCodecreditLedgerMatrixFieldIdcreditLedgerMatrixFieldNamecreditLedgerMatrixIdcreditLedgerMatrixNamedebitLedgerCodedebitLedgerMatrixFieldIddebitLedgerMatrixFieldNamedebitLedgerMatrixIddebitLedgerMatrixNamedescriptionidnameget-financial-transaction-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 FinancialTransactionDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Code | string | no |
Name | string | no |
Description | string | no |
DebitLedgerCode | string | no |
DebitLedgerMatrixId | Guid? | yes |
DebitLedgerMatrixName | string | no |
DebitLedgerMatrixFieldId | Guid? | yes |
DebitLedgerMatrixFieldName | string | no |
CreditLedgerCode | string | no |
CreditLedgerMatrixId | Guid? | yes |
CreditLedgerMatrixName | string | no |
CreditLedgerMatrixFieldId | Guid? | yes |
CreditLedgerMatrixFieldName | string | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCTNG_120 | 400 | FINANCIAL_TRANSACTION_NOT_FOUND | Financial Transaction is not found with the given id '{0}'. |
path Parameters
idget-financial-transaction-by-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
update-financial-transaction
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_116 | 400 | NOT_ALLOWED_TO_CREATE_MORE_THAN_ONE_FINANCIAL_TRANSACTION_WITH_SAME_CODE | It is not allowed to create more than one financial transaction with same code '{0}'. |
ERR_ACCTNG_118 | 400 | FINANCIAL_TRANSACTION_CODE_WRONG_FORMAT | Length of the 'code' value cannot exceed 20 characters and cannot include any special characters. |
ERR_ACCTNG_120 | 400 | FINANCIAL_TRANSACTION_NOT_FOUND | Financial Transaction is not found with the given id '{0}'. |
path Parameters
idupdate-financial-transaction › Request Body
codecreditLedgerCodecreditLedgerMatrixFieldIdcreditLedgerMatrixIddebitLedgerCodedebitLedgerMatrixFieldIddebitLedgerMatrixIddescriptionnameupdate-financial-transaction › 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-financial-transaction
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_120 | 400 | FINANCIAL_TRANSACTION_NOT_FOUND | Financial Transaction is not found with the given id '{0}'. |
ERR_ACCTNG_121 | 400 | FINANCIAL_TRANSACTION_IS_USED_IN_ACCOUNTING_ENTRY_DEFINITION_IT_CANNOT_BE_DELETED | Financial transaction '{0}' is used in accounting entry definition.It cannot be deleted. |
path Parameters
iddelete-financial-transaction › 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.