denomination-serial-number
Operations addressed under /denomination-serial-number — 5 operations.
get-denomination-serial-number-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<DenominationSerialNumberDto>.
| Field | Declared type | Nullable |
|---|---|---|
DenominationTransactionId | Guid | no |
SerialNumber | string | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeget-denomination-serial-number-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-serial-number
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 | Message |
|---|---|---|---|
ERR_ACCNT_124 | 400 | DENOMINATION_TRANSACTION_IS_NOT_FOUND | Denomination Transaction is not found with the given id: '{0}' |
ERR_ACCNT_125 | 400 | DENOMINATION_SERIAL_IS_ALREADY_DEFINED | Denomination transaction serial number is already defined. |
create-denomination-serial-number › Request Body
denominationTransactionIdserialNumbercreate-denomination-serial-number › 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-serial-number-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 DenominationSerialNumberDto.
| Field | Declared type | Nullable |
|---|---|---|
DenominationTransactionId | Guid | no |
SerialNumber | string | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCNT_126 | 400 | DENOMINATION_SERIAL_IS_NOT_FOUND | Denomination Transaction serial number is not found with the given id: '{0}' |
path Parameters
idget-denomination-serial-number-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-serial-number
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}' |
ERR_ACCNT_125 | 400 | DENOMINATION_SERIAL_IS_ALREADY_DEFINED | Denomination transaction serial number is already defined. |
ERR_ACCNT_126 | 400 | DENOMINATION_SERIAL_IS_NOT_FOUND | Denomination Transaction serial number is not found with the given id: '{0}' |
path Parameters
idupdate-denomination-serial-number › Request Body
denominationTransactionIdserialNumberupdate-denomination-serial-number › 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-serial-number
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_126 | 400 | DENOMINATION_SERIAL_IS_NOT_FOUND | Denomination Transaction serial number is not found with the given id: '{0}' |
path Parameters
iddelete-denomination-serial-number › 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.