cash-declarations
Operations addressed under /cash-declarations — 5 operations.
get-all-cash-declaration-form-list
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 IEnumerable<CashDeclarationDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
CustomerId | Guid | no |
CustomerName | string | no |
AccountNumber | string | no |
RegistrationNumber | string | no |
NbfVerificationCode | string | no |
CashDeclarationFormDate | DateTime | no |
IssuingCustomsAuthority | string | no |
Amount | decimal | no |
CurrencyCode | string | no |
OriginCountry | string | no |
OnBehalf | string | no |
TaxNumber | string | no |
City | string | no |
Address | string | no |
Confirmed | bool | no |
PurposeofUsage | string | no |
DepositedAmountSum | decimal | no |
RemainingBalance | decimal | no |
CashDeclarationAccountActivities | List<CashDeclarationAccountActivityDto> (collection) | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeget-all-cash-declaration-form-list › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
create-cash-declaration-form
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 CashDeclarationDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
CustomerId | Guid | no |
CustomerName | string | no |
AccountNumber | string | no |
RegistrationNumber | string | no |
NbfVerificationCode | string | no |
CashDeclarationFormDate | DateTime | no |
IssuingCustomsAuthority | string | no |
Amount | decimal | no |
CurrencyCode | string | no |
OriginCountry | string | no |
OnBehalf | string | no |
TaxNumber | string | no |
City | string | no |
Address | string | no |
Confirmed | bool | no |
PurposeofUsage | string | no |
DepositedAmountSum | decimal | no |
RemainingBalance | decimal | no |
CashDeclarationAccountActivities | List<CashDeclarationAccountActivityDto> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_FRGN_TRD_37 | 400 | ACCOUNT_ACTIVITY_REFERENCE_ALREADY_EXISTS |
create-cash-declaration-form › Request Body
accountNumberaddressamountcashDeclarationFormDatecityconfirmedcurrencyCodecustomerIdissuingCustomsAuthoritynbfVerificationCodeonBehalforiginCountrypurposeOfUsageregistrationNumbertaxNumbercreate-cash-declaration-form › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
get-cash-declaration-form-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 CashDeclarationDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
CustomerId | Guid | no |
CustomerName | string | no |
AccountNumber | string | no |
RegistrationNumber | string | no |
NbfVerificationCode | string | no |
CashDeclarationFormDate | DateTime | no |
IssuingCustomsAuthority | string | no |
Amount | decimal | no |
CurrencyCode | string | no |
OriginCountry | string | no |
OnBehalf | string | no |
TaxNumber | string | no |
City | string | no |
Address | string | no |
Confirmed | bool | no |
PurposeofUsage | string | no |
DepositedAmountSum | decimal | no |
RemainingBalance | decimal | no |
CashDeclarationAccountActivities | List<CashDeclarationAccountActivityDto> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_FRGN_TRD_38 | 400 | CASH_DECLARATION_FORM_NOT_FOUND |
path Parameters
idget-cash-declaration-form-by-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
update-cash-declaration-form
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_FRGN_TRD_37 | 400 | ACCOUNT_ACTIVITY_REFERENCE_ALREADY_EXISTS |
ERR_FRGN_TRD_38 | 400 | CASH_DECLARATION_FORM_NOT_FOUND |
path Parameters
idupdate-cash-declaration-form › Request Body
accountNumberaddressamountcashDeclarationFormDatecityconfirmedcurrencyCodecustomerIdissuingCustomsAuthoritynbfVerificationCodeonBehalforiginCountrypurposeofUsageregistrationNumbertaxNumberupdate-cash-declaration-form › 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-cash-declaration-form
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_FRGN_TRD_38 | 400 | CASH_DECLARATION_FORM_NOT_FOUND |
path Parameters
iddelete-cash-declaration-form › 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.