slip-transactions
Operations addressed under /slip-transactions — 6 operations.
aurax-bff-redirect-view-receipt-by-entityrowid
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Request and response fields are declared on the routing target view-receipt-by-entityrowid; this entry declares none of its own.
Response body, read from the service source
The route returns string, a scalar rather than an object. There is no field tree below because there are no fields: the body is a JSON string. This is a complete answer read from the declaration, not a gap.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_AURAX_34 | 400 | REQUEST_MUST_NOT_EMPTY |
ERR_AURAX_35 | 400 | SLIP_IS_EMPTY |
aurax-bff-redirect-view-receipt-by-entityrowid › Request Body optional
entityRowIdidisPdfslipNumbertransactionTypeaurax-bff-redirect-view-receipt-by-entityrowid › 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.
aurax-bff-redirect-get-slip-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<SlipTransactionDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
SlipData | string | no |
ChannelDefinitionId | Guid | no |
TemplateDesignContextId | Guid | no |
SlipId | Guid | no |
EntityName | string | no |
Entityrowid | Guid | no |
ServiceDefinitionId | Guid | no |
TransactionDate | DateOnly | no |
CustomerId | Guid? | yes |
AccountingEntryId | Guid? | yes |
IsSlipGenerated | bool | no |
SlipNumber | string | no |
TransactionType | int? | yes |
Member names are the service's declaration names.
aurax-bff-redirect-get-slip-transaction-list › 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.
aurax-bff-redirect-create-slip-transaction
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.
aurax-bff-redirect-create-slip-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.
aurax-bff-redirect-get-slip-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 SlipTransactionDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
SlipData | string | no |
ChannelDefinitionId | Guid | no |
TemplateDesignContextId | Guid | no |
SlipId | Guid | no |
EntityName | string | no |
Entityrowid | Guid | no |
ServiceDefinitionId | Guid | no |
TransactionDate | DateOnly | no |
CustomerId | Guid? | yes |
AccountingEntryId | Guid? | yes |
IsSlipGenerated | bool | no |
SlipNumber | string | no |
TransactionType | int? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_SLIP_3 | 400 | SLIP_TRANSACTION_IS_NOT_FOUND |
path Parameters
idPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-get-slip-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.
aurax-bff-redirect-update-slip-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 |
|---|---|---|
ERR_SLIP_3 | 400 | SLIP_TRANSACTION_IS_NOT_FOUND |
path Parameters
idPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-update-slip-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.
aurax-bff-redirect-delete-slip-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 |
|---|---|---|
ERR_SLIP_3 | 400 | SLIP_TRANSACTION_IS_NOT_FOUND |
path Parameters
idPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-delete-slip-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.