base-prices
Operations addressed under /base-prices — 6 operations.
aurax-bff-redirect-get-base-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-base-price-list; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<BasePriceDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Code | string | no |
Name | string | no |
Description | string | no |
Rate | decimal | no |
CurrencyId | int | no |
TermType | int | no |
StartDate | DateOnly | no |
EndDate | DateOnly? | yes |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeaurax-bff-redirect-get-base-price-list › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
aurax-bff-redirect-create-base-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-base-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_6 | 400 | BASE_PRICE_ALREADY_EXISTS |
aurax-bff-redirect-create-base-price › Request Body
codecurrencyIddescriptionendDatenameratestartDatetermTypeaurax-bff-redirect-create-base-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-redirect-get-base-price-list-by-term-type
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-base-price-list-by-term-type; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<BasePriceDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Code | string | no |
Name | string | no |
Description | string | no |
Rate | decimal | no |
CurrencyId | int | no |
TermType | int | no |
StartDate | DateOnly | no |
EndDate | DateOnly? | yes |
Member names are the service's declaration names.
path Parameters
termTypequery Parameters
orderByorderSortpageIndexpageSizeaurax-bff-redirect-get-base-price-list-by-term-type › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
aurax-bff-redirect-get-base-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-base-price-by-id; this entry declares none of its own.
Response body, read from the service source
The route declares its response as BasePriceDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Code | string | no |
Name | string | no |
Description | string | no |
Rate | decimal | no |
CurrencyId | int | no |
TermType | int | no |
StartDate | DateOnly | no |
EndDate | DateOnly? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_PRICING_5 | 400 | BASE_PRICE_NOT_FOUND |
path Parameters
idaurax-bff-redirect-get-base-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.
codecurrencyIddescriptionendDateidnameratestartDatetermTypeaurax-bff-redirect-update-base-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-base-price; this entry declares none of its own.
Response body, read from the service source
The route declares its response as UpdateBasePriceDto.
| 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_5 | 400 | BASE_PRICE_NOT_FOUND |
ERR_PRICING_6 | 400 | BASE_PRICE_ALREADY_EXISTS |
path Parameters
idaurax-bff-redirect-update-base-price › Request Body
codecurrencyIddescriptionendDatenameratestartDatetermTypeaurax-bff-redirect-update-base-price › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
aurax-bff-redirect-delete-base-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-base-price; this entry declares none of its own.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_PRICING_5 | 400 | BASE_PRICE_NOT_FOUND |
path Parameters
idaurax-bff-redirect-delete-base-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.