pool-definitions
Operations addressed under /pool-definitions — 23 operations.
create-pool-definition
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.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_PRFTSHR_12 | 400 | POOL_DEFIFINITON_CODE_MUST_BE_UNIQUE |
create-pool-definition › Request Body
codeendDatenamepoolTypestartDatecreate-pool-definition › 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.
update-pool-definition
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_PRFTSHR_1 | 400 | POOL_DEFINITION_NOT_FOUND |
path Parameters
idupdate-pool-definition › Request Body
endDateisActivenamepoolTypestartDateupdate-pool-definition › 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-pool-definition
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_PRFTSHR_1 | 400 | POOL_DEFINITION_NOT_FOUND |
path Parameters
iddelete-pool-definition › 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.
get-pool-definition-currency-map-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<PoolDefinitionCurrencyMapDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
IsActive | bool? | yes |
PoolDefinitionId | Guid | no |
CurrencyId | int | no |
PoolDefinitionRateId | Guid? | yes |
Member names are the service's declaration names.
path Parameters
idquery Parameters
orderByorderSortpageIndexpageSizeget-pool-definition-currency-map-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.
currencyIdidisActivepoolDefinitionIdcreate-pool-definition-currency-map
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.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_PRFTSHR_1 | 400 | POOL_DEFINITION_NOT_FOUND |
ERR_PRFTSHR_7 | 400 | POOL_DEFINITION_CURRENCY_ALREADY_EXISTS |
path Parameters
idcreate-pool-definition-currency-map › 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.
get-pool-definition-currency-map-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 PoolDefinitionCurrencyMapDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
IsActive | bool? | yes |
PoolDefinitionId | Guid | no |
CurrencyId | int | no |
PoolDefinitionRateId | Guid? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_PRFTSHR_1 | 400 | POOL_DEFINITION_NOT_FOUND |
ERR_PRFTSHR_6 | 400 | POOL_DEFINITION_CURRENCY_NOT_FOUND |
path Parameters
idpoolDefinitionCurrencyMapIdget-pool-definition-currency-map-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.
currencyIdidisActivepoolDefinitionIdupdate-pool-definition-currency-map
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_PRFTSHR_1 | 400 | POOL_DEFINITION_NOT_FOUND |
ERR_PRFTSHR_6 | 400 | POOL_DEFINITION_CURRENCY_NOT_FOUND |
path Parameters
idpoolDefinitionCurrencyMapIdupdate-pool-definition-currency-map › Request Body
currencyNumberisActiveupdate-pool-definition-currency-map › 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-pool-definition-currency-map
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_PRFTSHR_1 | 400 | POOL_DEFINITION_NOT_FOUND |
ERR_PRFTSHR_6 | 400 | POOL_DEFINITION_CURRENCY_NOT_FOUND |
path Parameters
idpoolDefinitionCurrencyMapIddelete-pool-definition-currency-map › 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.
get-pool-product-map-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<PoolProductMapDto>.
| Field | Declared type | Nullable |
|---|---|---|
AccountProductId | Guid? | yes |
ProductType | int? | yes |
PoolDefinitionCurrencyMapId | Guid? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_PRFTSHR_1 | 400 | POOL_DEFINITION_NOT_FOUND |
ERR_PRFTSHR_6 | 400 | POOL_DEFINITION_CURRENCY_NOT_FOUND |
path Parameters
idpoolDefinitionCurrencyMapIdquery Parameters
orderByorderSortpageIndexpageSizeget-pool-product-map-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.
accountProductIdidpoolDefinitionCurrencyMapIdproductTypecreate-pool-product-map
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.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_PRFTSHR_1 | 400 | POOL_DEFINITION_NOT_FOUND |
ERR_PRFTSHR_6 | 400 | POOL_DEFINITION_CURRENCY_NOT_FOUND |
path Parameters
idpoolDefinitionCurrencyMapIdcreate-pool-product-map › Request Body
accountProductIdproductTypecreate-pool-product-map › 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.
get-pool-product-map-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 PoolProductMapDto.
| Field | Declared type | Nullable |
|---|---|---|
AccountProductId | Guid? | yes |
ProductType | int? | yes |
PoolDefinitionCurrencyMapId | Guid? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_PRFTSHR_1 | 400 | POOL_DEFINITION_NOT_FOUND |
ERR_PRFTSHR_42 | 400 | POOL_PRODUCT_MAP_NOT_FOUND |
ERR_PRFTSHR_6 | 400 | POOL_DEFINITION_CURRENCY_NOT_FOUND |
path Parameters
idpoolDefinitionCurrencyMapIdpoolProductMapIdget-pool-product-map-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.
accountProductIdidpoolDefinitionCurrencyMapIdproductTypeupdate-pool-product-map
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_PRFTSHR_1 | 400 | POOL_DEFINITION_NOT_FOUND |
ERR_PRFTSHR_42 | 400 | POOL_PRODUCT_MAP_NOT_FOUND |
ERR_PRFTSHR_6 | 400 | POOL_DEFINITION_CURRENCY_NOT_FOUND |
path Parameters
idpoolDefinitionCurrencyMapIdpoolProductMapIdupdate-pool-product-map › Request Body
accountProductIdproductTypeupdate-pool-product-map › 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-pool-product-map
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_PRFTSHR_1 | 400 | POOL_DEFINITION_NOT_FOUND |
ERR_PRFTSHR_42 | 400 | POOL_PRODUCT_MAP_NOT_FOUND |
ERR_PRFTSHR_6 | 400 | POOL_DEFINITION_CURRENCY_NOT_FOUND |
path Parameters
idpoolDefinitionCurrencyMapIdpoolProductMapIddelete-pool-product-map › 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.
get-account-renewal-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<AccountRenewalDto>.
| Field | Declared type | Nullable |
|---|---|---|
AccountId | Guid? | yes |
RenewalDate | DateOnly? | yes |
GrossProfit | decimal? | yes |
NetProfit | decimal? | yes |
Tax | decimal? | yes |
CurrentBalance | decimal? | yes |
UnitValue | decimal? | yes |
AccountValue | decimal? | yes |
AccountProductId | Guid? | yes |
MaturityBegin | DateOnly? | yes |
MaturityTerm | DateOnly? | yes |
PoolProductMapId | Guid? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_PRFTSHR_1 | 400 | POOL_DEFINITION_NOT_FOUND |
ERR_PRFTSHR_42 | 400 | POOL_PRODUCT_MAP_NOT_FOUND |
ERR_PRFTSHR_6 | 400 | POOL_DEFINITION_CURRENCY_NOT_FOUND |
path Parameters
idpoolDefinitionCurrencyMapIdpoolProductMapIdquery Parameters
orderByorderSortpageIndexpageSizeget-account-renewal-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.
accountIdaccountProductIdaccountValuecurrentBalancegrossProfitidmaturityBeginmaturityTermnetProfitpoolProductMapIdrenewalDatetaxunitValuecreate-account-renewal
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.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_PRFTSHR_1 | 400 | POOL_DEFINITION_NOT_FOUND |
ERR_PRFTSHR_42 | 400 | POOL_PRODUCT_MAP_NOT_FOUND |
ERR_PRFTSHR_6 | 400 | POOL_DEFINITION_CURRENCY_NOT_FOUND |
path Parameters
idpoolDefinitionCurrencyMapIdpoolProductMapIdcreate-account-renewal › Request Body
accountProductIdaccountIdaccountValuecurrentBalancegrossProfitmaturityBeginmaturityTermnetProfitrenewalDatetaxunitValuecreate-account-renewal › 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.
get-account-renewal-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 AccountRenewalDto.
| Field | Declared type | Nullable |
|---|---|---|
AccountId | Guid? | yes |
RenewalDate | DateOnly? | yes |
GrossProfit | decimal? | yes |
NetProfit | decimal? | yes |
Tax | decimal? | yes |
CurrentBalance | decimal? | yes |
UnitValue | decimal? | yes |
AccountValue | decimal? | yes |
AccountProductId | Guid? | yes |
MaturityBegin | DateOnly? | yes |
MaturityTerm | DateOnly? | yes |
PoolProductMapId | Guid? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_PRFTSHR_1 | 400 | POOL_DEFINITION_NOT_FOUND |
ERR_PRFTSHR_42 | 400 | POOL_PRODUCT_MAP_NOT_FOUND |
ERR_PRFTSHR_54 | 400 | ACCOUNT_RENEWAL_NOT_FOUND |
ERR_PRFTSHR_6 | 400 | POOL_DEFINITION_CURRENCY_NOT_FOUND |
path Parameters
idpoolDefinitionCurrencyMapIdpoolProductMapIdaccountRenewalIdget-account-renewal-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.
accountIdaccountProductIdaccountValuecurrentBalancegrossProfitidmaturityBeginmaturityTermnetProfitpoolProductMapIdrenewalDatetaxunitValueupdate-account-renewal
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_PRFTSHR_1 | 400 | POOL_DEFINITION_NOT_FOUND |
ERR_PRFTSHR_42 | 400 | POOL_PRODUCT_MAP_NOT_FOUND |
ERR_PRFTSHR_54 | 400 | ACCOUNT_RENEWAL_NOT_FOUND |
ERR_PRFTSHR_6 | 400 | POOL_DEFINITION_CURRENCY_NOT_FOUND |
path Parameters
idpoolDefinitionCurrencyMapIdpoolProductMapIdaccountRenewalIdupdate-account-renewal › Request Body optional
accountIdaccountProductIdaccountValuecurrentBalancegrossProfitmaturityBeginmaturityTermnetProfitrenewalDatetaxunitValueupdate-account-renewal › 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-account-renewal
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_PRFTSHR_1 | 400 | POOL_DEFINITION_NOT_FOUND |
ERR_PRFTSHR_42 | 400 | POOL_PRODUCT_MAP_NOT_FOUND |
ERR_PRFTSHR_54 | 400 | ACCOUNT_RENEWAL_NOT_FOUND |
ERR_PRFTSHR_6 | 400 | POOL_DEFINITION_CURRENCY_NOT_FOUND |
path Parameters
idpoolDefinitionCurrencyMapIdpoolProductMapIdaccountRenewalIddelete-account-renewal › 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.
get-pool-definition-rate-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<PoolDefinitionRateDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
CustomerProfitRate | decimal? | yes |
BankProfitRate | decimal? | yes |
CustomerLossRate | decimal? | yes |
BankLossRate | decimal? | yes |
PerRate | decimal? | yes |
IrrRate | decimal? | yes |
Currencies | IEnumerable<PoolDefinitionRateCurrencyMapDto> (collection) | no |
Member names are the service's declaration names.
path Parameters
idPresent in the route template but not declared as a Route-bound field in the catalog.
get-pool-definition-rate-list › Responses
Success. The catalog declares no response fields for this operation. It returns a collection of records — but the record's fields are not declared.
create-pool-definition-rate
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.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_PRFTSHR_1 | 400 | POOL_DEFINITION_NOT_FOUND |
path Parameters
idcreate-pool-definition-rate › Request Body
bankLossRatebankProfitRatecustomerLossRatecustomerProfitRateirrRateperRatecreate-pool-definition-rate › 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.
get-pool-definition-rate-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 PoolDefinitionRateDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
CustomerProfitRate | decimal? | yes |
BankProfitRate | decimal? | yes |
CustomerLossRate | decimal? | yes |
BankLossRate | decimal? | yes |
PerRate | decimal? | yes |
IrrRate | decimal? | yes |
Currencies | IEnumerable<PoolDefinitionRateCurrencyMapDto> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_PRFTSHR_1 | 400 | POOL_DEFINITION_NOT_FOUND |
ERR_PRFTSHR_44 | 400 | POOL_DEFINITION_RATE_NOT_FOUND |
path Parameters
idPresent in the route template but not declared as a Route-bound field in the catalog.
poolDefinitionRateIdPresent in the route template but not declared as a Route-bound field in the catalog.
get-pool-definition-rate-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.
update-pool-definition-rate
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_PRFTSHR_1 | 400 | POOL_DEFINITION_NOT_FOUND |
ERR_PRFTSHR_44 | 400 | POOL_DEFINITION_RATE_NOT_FOUND |
path Parameters
idpoolDefinitionRateIdupdate-pool-definition-rate › Request Body
bankLossRatebankProfitRatecustomerLossRatecustomerProfitRateirrRateperRateupdate-pool-definition-rate › 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-pool-definition-rate
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_PRFTSHR_1 | 400 | POOL_DEFINITION_NOT_FOUND |
ERR_PRFTSHR_44 | 400 | POOL_DEFINITION_RATE_NOT_FOUND |
path Parameters
idpoolDefinitionRateIddelete-pool-definition-rate › 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.