denomination-transactions
Operations addressed under /denomination-transactions — 5 operations.
get-denomination-transaction-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<DenominationTransactionDto>.
| Field | Declared type | Nullable |
|---|---|---|
SourceTransactionid | Guid | no |
SourceTransaction | int? | yes |
DenominationId | Guid | no |
Quantity | int? | yes |
Direction | int? | yes |
HasSerialNumber | bool? | yes |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeget-denomination-transaction-list › Responses
Success. The catalog declares no response fields for this operation. It returns a collection of records — but the record's fields are not declared.
create-denomination-transaction
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 | Message |
|---|---|---|---|
ERR_ACCNT_121 | 400 | DENOMINATION_IS_NOT_FOUND | Denomination is not found with the given id'{0}'. |
ERR_ACCNT_123 | 400 | DENOMINATION_TRANSACTION_IS_ALREADY_DEFINED | Denomination transaction is already defined. |
create-denomination-transaction › Request Body
sourceTransactionPermitted values — validated against the source_transaction_type parameter.
| Value | Meaning |
|---|---|
1 | account_cash_transaction |
2 | withdrawal |
3 | transfer |
4 | virman |
5 | cash_box_transfer |
6 | cash_box_reconciliation |
sourceTransactionidcreate-denomination-transaction › 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.
get-denomination-transaction-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 DenominationTransactionDto.
| Field | Declared type | Nullable |
|---|---|---|
SourceTransactionid | Guid | no |
SourceTransaction | int? | yes |
DenominationId | Guid | no |
Quantity | int? | yes |
Direction | int? | yes |
HasSerialNumber | bool? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCNT_124 | 400 | DENOMINATION_TRANSACTION_IS_NOT_FOUND | Denomination Transaction is not found with the given id: '{0}' |
path Parameters
idget-denomination-transaction-by-id › 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.
update-denomination-transaction
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 | Message |
|---|---|---|---|
ERR_ACCNT_121 | 400 | DENOMINATION_IS_NOT_FOUND | Denomination is not found with the given id'{0}'. |
ERR_ACCNT_123 | 400 | DENOMINATION_TRANSACTION_IS_ALREADY_DEFINED | Denomination transaction is already defined. |
ERR_ACCNT_124 | 400 | DENOMINATION_TRANSACTION_IS_NOT_FOUND | Denomination Transaction is not found with the given id: '{0}' |
path Parameters
idupdate-denomination-transaction › Request Body
denominationIddirectionPermitted values — validated against the denomination_direction_type parameter.
| Value | Meaning |
|---|---|
1 | Taken |
2 | Given |
hasSerialNumberquantitysourceTransactionPermitted values — validated against the source_transaction_type parameter.
| Value | Meaning |
|---|---|
1 | account_cash_transaction |
2 | withdrawal |
3 | transfer |
4 | virman |
5 | cash_box_transfer |
6 | cash_box_reconciliation |
sourceTransactionidupdate-denomination-transaction › 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-denomination-transaction
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 | Message |
|---|---|---|---|
ERR_ACCNT_124 | 400 | DENOMINATION_TRANSACTION_IS_NOT_FOUND | Denomination Transaction is not found with the given id: '{0}' |
path Parameters
iddelete-denomination-transaction › 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.