outgoing-distraint-files
Operations addressed under /outgoing-distraint-files — 11 operations.
create-outgoing-distraint-file
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route returns AuraCommandDto<Guid>, which is the response body itself and not a wrapper around one: the framework declares it as a class with a single property, Id, of type Guid. A caller gets a JSON OBJECT with one field, not a bare value. The field is id on the wire.
| Field | Name on the wire | Declared type | Nullable |
|---|---|---|---|
Id | id | Guid | no |
Member names are the service's declaration names.
create-outgoing-distraint-file › Request Body
statusincomingDistraintFileIdpackageCodepackageDatestatusSourceOfficeCodestatusSourceOfficeDescriptioncreate-outgoing-distraint-file › Responses
Success. An exact, uniquely bound route registration declares the command-id envelope, so this schema is the code-backed body contract.
idIdentifier returned by the command.
update-outgoing-distraint-file
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_ACCNT_167 | 400 | OUTGOING_DISTRAINT_FILE_NOT_FOUND |
path Parameters
idupdate-outgoing-distraint-file › Request Body
statusincomingDistraintFileIdpackageCodepackageDatestatusSourceOfficeCodestatusSourceOfficeDescriptionupdate-outgoing-distraint-file › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
delete-outgoing-distraint-file
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_ACCNT_167 | 400 | OUTGOING_DISTRAINT_FILE_NOT_FOUND |
path Parameters
iddelete-outgoing-distraint-file › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
create-outgoing-distraint-file-detail
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route returns AuraCommandDto<Guid>, which is the response body itself and not a wrapper around one: the framework declares it as a class with a single property, Id, of type Guid. A caller gets a JSON OBJECT with one field, not a bare value. The field is id on the wire.
| Field | Name on the wire | Declared type | Nullable |
|---|---|---|---|
Id | id | Guid | 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
idcreate-outgoing-distraint-file-detail › Request Body optional
amountbirthDatecurrencyIddistraintNumberfatherNamehasAvailableAccountnamesurnametaxNumbertaxOfficeCodecreate-outgoing-distraint-file-detail › Responses
Success. An exact, uniquely bound route registration declares the command-id envelope, so this schema is the code-backed body contract.
idIdentifier returned by the command.
get-outgoing-distraint-file-detail-by-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as 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.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_ACCNT_167 | 400 | OUTGOING_DISTRAINT_FILE_NOT_FOUND |
ERR_ACCNT_168 | 400 | OUTGOING_DISTRAINT_FILE_DETAIL_NOT_FOUND |
path Parameters
idoutgoingDistraintFileDetailIdget-outgoing-distraint-file-detail-by-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
update-outgoing-distraint-file-detail
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_ACCNT_167 | 400 | OUTGOING_DISTRAINT_FILE_NOT_FOUND |
path Parameters
idoutgoingDistraintFileDetailIdupdate-outgoing-distraint-file-detail › Request Body optional
amountbirthDatecurrencyIddistraintNumberfatherNamehasAvailableAccountnamesurnametaxNumbertaxOfficeCodeupdate-outgoing-distraint-file-detail › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
delete-outgoing-distraint-file-detail
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_ACCNT_167 | 400 | OUTGOING_DISTRAINT_FILE_NOT_FOUND |
ERR_ACCNT_168 | 400 | OUTGOING_DISTRAINT_FILE_DETAIL_NOT_FOUND |
path Parameters
idoutgoingDistraintFileDetailIddelete-outgoing-distraint-file-detail › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
create-outgoing-distraint-file-salary
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route returns AuraCommandDto<Guid>, which is the response body itself and not a wrapper around one: the framework declares it as a class with a single property, Id, of type Guid. A caller gets a JSON OBJECT with one field, not a bare value. The field is id on the wire.
| Field | Name on the wire | Declared type | Nullable |
|---|---|---|---|
Id | id | Guid | 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 |
ERR_ACCNT_168 | 400 | OUTGOING_DISTRAINT_FILE_DETAIL_NOT_FOUND |
path Parameters
idoutgoingDistraintFileDetailIdcreate-outgoing-distraint-file-salary › Request Body
salaryTypeaccountNumberorganizationIdsalaryAmountcreate-outgoing-distraint-file-salary › Responses
Success. An exact, uniquely bound route registration declares the command-id envelope, so this schema is the code-backed body contract.
idIdentifier returned by the command.
get-outgoing-distraint-file-salary-by-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as 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.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_ACCNT_167 | 400 | OUTGOING_DISTRAINT_FILE_NOT_FOUND |
ERR_ACCNT_168 | 400 | OUTGOING_DISTRAINT_FILE_DETAIL_NOT_FOUND |
ERR_ACCNT_170 | 400 | OUTGOING_DISTRAINT_FILE_SALARY_NOT_FOUND |
path Parameters
idoutgoingDistraintFileDetailIdoutgoingDistraintFileSalaryIdget-outgoing-distraint-file-salary-by-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
update-outgoing-distraint-file-salary
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_ACCNT_167 | 400 | OUTGOING_DISTRAINT_FILE_NOT_FOUND |
ERR_ACCNT_168 | 400 | OUTGOING_DISTRAINT_FILE_DETAIL_NOT_FOUND |
path Parameters
idoutgoingDistraintFileDetailIdoutgoingDistraintFileSalaryIdupdate-outgoing-distraint-file-salary › Request Body
salaryTypeaccountNumberorganizationIdsalaryAmountupdate-outgoing-distraint-file-salary › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
delete-outgoing-distraint-file-salary
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_ACCNT_167 | 400 | OUTGOING_DISTRAINT_FILE_NOT_FOUND |
ERR_ACCNT_168 | 400 | OUTGOING_DISTRAINT_FILE_DETAIL_NOT_FOUND |
ERR_ACCNT_170 | 400 | OUTGOING_DISTRAINT_FILE_SALARY_NOT_FOUND |
path Parameters
idoutgoingDistraintFileDetailIdoutgoingDistraintFileSalaryIddelete-outgoing-distraint-file-salary › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.