cash-declaration-account-activities
Operations addressed under /cash-declaration-account-activities — 5 operations.
get-cash-declaration-account-activity-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<CashDeclarationAccountActivityDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Reference | string | no |
ChargedPerson | string | no |
DepositedAmount | decimal | no |
DepositedCurrencyCode | string | no |
CashDeclarationId | Guid | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeget-cash-declaration-account-activity-list › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
create-cash-declaration-account-activity
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 CashDeclarationAccountActivityDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Reference | string | no |
ChargedPerson | string | no |
DepositedAmount | decimal | no |
DepositedCurrencyCode | string | no |
CashDeclarationId | Guid | no |
Member names are the service's declaration names.
create-cash-declaration-account-activity › Request Body
cashDeclarationIdchargedPersondepositedAmountdepositedCurrencyCodereferencecreate-cash-declaration-account-activity › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
get-cash-declaration-account-activity-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 CashDeclarationAccountActivityDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Reference | string | no |
ChargedPerson | string | no |
DepositedAmount | decimal | no |
DepositedCurrencyCode | string | no |
CashDeclarationId | Guid | 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_ACCOUNT_ACTIVITY_NOT_FOUND |
path Parameters
idget-cash-declaration-account-activity-by-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
update-cash-declaration-account-activity
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_ACCOUNT_ACTIVITY_NOT_FOUND |
path Parameters
idupdate-cash-declaration-account-activity › Request Body
chargedPersondepositedAmountdepositedCurrencyCodereferenceupdate-cash-declaration-account-activity › 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-account-activity
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_ACCOUNT_ACTIVITY_NOT_FOUND |
path Parameters
iddelete-cash-declaration-account-activity › 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.