Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| loanProductGroupTypeId |
The loan product group type identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The loan product group type, if it exists.
Pico.LoanProductGroupType| Name | Description | Type | Additional information |
|---|---|---|---|
| description |
Gets or sets the description. |
string |
None. |
| isActive |
Gets or sets a value indicating whether loan product group type is active. |
boolean |
None. |
| id |
Gets or sets the loan product group type identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"description": "sample String 1",
"isActive": true,
"id": "3"
}
text/html
Sample:
{"description":"sample String 1","isActive":true,"id":"3"}
application/xml, text/xml
Sample:
<LoanProductGroupType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Description>sample String 1</Description> <IsActive>true</IsActive> <LoanProductGroupTypeId>3</LoanProductGroupTypeId> </LoanProductGroupType>