incoming-distraint-files
Operations addressed under /incoming-distraint-files — 7 operations.
create-incoming-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-incoming-distraint-file › Request Body
processTypeIntsourceOfficeTypestatuscontentHashdescriptionpackageCodepackageDatepackageItemCountpackageVersionstatusSourceOfficecreate-incoming-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-incoming-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_165 | 400 | INCOMING_DISTRAINT_FILE_NOT_FOUND |
path Parameters
idupdate-incoming-distraint-file › Request Body
processTypeIntsourceOfficeTypestatuscontentHashdescriptionpackageCodepackageDatepackageItemCountpackageVersionstatusSourceOfficeupdate-incoming-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-incoming-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_165 | 400 | INCOMING_DISTRAINT_FILE_NOT_FOUND |
path Parameters
iddelete-incoming-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-incoming-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_165 | 400 | INCOMING_DISTRAINT_FILE_NOT_FOUND |
path Parameters
idcreate-incoming-distraint-file-detail › Request Body optional
amountcurrencyIddistraintNumberfatherNamenamesurnametaxNumbertaxOfficeCodecreate-incoming-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-incoming-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 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.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_ACCNT_165 | 400 | INCOMING_DISTRAINT_FILE_NOT_FOUND |
ERR_ACCNT_166 | 400 | INCOMING_DISTRAINT_FILE_DETAIL_NOT_FOUND |
path Parameters
idincomingDistraintFileDetailIdget-incoming-distraint-file-detail-by-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
update-incoming-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_165 | 400 | INCOMING_DISTRAINT_FILE_NOT_FOUND |
path Parameters
idincomingDistraintFileDetailIdupdate-incoming-distraint-file-detail › Request Body optional
amountcurrencyIddistraintNumberfatherNamenamesurnametaxNumbertaxOfficeCodeupdate-incoming-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-incoming-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_165 | 400 | INCOMING_DISTRAINT_FILE_NOT_FOUND |
ERR_ACCNT_166 | 400 | INCOMING_DISTRAINT_FILE_DETAIL_NOT_FOUND |
path Parameters
idincomingDistraintFileDetailIddelete-incoming-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.