outgoing-distraint-files
Operations addressed under /outgoing-distraint-files — 4 operations.
aurax-bff-dynamic-get-outgoing-distraint-file-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-outgoing-distraint-file-list; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<OutgoingDistraintFileDto>.
| Field | Declared type | Nullable |
|---|---|---|
PackageCode | string | no |
IncomingDistraintFileId | Guid? | yes |
Status | int | no |
PackageDate | DateTime? | yes |
StatusSourceOffice | int? | yes |
StatusSourceOfficeDescription | string | no |
Details | List<OutgoingDistraintFileDetailDto> (collection) | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeaurax-bff-dynamic-get-outgoing-distraint-file-list › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
aurax-bff-dynamic-get-outgoing-distraint-file-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-outgoing-distraint-file-by-id; this entry declares none of its own.
Response body, read from the service source
The route declares its response as OutgoingDistraintFileDto.
| Field | Declared type | Nullable |
|---|---|---|
PackageCode | string | no |
IncomingDistraintFileId | Guid? | yes |
Status | int | no |
PackageDate | DateTime? | yes |
StatusSourceOffice | int? | yes |
StatusSourceOfficeDescription | string | no |
Details | List<OutgoingDistraintFileDetailDto> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_ACCNT_167 | 400 | OUTGOING_DISTRAINT_FILE_NOT_FOUND |
path Parameters
idaurax-bff-dynamic-get-outgoing-distraint-file-by-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
aurax-bff-dynamic-get-outgoing-distraint-file-detail-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-outgoing-distraint-file-detail-list; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<OutgoingDistraintFileDetailDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
DistraintNumber | string | no |
TaxOfficeCode | string | no |
TaxNumber | string | no |
Name | string | no |
Surname | string | no |
FatherName | string | no |
Amount | decimal? | yes |
BirthDate | DateOnly? | yes |
HasAvailableAccount | bool? | yes |
CurrencyId | int? | yes |
Member names are the service's declaration names.
path Parameters
idquery Parameters
orderByorderSortpageIndexpageSizeaurax-bff-dynamic-get-outgoing-distraint-file-detail-list › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
aurax-bff-dynamic-get-outgoing-distraint-file-salary-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-outgoing-distraint-file-salary-list; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<OutgoingDistraintFileSalaryDto>.
| Field | Declared type | Nullable |
|---|---|---|
OutgoingDistraintFileDetailId | Guid | no |
AccountNumber | string | no |
OrganizationId | Guid? | yes |
SalaryType | int | no |
SalaryAmount | decimal? | yes |
Member names are the service's declaration names.
path Parameters
idoutgoingDistraintFileDetailIdquery Parameters
orderByorderSortpageIndexpageSizeaurax-bff-dynamic-get-outgoing-distraint-file-salary-list › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.