gl-code-sections
Operations addressed under /gl-code-sections — 7 operations.
aurax-bff-redirect-get-gLCode-section-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<GLCodeSectionListDto>.
| Field | Declared type | Nullable |
|---|---|---|
ParentSectionName | string | no |
Id | Guid | no |
SectionType | string | no |
Name | string | no |
SectionLength | int? | yes |
IsMainParent | bool? | yes |
IsMandatory | bool? | yes |
ParentSectionId | Guid? | yes |
Member names are the service's declaration names.
aurax-bff-redirect-get-gLCode-section-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-gLCode-section-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 GLCodeSectionDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
SectionType | string | no |
Name | string | no |
SectionLength | int? | yes |
IsMainParent | bool? | yes |
IsMandatory | bool? | yes |
ParentSectionId | Guid? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCTNG_43 | 400 | SUITABLE_GL_CODE_SECTION_NOT_FOUND | Gl Code Section:{0} is not found. |
path Parameters
idPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-get-gLCode-section-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-gLCode-section-and-value-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-gLCode-section-and-value-bpmn › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
aurax-bff-redirect-delete-gLCode-section-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-gLCode-section-bpmn › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
aurax-bff-redirect-get-gLCode-section-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<GLCodeSectionValueDto>.
| Field | Declared type | Nullable |
|---|---|---|
GLCodeSectionId | Guid? | yes |
GLCodeSectionValueId | Guid | no |
Name | string | no |
SectionValue | string | no |
ParentValueId | Guid? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCTNG_43 | 400 | SUITABLE_GL_CODE_SECTION_NOT_FOUND | Gl Code Section:{0} is not found. |
ERR_ACCTNG_65 | 400 | GET_LEDGER_METHODS_SHOULD_BE_USED_TO_GET_VALUE_OF_THE_SECTION_WHOSE_TYPE_IS_LEDGER | Get Ledger methods should be used to get value of the section whose 'type' is not 'Ledger'. |
path Parameters
idPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-get-gLCode-section-value-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-delete-gLCode-section-value
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_43 | 400 | SUITABLE_GL_CODE_SECTION_NOT_FOUND | Gl Code Section:{0} is not found. |
ERR_ACCTNG_76 | 400 | SUITABLE_GL_CODE_SECTION_VALUE_NOT_FOUND | GL Code Section Value not found. GL code section value id ={0}. |
ERR_ACCTNG_78 | 400 | SECTION_VALUE_IS_USED_CANNOT_BE_DELETED | GL Codes with the given Gl Code Section Value is used for accounting entry. It cannot be deleted. |
path Parameters
idPresent in the route template but not declared as a Route-bound field in the catalog.
valueIdPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-delete-gLCode-section-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.