incoming-distraint-files
Operations addressed under /incoming-distraint-files — 3 operations.
aurax-bff-dynamic-get-incoming-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-incoming-distraint-file-list; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<IncomingDistraintFileDto>.
| Field | Declared type | Nullable |
|---|---|---|
SourceOfficeType | int | no |
PackageCode | string | no |
ProcessType | int | no |
PackageItemCount | int? | yes |
Description | string | no |
PackageDate | DateTime? | yes |
PackageVersion | int? | yes |
StatusSourceOffice | string | no |
Status | int | no |
ContentHash | string | no |
Details | List<IncomingDistraintFileDetailDto> (collection) | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeaurax-bff-dynamic-get-incoming-distraint-file-list › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
aurax-bff-dynamic-get-incoming-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-incoming-distraint-file-by-id; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IncomingDistraintFileDto.
| Field | Declared type | Nullable |
|---|---|---|
SourceOfficeType | int | no |
PackageCode | string | no |
ProcessType | int | no |
PackageItemCount | int? | yes |
Description | string | no |
PackageDate | DateTime? | yes |
PackageVersion | int? | yes |
StatusSourceOffice | string | no |
Status | int | no |
ContentHash | string | no |
Details | List<IncomingDistraintFileDetailDto> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_ACCNT_165 | 400 | INCOMING_DISTRAINT_FILE_NOT_FOUND |
path Parameters
idaurax-bff-dynamic-get-incoming-distraint-file-by-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
aurax-bff-dynamic-get-incoming-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-incoming-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<IncomingDistraintFileDetailDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
TaxOfficeCode | string | no |
DistraintNumber | string | no |
TaxNumber | string | no |
Name | string | no |
Surname | string | no |
FatherName | string | no |
Amount | decimal? | yes |
CurrencyId | int? | yes |
Member names are the service's declaration names.
path Parameters
idquery Parameters
orderByorderSortpageIndexpageSizeaurax-bff-dynamic-get-incoming-distraint-file-detail-list › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.