to-kas
Operations addressed under /to-kas — 6 operations.
get-to-kas-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<ToKasDto>.
| Field | Declared type | Nullable |
|---|---|---|
MessageStatus | string | no |
MessageStatusDescription | string | no |
MessageTransactionType | int? | yes |
MessageTransactionInput | string | no |
ContentDetail | ContentDto | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeget-to-kas-list › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
contentexecutionIdidintegrationAdditionalInfomessagemessageGroupmessageHashmessageStatusmessageStatusDescriptionmessageTrackingStatusmessageTransactionInputmessageTransactionTypemessageTypeserviceStatustransferDatetransferEntryTimetransferProcessingTimetransferQueryNumbertransferSendTimetransferStatustransferTimecreate-to-kas
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<int>, 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 int. 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 | int | no |
Member names are the service's declaration names.
create-to-kas › Request Body
addressamountbirthDatebirthPlacecitizenIddescriptionfromIbanfullNamekasBankCodemessageTypepaymentPurposepspqueryNumbertoIbantoOwnertransferQueryNumbercontentexecutionIdintegrationAdditionalInfomessageGroupmessageHashmessageStatusmessageStatusDescriptionmessageTrackingStatusmessageTransactionInputmessageTransactionTypeserviceStatustoIdentityNumbertransferDatetransferEntryTimetransferProcessingTimetransferSendTimetransferStatustransferTimecreate-to-kas › Responses
Success. The schema is an anyOf over three envelopes: the record, a bare array of it, and a page {total, data[]} carrying the same record.
Decision Table
| Variant | Matching Criteria |
|---|---|
| type = object | |
| type = array | |
| type = object · requires: data |
idcreate-to-kas-refund
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<int>, 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 int. 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 | int | no |
Member names are the service's declaration names.
create-to-kas-refund › Request Body
descriptionpriorityqueryNumberrefundCodetransferQueryNumbertransferidexecutionIdtransferDatecreate-to-kas-refund › Responses
Success. The schema is an anyOf over three envelopes: the record, a bare array of it, and a page {total, data[]} carrying the same record.
Decision Table
| Variant | Matching Criteria |
|---|---|
| type = object | |
| type = array | |
| type = object · requires: data |
idget-to-kas-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 ToKasDto.
| Field | Declared type | Nullable |
|---|---|---|
MessageStatus | string | no |
MessageStatusDescription | string | no |
MessageTransactionType | int? | yes |
MessageTransactionInput | string | no |
ContentDetail | ContentDto | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_KAS_7 | 400 | TO_KAS_NOT_FOUND |
path Parameters
idget-to-kas-by-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
update-to-kas
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_KAS_7 | 400 | TO_KAS_NOT_FOUND |
path Parameters
idupdate-to-kas › 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-to-kas
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_KAS_7 | 400 | TO_KAS_NOT_FOUND |
path Parameters
iddelete-to-kas › 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.