expense-collections
Operations addressed under /expense-collections — 2 operations.
aurax-bff-redirect-get-expense-collections
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-collections; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<ExpenseCollectionDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
AccountId | Guid? | yes |
CollectionSubType | int? | yes |
CollectionType | int? | yes |
CurrencyNumber | string | no |
Amount | decimal? | yes |
AmountLocal | decimal? | yes |
ExchangeRate | decimal? | yes |
AccountingEntryId | Guid? | yes |
RelatedAccountingEntryId | Guid? | yes |
Description | string | no |
TransactionDate | DateTime? | yes |
ExpenseInstallmentId | Guid? | yes |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeaurax-bff-redirect-get-expense-collections › 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.
accountIdaccountingEntryIdcancelAccountingEntryIdcancelDatecancelDescriptioncollectionAmountcollectionAmountLocalcollectionSubTypecollectionTypecurrencyNumberexchangeRateidinstallmentReferenceIdtransactionDatetransactionDescriptionaurax-bff-redirect-get-expense-collection-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-collection-by-id; this entry declares none of its own.
Response body, read from the service source
The route declares its response as ExpenseCollectionDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
AccountId | Guid? | yes |
CollectionSubType | int? | yes |
CollectionType | int? | yes |
CurrencyNumber | string | no |
Amount | decimal? | yes |
AmountLocal | decimal? | yes |
ExchangeRate | decimal? | yes |
AccountingEntryId | Guid? | yes |
RelatedAccountingEntryId | Guid? | yes |
Description | string | no |
TransactionDate | DateTime? | yes |
ExpenseInstallmentId | Guid? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_EXPNS_45 | 400 | EXPENSE_COLLECTION_NOT_FOUND |
path Parameters
idaurax-bff-redirect-get-expense-collection-by-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.