redirect
Operations addressed under /redirect — 2 operations.
aurax-bff-redirect-get-loan-invoice-list
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 get-loan-invoice-list; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<LoanInvoiceDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
LoanId | Guid | no |
InvoiceAmount | decimal? | yes |
InvoiceDate | DateOnly? | yes |
SerialNumber | string | no |
UsingInvoiceAmount | decimal? | yes |
ShipmentDate | DateOnly? | yes |
InvoiceIssuer | string | no |
IsOfficialInvoice | bool | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeaurax-bff-redirect-get-loan-invoice-list › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
aurax-bff-redirect-delete-loan-invoice
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 delete-loan-invoice; this entry declares none of its own.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_LOAN_107 | 400 | LOAN_INVOICE_NOT_FOUND | Loan Date Must Be Today For Cancel |
ERR_LOAN_17 | 400 | LOAN_MUST_NOT_BE_NULL | not published in this snapshot |
path Parameters
idinvoiceIdaurax-bff-redirect-delete-loan-invoice › 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.