distraint-file-accounts
Operations addressed under /distraint-file-accounts — 2 operations.
aurax-bff-dynamic-get-distraint-file-account-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-distraint-file-account-list; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<DistraintFileAccountDto>.
| Field | Declared type | Nullable |
|---|---|---|
OutgoingDistraintFileDetailId | Guid | no |
IncomingDistraintFileDetailId | Guid? | yes |
Iban | string | no |
AccountId | Guid? | yes |
CustomerBlockedId | Guid? | yes |
Amount | decimal? | yes |
CurrencyId | int? | yes |
DistraintTransactionType | int? | yes |
OrganizationId | Guid? | yes |
AccountTypeCode | string | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeaurax-bff-dynamic-get-distraint-file-account-list › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
aurax-bff-dynamic-get-distraint-file-account-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-distraint-file-account-by-id; this entry declares none of its own.
Response body, read from the service source
The route declares its response as DistraintFileAccountDto.
| Field | Declared type | Nullable |
|---|---|---|
OutgoingDistraintFileDetailId | Guid | no |
IncomingDistraintFileDetailId | Guid? | yes |
Iban | string | no |
AccountId | Guid? | yes |
CustomerBlockedId | Guid? | yes |
Amount | decimal? | yes |
CurrencyId | int? | yes |
DistraintTransactionType | int? | yes |
OrganizationId | Guid? | yes |
AccountTypeCode | string | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_ACCNT_169 | 400 | DISTRAINT_FILE_ACCOUNT_NOT_FOUND |
path Parameters
idaurax-bff-dynamic-get-distraint-file-account-by-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.