expense-items
Operations addressed under /expense-items — 5 operations.
aurax-bff-redirect-get-expense-item-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Request and response fields are declared on the routing target get-expense-item-list; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<ExpenseItemDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Code | string | no |
Name | string | no |
Description | string | no |
StartDate | DateOnly? | yes |
EndDate | DateOnly? | yes |
ExpenseType | int? | yes |
ParentExpenseItemId | Guid? | yes |
AccountingEntryDefinitionCode | string | no |
IsLeafLevel | bool | no |
IsActive | bool? | yes |
IsAccrual | bool? | yes |
IsPartialCollection | bool? | yes |
DomainCode | string | no |
CalculationTypes | List<ExpenseItemCalculationTypeItem> (collection) | no |
CalculationTaxes | List<ExpenseItemCalculationTaxDto> (collection) | no |
ExpenseRuleMaps | List<ExpenseRuleMapDto> (collection) | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeaurax-bff-redirect-get-expense-item-list › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
aurax-bff-redirect-create-expense-item-ui-bpm
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Request and response fields are declared on the routing target create-expense-item-ui-bpm; this entry declares none of its own.
aurax-bff-redirect-create-expense-item-ui-bpm › Request Body
accountingEntryDefinitionCodecodedescriptionendDateexpenseTypeisAccrualisPartialCollectionnamestartDateparentExpenseItemIdaurax-bff-redirect-create-expense-item-ui-bpm › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
aurax-bff-redirect-get-expense-item-by-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Request and response fields are declared on the routing target get-expense-item-by-id; this entry declares none of its own.
Response body, read from the service source
The route declares its response as ExpenseItemDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Code | string | no |
Name | string | no |
Description | string | no |
StartDate | DateOnly? | yes |
EndDate | DateOnly? | yes |
ExpenseType | int? | yes |
ParentExpenseItemId | Guid? | yes |
AccountingEntryDefinitionCode | string | no |
IsLeafLevel | bool | no |
IsActive | bool? | yes |
IsAccrual | bool? | yes |
IsPartialCollection | bool? | yes |
DomainCode | string | no |
CalculationTypes | List<ExpenseItemCalculationTypeItem> (collection) | no |
CalculationTaxes | List<ExpenseItemCalculationTaxDto> (collection) | no |
ExpenseRuleMaps | List<ExpenseRuleMapDto> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_EXPNS_7 | 400 | EXPENSE_ITEM_NOT_FOUND |
path Parameters
idaurax-bff-redirect-get-expense-item-by-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
aurax-bff-redirect-update-expense-item-ui-bpm
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Request and response fields are declared on the routing target update-expense-item-ui-bpm; this entry declares none of its own.
path Parameters
idaurax-bff-redirect-update-expense-item-ui-bpm › Request Body
accountingEntryDefinitionCodecodedescriptionendDateexpenseTypeisAccrualisActiveisPartialCollectionnamestartDateparentExpenseItemIdaurax-bff-redirect-update-expense-item-ui-bpm › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
aurax-bff-redirect-delete-expense-item-ui-bpm
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Request and response fields are declared on the routing target delete-expense-item-ui-bpm; this entry declares none of its own.
path Parameters
idaurax-bff-redirect-delete-expense-item-ui-bpm › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.