expenses
Operations addressed under /expenses — 2 operations.
aurax-bff-redirect-get-expenses-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-expenses-list; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<ExpenseDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid? | yes |
OrganizationId | Guid? | yes |
CustomerId | Guid? | yes |
ExpenseCalculationId | Guid? | yes |
ExpenseItemId | Guid? | yes |
TransactionAmount | decimal? | yes |
ExpenseAmount | decimal? | yes |
TaxAmount | decimal? | yes |
TotalExpenseAmount | decimal? | yes |
TotalConfirmedExpenseAmount | decimal? | yes |
CurrencyNumber | string | no |
ExpenseStatus | int? | yes |
CreatedDate | DateTime? | yes |
TransactionDate | DateOnly? | yes |
ExpenseAccounts | List<ExpenseAccountDto> (collection) | no |
ExpenseInstallments | List<ExpenseInstallmentDto> (collection) | no |
ExpenseRuleMaps | List<ExpenseRuleMapDto> (collection) | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeaurax-bff-redirect-get-expenses-list › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
aurax-bff-redirect-get-expense-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-by-id; this entry declares none of its own.
Response body, read from the service source
The route declares its response as ExpenseDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid? | yes |
OrganizationId | Guid? | yes |
CustomerId | Guid? | yes |
ExpenseCalculationId | Guid? | yes |
ExpenseItemId | Guid? | yes |
TransactionAmount | decimal? | yes |
ExpenseAmount | decimal? | yes |
TaxAmount | decimal? | yes |
TotalExpenseAmount | decimal? | yes |
TotalConfirmedExpenseAmount | decimal? | yes |
CurrencyNumber | string | no |
ExpenseStatus | int? | yes |
CreatedDate | DateTime? | yes |
TransactionDate | DateOnly? | yes |
ExpenseAccounts | List<ExpenseAccountDto> (collection) | no |
ExpenseInstallments | List<ExpenseInstallmentDto> (collection) | no |
ExpenseRuleMaps | List<ExpenseRuleMapDto> (collection) | no |
Member names are the service's declaration names.
path Parameters
idaurax-bff-redirect-get-expense-by-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.