ledgers
Operations addressed under /ledgers — 6 operations.
aurax-bff-redirect-get-ledger-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<LedgerDto>.
| Field | Declared type | Nullable |
|---|---|---|
LedgerCode | string | no |
Name | string | no |
Type | int? | yes |
LedgerLevel | int | no |
Status | int? | yes |
PassiveDate | DateTime? | yes |
MainCategory | int? | yes |
Category | int? | yes |
Character | int? | yes |
IsManualEntry | bool? | yes |
CustomerOption | int? | yes |
CurrencyType | int? | yes |
CurrencyGroup | int? | yes |
CurrencyNumber | string | no |
HasNegativeBalance | bool? | yes |
ParentLedgerCode | string | no |
PaddedLedgerCode | long | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCTNG_22 | 400 | END_LERGER_MUST_BE_BIGGER_BEGIN_LEDGER | 'ledgerCodeEnd' must be bigger than 'ledgerCodeBegin'. |
aurax-bff-redirect-get-ledger-list › 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.
aurax-bff-redirect-get-ledger-by-ledger-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 LedgerDto.
| Field | Declared type | Nullable |
|---|---|---|
LedgerCode | string | no |
Name | string | no |
Type | int? | yes |
LedgerLevel | int | no |
Status | int? | yes |
PassiveDate | DateTime? | yes |
MainCategory | int? | yes |
Category | int? | yes |
Character | int? | yes |
IsManualEntry | bool? | yes |
CustomerOption | int? | yes |
CurrencyType | int? | yes |
CurrencyGroup | int? | yes |
CurrencyNumber | string | no |
HasNegativeBalance | bool? | yes |
ParentLedgerCode | string | no |
PaddedLedgerCode | long | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCTNG_21 | 400 | LEDGER_MUST_BE_NOT_NULL | Ledger '{0}' is not found |
path Parameters
ledgerCodePresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-get-ledger-by-ledger-code › 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.
aurax-bff-redirect-get-ledger-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 LedgerDto.
| Field | Declared type | Nullable |
|---|---|---|
LedgerCode | string | no |
Name | string | no |
Type | int? | yes |
LedgerLevel | int | no |
Status | int? | yes |
PassiveDate | DateTime? | yes |
MainCategory | int? | yes |
Category | int? | yes |
Character | int? | yes |
IsManualEntry | bool? | yes |
CustomerOption | int? | yes |
CurrencyType | int? | yes |
CurrencyGroup | int? | yes |
CurrencyNumber | string | no |
HasNegativeBalance | bool? | yes |
ParentLedgerCode | string | no |
PaddedLedgerCode | long | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCTNG_26 | 400 | LEDGER_NOT_FOUND_BY_ID | Ledger is not found with the given id : '{0}'. |
path Parameters
idPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-get-ledger-by-id › 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.
aurax-bff-redirect-update-ledger-bpmn
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
idPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-update-ledger-bpmn › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
aurax-bff-redirect-delete-ledger-bpmn
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
idPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-delete-ledger-bpmn › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.