Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| loanProductId |
The loan product identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of loan product profile value.
Collection of Pico.LoanProductProfileValue| Name | Description | Type | Additional information |
|---|---|---|---|
| name |
Gets or sets the name. |
string |
None. |
| type |
Gets or sets the loan product profile value type. |
string |
None. |
| value |
Gets or sets the value. |
string |
None. |
| id |
Gets or sets the loan product profile value identifier. |
integer |
None. |
| loanProduct |
Gets or sets the loan product id. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"name": "sample String 1",
"type": "sample String 2",
"value": "sample String 3",
"id": "4",
"loanProduct": "5"
},
{
"name": "sample String 1",
"type": "sample String 2",
"value": "sample String 3",
"id": "4",
"loanProduct": "5"
}
]
text/html
Sample:
[{"name":"sample String 1","type":"sample String 2","value":"sample String 3","id":"4","loanProduct":"5"},{"name":"sample String 1","type":"sample String 2","value":"sample String 3","id":"4","loanProduct":"5"}]
application/xml, text/xml
Sample:
<ArrayOfLoanProductProfileValue xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LoanProductProfileValue>
<Name>sample String 1</Name>
<Type>sample String 2</Type>
<Value>sample String 3</Value>
<LoanProductProfileValueId>4</LoanProductProfileValueId>
<LoanProductId>5</LoanProductId>
</LoanProductProfileValue>
<LoanProductProfileValue>
<Name>sample String 1</Name>
<Type>sample String 2</Type>
<Value>sample String 3</Value>
<LoanProductProfileValueId>4</LoanProductProfileValueId>
<LoanProductId>5</LoanProductId>
</LoanProductProfileValue>
</ArrayOfLoanProductProfileValue>