product-groups
Operations addressed under /product-groups — 4 operations.
get-product-group-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<LoanProductGroupDto>.
| Field | Declared type | Nullable |
|---|---|---|
Code | string | no |
Name | string | no |
Description | string | no |
ParentProductGroupId | Guid? | yes |
GroupType | int | no |
IsActive | bool | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeget-product-group-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.
codedescriptiongroupTypePermitted values — validated against the group_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Vehicle | no label seeded |
2 | Mortgage | no label seeded |
3 | Personel Finance | no label seeded |
4 | Other | no label seeded |
5 | Corporate Finance | no label seeded |
8 | Retail Loan | en: Retail Loan · tr: Bireysel Kredi |
idisActivenameparentProductGroupIdcreate-loan-product-group
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 AuraCommandDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_LPRDCT_1 | 400 | PRODUCT_GROUP_FOUND_SAME_CODE | There is a definition with the same productGroupCode: {0} |
create-loan-product-group › Request Body
codedescriptiongroupTypePermitted values — validated against the group_type parameter.
| Value | Meaning |
|---|---|
1 | Vehicle |
2 | Mortgage |
3 | Personel Finance |
4 | Other |
5 | Corporate Finance |
8 | Retail Loan |
Permitted values — validated against the group_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Vehicle | no label seeded |
2 | Mortgage | no label seeded |
3 | Personel Finance | no label seeded |
4 | Other | no label seeded |
5 | Corporate Finance | no label seeded |
8 | Retail Loan | en: Retail Loan · tr: Bireysel Kredi |
nameparentProductGroupIdcreate-loan-product-group › 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.
idget-product-group-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 LoanProductGroupDto.
| Field | Declared type | Nullable |
|---|---|---|
Code | string | no |
Name | string | no |
Description | string | no |
ParentProductGroupId | Guid? | yes |
GroupType | int | no |
IsActive | bool | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_LPRDCT_5 | 400 | PRODUCT_GROUP_NOT_FOUND | ProductGroup is not found. ProductGroupId: {0} |
path Parameters
idget-product-group-by-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
update-loan-product-group
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 | Message |
|---|---|---|---|
ERR_LPRDCT_5 | 400 | PRODUCT_GROUP_NOT_FOUND | ProductGroup is not found. ProductGroupId: {0} |
path Parameters
idupdate-loan-product-group › Request Body
descriptiongroupTypePermitted values — validated against the group_type parameter.
| Value | Meaning |
|---|---|
1 | Vehicle |
2 | Mortgage |
3 | Personel Finance |
4 | Other |
5 | Corporate Finance |
8 | Retail Loan |
Permitted values — validated against the group_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Vehicle | no label seeded |
2 | Mortgage | no label seeded |
3 | Personel Finance | no label seeded |
4 | Other | no label seeded |
5 | Corporate Finance | no label seeded |
8 | Retail Loan | en: Retail Loan · tr: Bireysel Kredi |
isActivenameparentProductGroupIdupdate-loan-product-group › 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.