product-infos
Operations addressed under /product-infos — 6 operations.
get-product-info-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<ProductInfoDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
ProductCode | string | no |
Name | string | no |
LimitProductCode | string | no |
Explanation | string | no |
State | string | no |
Member names are the service's declaration names.
query Parameters
explanationlimitProductCodenameorderByorderSortpageIndexpageSizeproductCodeget-product-info-list › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
create-product-info
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.
create-product-info › Request Body
explanationlimitProductCodenameproductCodestatecreate-product-info › 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-customer-risks
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<ProductRiskDto>.
| Field | Declared type | Nullable |
|---|---|---|
CustomerId | Guid | no |
AccountModule | string | no |
AccountId | long | no |
ProductCode | string | no |
LimitProductCode | string | no |
Balance | decimal? | yes |
RemainingLoanAmount | decimal? | yes |
CurrencyCode | int | no |
Member names are the service's declaration names.
path Parameters
customerIdget-customer-risks › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
get-product-info-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 ProductInfoDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
ProductCode | string | no |
Name | string | no |
LimitProductCode | string | no |
Explanation | string | no |
State | string | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_FRGN_TRD_36 | 400 | PRODUCT_INFO_NOT_FOUND |
path Parameters
idget-product-info-by-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
update-product-info
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 ProductInfoDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
ProductCode | string | no |
Name | string | no |
LimitProductCode | string | no |
Explanation | string | no |
State | string | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_FRGN_TRD_36 | 400 | PRODUCT_INFO_NOT_FOUND |
path Parameters
idupdate-product-info › Request Body
explanationlimitProductCodenameproductCodestateupdate-product-info › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
delete-product-info
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_FRGN_TRD_36 | 400 | PRODUCT_INFO_NOT_FOUND |
path Parameters
iddelete-product-info › 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.