Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
lockPeriodRangeId |
The lock period range identifier. |
integer |
Required |
Body Parameters
The lock period range.
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. |
Request Formats
application/json, text/json
Sample:
{ "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"}
application/xml, text/xml
Sample:
<LockPeriodRange xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Exceptions>sample String 1</Exceptions> <LoanPurpose>sample String 2</LoanPurpose> <LockPeriod>3</LockPeriod> <LockPeriodRangeId>4</LockPeriodRangeId> <LoanProductGroupId>5</LoanProductGroupId> <OrganizationId>6</OrganizationId> </LockPeriodRange>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
The updated lock period range.
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" }
text/html
Sample:
{"exceptions":"sample String 1","loanPurpose":"sample String 2","lockPeriod":3,"id":"4","loanProductGroup":"5","organization":"6"}
application/xml, text/xml
Sample:
<LockPeriodRange xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Exceptions>sample String 1</Exceptions> <LoanPurpose>sample String 2</LoanPurpose> <LockPeriod>3</LockPeriod> <LockPeriodRangeId>4</LockPeriodRangeId> <LoanProductGroupId>5</LoanProductGroupId> <OrganizationId>6</OrganizationId> </LockPeriodRange>