Request Information

URI Parameters

NameDescriptionTypeAdditional information
loanProductGroupId

The loan product group identifier.

integer

Required

Body Parameters

None.

Response Information

Resource Description

Nothing.

Pico.LoanProductGroup
NameDescriptionTypeAdditional information
description

Gets or sets the description.

string

None.

isActive

Gets or sets a value indicating whether loan product group is active.

boolean

None.

id

Gets or sets the loan product group identifier.

integer

None.

loanProductGroupType

Gets or sets the loan product group type identifier.

integer

None.

loanProducts

Gets or sets the loan product ids.

Collection of integer

None.

Response Formats

application/json, text/json

Sample:
{
  "description": "sample String 1",
  "isActive": true,
  "id": "3",
  "loanProductGroupType": "1",
  "loanProducts": [
    "1",
    "2"
  ]
}

text/html

Sample:
{"description":"sample String 1","isActive":true,"id":"3","loanProductGroupType":"1","loanProducts":["1","2"]}