Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

A list of loan product groups.

Collection of 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"
    ]
  },
  {
    "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"]},{"description":"sample String 1","isActive":true,"id":"3","loanProductGroupType":"1","loanProducts":["1","2"]}]