Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A list of lock period range.
Collection of Pico.LockPeriodRangeName | Description | Type | Additional information |
---|---|---|---|
exceptions |
Gets or sets the exceptions. |
string |
None. |
loanPurpose |
Gets or sets the loan purpose. |
string |
None. |
lockPeriod |
Gets or sets the lock period. |
integer |
None. |
id |
Gets or sets the lock period range identifier. |
integer |
None. |
loanProductGroup |
Gets or sets the loan product group identifier. |
integer |
None. |
organization |
Gets or sets the organization identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "exceptions": "sample String 1", "loanPurpose": "sample String 2", "lockPeriod": 3, "id": "4", "loanProductGroup": "5", "organization": "6" }, { "exceptions": "sample String 1", "loanPurpose": "sample String 2", "lockPeriod": 3, "id": "4", "loanProductGroup": "5", "organization": "6" } ]
text/html
Sample:
[{"exceptions":"sample String 1","loanPurpose":"sample String 2","lockPeriod":3,"id":"4","loanProductGroup":"5","organization":"6"},{"exceptions":"sample String 1","loanPurpose":"sample String 2","lockPeriod":3,"id":"4","loanProductGroup":"5","organization":"6"}]
application/xml, text/xml
Sample:
<ArrayOfLockPeriodRange xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <LockPeriodRange> <Exceptions>sample String 1</Exceptions> <LoanPurpose>sample String 2</LoanPurpose> <LockPeriod>3</LockPeriod> <LockPeriodRangeId>4</LockPeriodRangeId> <LoanProductGroupId>5</LoanProductGroupId> <OrganizationId>6</OrganizationId> </LockPeriodRange> <LockPeriodRange> <Exceptions>sample String 1</Exceptions> <LoanPurpose>sample String 2</LoanPurpose> <LockPeriod>3</LockPeriod> <LockPeriodRangeId>4</LockPeriodRangeId> <LoanProductGroupId>5</LoanProductGroupId> <OrganizationId>6</OrganizationId> </LockPeriodRange> </ArrayOfLockPeriodRange>