ledger-code-matrix
Operations addressed under /ledger-code-matrix — 15 operations.
get-ledger-matrix-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<LedgerMatrixDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Name | string | no |
Description | string | no |
LedgerMatrixFields | IEnumerable<LedgerMatrixFieldDto> (collection) | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeget-ledger-matrix-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.
descriptionidnameCreates ledger matrix
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the create-ledger-matrix service definition through POST /ledger-code-matrix.
Turkish display name: Ledger matrix oluşturur
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_95 | 400 | LEDGER_MATRIX_ALREADY_EXISTS | It is not allowed to create more than one table with the same name. Name: '{0}'. |
Creates ledger matrix › 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-ledger-matrix-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 LedgerMatrixDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Name | string | no |
Description | string | no |
LedgerMatrixFields | IEnumerable<LedgerMatrixFieldDto> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCTNG_96 | 400 | LEDGER_MATRIX_TABLE_NOT_FOUND | Ledger matrix is not found with given id '{0}'. |
path Parameters
idget-ledger-matrix-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.
descriptionidnameupdate-ledger-matrix
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_95 | 400 | LEDGER_MATRIX_ALREADY_EXISTS | It is not allowed to create more than one table with the same name. Name: '{0}'. |
ERR_ACCTNG_96 | 400 | LEDGER_MATRIX_TABLE_NOT_FOUND | Ledger matrix is not found with given id '{0}'. |
path Parameters
idupdate-ledger-matrix › 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.
Deleting Record From Ledger Matrix Table
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the delete-ledger-matrix service definition through DELETE /ledger-code-matrix/{id}.
Turkish display name: Ledger Matrix Tablosundan Kayıt Siler
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCTNG_96 | 400 | LEDGER_MATRIX_TABLE_NOT_FOUND | Ledger matrix is not found with given id '{0}'. |
ERR_ACCTNG_98 | 400 | MATRIX_TABLE_CANNOT_BE_DELETED | Matrix table has columns. It cannot be deleted. |
path Parameters
idDeleting Record From Ledger Matrix Table › 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-ledger-matrix-field-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 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
idfieldIdget-ledger-matrix-field-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.
descriptionidledgerMatrixIdnameget-ledger-matrix-field-by-ledger-matrix-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<LedgerMatrixFieldDto>.
| Field | Declared type | Nullable |
|---|---|---|
LedgerMatrixId | Guid | no |
FieldId | Guid | no |
Name | string | no |
Description | string | no |
Member names are the service's declaration names.
path Parameters
idquery Parameters
orderByorderSortpageIndexpageSizeget-ledger-matrix-field-by-ledger-matrix-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.
descriptionfieldIdledgerMatrixIdnamecreate-ledger-matrix-field
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_100 | 400 | LEDGER_MATRIX_TABLE_COLUMN_ALREADY_EXISTS | It is not allowed to create more than one column with the same name '{0}' in one table. |
ERR_ACCTNG_96 | 400 | LEDGER_MATRIX_TABLE_NOT_FOUND | Ledger matrix is not found with given id '{0}'. |
path Parameters
idcreate-ledger-matrix-field › 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-ledger-matrix-value-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<LedgerMatrixValueDto>.
| Field | Declared type | Nullable |
|---|---|---|
ValueId | Guid | no |
MainLedgerCode | string | no |
LedgerCode | string | 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
idfieldIdget-ledger-matrix-value-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.
ledgerCodemainLedgerCodevalueIdupdate-ledger-matrix-field
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_100 | 400 | LEDGER_MATRIX_TABLE_COLUMN_ALREADY_EXISTS | It is not allowed to create more than one column with the same name '{0}' in one table. |
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
idfieldIdupdate-ledger-matrix-field › 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-ledger-matrix-field
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_103 | 400 | — | Matrix table column '{0}' is used in Transaction '{1}'. It cannot be deleted. |
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}'. |
ERR_ACCTNG_97 | 400 | — | Matrix table column has. It cannot be deleted. |
path Parameters
idfieldIddelete-ledger-matrix-field › 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-ledger-matrix-value
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
idfieldIdcreate-ledger-matrix-value › 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.
Updates ledger matrix value
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the update-ledger-matrix-value service definition through PUT /ledger-code-matrix/{id}/fields/{fieldId}/values/{valueId}.
Turkish display name: Ledger matrix value günceller
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCTNG_112 | 400 | LEDGER_MATRIX_VALUE_IS_NOT_FOUND | Matrix value is not found with given id '{0}'. |
path Parameters
idfieldIdvalueIdUpdates ledger matrix value › Request Body
ledgerCodemainLedgerCodeUpdates ledger matrix value › 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.
Deletes ledger matrix value
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the delete-ledger-matrix-value service definition through DELETE /ledger-code-matrix/{id}/fields/{fieldId}/values/{valueId}.
Turkish display name: Ledger matrix value siler
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_112 | 400 | LEDGER_MATRIX_VALUE_IS_NOT_FOUND | Matrix value 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
idfieldIdvalueIdDeletes ledger matrix value › 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-ledger-matrix-value-by-main-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 List<LedgerMatrixValueLedgerDto>.
| Field | Declared type | Nullable |
|---|---|---|
FieldId | Guid | no |
FieldName | string | no |
LedgerCode | string | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCTNG_106 | 400 | LEDGER_MATRIX_VALUE_IS_NOT_FOUND_FOR_LEDGER | Matrix value is not found with the given main ledger '{0}'. |
ERR_ACCTNG_96 | 400 | LEDGER_MATRIX_TABLE_NOT_FOUND | Ledger matrix is not found with given id '{0}'. |
path Parameters
idmainLedgerCodeget-ledger-matrix-value-by-main-ledger-code › 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.
fieldIdfieldNameledgerCode