Aurax BFF Service
string · requiredstring · required
ledger-code-matrix-fields
Operations addressed under /ledger-code-matrix-fields — 1 operation.
aurax-bff-redirect-get-ledger-matrix-field-by-id
GET
https://dg-sandbox.dgpays.com/aurax-bff-service
/ledger-code-matrix-fields/{id}/fields/{fieldId}
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 LedgerMatrixFieldByIdDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
LedgerMatrixId | Guid | no |
Name | string | no |
Description | string | no |
LedgerMatrixValues | List<LedgerMatrixValueDto> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCTNG_108 | 400 | LEDGER_MATRIX_TABLE_COLUMN_IS_NOT_FOUND | Ledger Matrix Field is not found with given id '{0}'. |
ERR_ACCTNG_96 | 400 | LEDGER_MATRIX_TABLE_NOT_FOUND | Ledger matrix is not found with given id '{0}'. |
path Parameters
idPresent in the route template but not declared as a Route-bound field in the catalog.
fieldIdPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-get-ledger-matrix-field-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.
No data returned