main-prices
Operations addressed under /main-prices — 6 operations.
aurax-bff-get-main-price-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-main-price-list; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<MainPriceDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
DomainType | int | no |
ProductType | int | no |
Maturity | int | no |
ChannelType | int | no |
MinRate | decimal | no |
MaxRate | decimal | no |
DefaultRate | decimal? | yes |
CurrencyId | int | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeaurax-bff-get-main-price-list › Responses
Success. Returns a page of records: the collection under data, with total carrying the unpaged count.
Response records carried by this page.
totalTotal matching records, ignoring paging.
aurax-bff-create-main-price
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 create-main-price; this entry declares none of its own.
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 |
|---|---|---|
ERR_PRICING_2 | 400 | MAIN_PRICE_ALREADY_EXISTS |
aurax-bff-create-main-price › Request Body
channelTypecurrencyIddefaultRatedomainTypematuritymaxRateminRateproductTypeaurax-bff-create-main-price › Responses
Success. An exact, uniquely bound route registration declares the command-id envelope, so this schema is the code-backed body contract.
idIdentifier returned by the command.
aurax-bff-get-main-price-list-by-domain
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-main-price-list-by-domain; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<MainPriceDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
DomainType | int | no |
ProductType | int | no |
Maturity | int | no |
ChannelType | int | no |
MinRate | decimal | no |
MaxRate | decimal | no |
DefaultRate | decimal? | yes |
CurrencyId | int | no |
Member names are the service's declaration names.
path Parameters
domainTypequery Parameters
orderByorderSortpageIndexpageSizeaurax-bff-get-main-price-list-by-domain › 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.
channelTypecurrencyIddefaultRatedomainTypeidmaturitymaxRateminRateproductTypeaurax-bff-get-main-price-by-id
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-main-price-by-id; this entry declares none of its own.
Response body, read from the service source
The route declares its response as MainPriceDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
DomainType | int | no |
ProductType | int | no |
Maturity | int | no |
ChannelType | int | no |
MinRate | decimal | no |
MaxRate | decimal | no |
DefaultRate | decimal? | yes |
CurrencyId | int | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_PRICING_1 | 400 | MAIN_PRICE_NOT_FOUND |
path Parameters
idaurax-bff-get-main-price-by-id › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
channelTypecurrencyIddefaultRatedomainTypeidmaturitymaxRateminRateproductTypeaurax-bff-update-main-price
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 update-main-price; this entry declares none of its own.
Response body, read from the service source
The route declares its response as UpdateMainPriceDto.
| Field | Declared type | Nullable |
|---|---|---|
IsChanged | bool | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_PRICING_1 | 400 | MAIN_PRICE_NOT_FOUND |
ERR_PRICING_2 | 400 | MAIN_PRICE_ALREADY_EXISTS |
path Parameters
idaurax-bff-update-main-price › Request Body
channelTypecurrencyIddefaultRatedomainTypematuritymaxRateminRateproductTypeaurax-bff-update-main-price › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
aurax-bff-delete-main-price
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-main-price; this entry declares none of its own.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_PRICING_1 | 400 | MAIN_PRICE_NOT_FOUND |
path Parameters
idaurax-bff-delete-main-price › 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.