distraint-process-reports
Operations addressed under /distraint-process-reports — 3 operations.
aurax-bff-dynamic-get-distraint-process-report-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-process-report-list; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<DistraintProcessReportDto>.
| Field | Declared type | Nullable |
|---|---|---|
OutgoingDistraintFileId | Guid? | yes |
TaxNumber | string | no |
TaxOfficeCode | string | no |
DistraintNumber | string | no |
ResponsePackageCode | string | no |
DistraintAmount | decimal? | yes |
RecordState | int | no |
ErrorDescription | string | no |
ReportType | int? | yes |
Details | List<DistraintProcessReportDetailDto> (collection) | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeaurax-bff-dynamic-get-distraint-process-report-list › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
aurax-bff-dynamic-get-distraint-process-report-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-process-report-by-id; this entry declares none of its own.
Response body, read from the service source
The route declares its response as DistraintProcessReportDto.
| Field | Declared type | Nullable |
|---|---|---|
OutgoingDistraintFileId | Guid? | yes |
TaxNumber | string | no |
TaxOfficeCode | string | no |
DistraintNumber | string | no |
ResponsePackageCode | string | no |
DistraintAmount | decimal? | yes |
RecordState | int | no |
ErrorDescription | string | no |
ReportType | int? | yes |
Details | List<DistraintProcessReportDetailDto> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_ACCNT_171 | 400 | DISTRAINT_PROCESS_REPORT_NOT_FOUND |
path Parameters
idaurax-bff-dynamic-get-distraint-process-report-by-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
aurax-bff-dynamic-get-distraint-process-report-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-distraint-process-report-detail-list; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<DistraintProcessReportDetailDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
DistraintFileAccountId | Guid? | yes |
AccountNumber | string | no |
Balance | decimal? | yes |
AvailableBalanceBefore | decimal? | yes |
AvailableBalanceAfter | decimal? | yes |
WithholdingBefore | decimal? | yes |
WithholdingAfter | decimal? | yes |
Risk | decimal? | yes |
BankRisk | decimal? | yes |
WithholdingAmount | decimal? | yes |
ReserveAmount | decimal? | yes |
FxRate | decimal? | yes |
Member names are the service's declaration names.
path Parameters
idquery Parameters
orderByorderSortpageIndexpageSizeaurax-bff-dynamic-get-distraint-process-report-detail-list › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.