Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The record identifier. |
integer |
Required |
Body Parameters
The eligibility requirement.
Pico.EligibilityRequirementName | Description | Type | Additional information |
---|---|---|---|
id |
Gets or sets the eligibility requirement identifier. |
integer |
None. |
eligibilityRequirementType |
Gets or sets the eligibility requirement type identifier. |
integer |
None. |
loanProductGroup |
Gets or sets the loan product group identifier. |
integer |
None. |
conclusion |
Gets or sets the conclusion. |
string |
None. |
endDate |
Gets or sets the end date. |
date |
None. |
message |
Gets or sets the message. |
string |
None. |
startDate |
Gets or sets the start date. |
date |
None. |
rules |
Gets or sets the organization identifiers. |
Collection of integer |
None. |
Request Formats
application/json, text/json
{ "id": "1", "eligibilityRequirementType": "2", "loanProductGroup": "3", "conclusion": "sample String 4", "endDate": "2025-04-26T01:05:45.5398701Z", "message": "sample String 5", "startDate": "2025-04-26T01:05:45.5398701Z", "rules": [ "1", "2" ] }
text/html
{"id":"1","eligibilityRequirementType":"2","loanProductGroup":"3","conclusion":"sample String 4","endDate":"2025-04-26T01:05:45.5398701Z","message":"sample String 5","startDate":"2025-04-26T01:05:45.5398701Z","rules":["1","2"]}
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
The updated eligibility requirement.
Pico.EligibilityRequirementName | Description | Type | Additional information |
---|---|---|---|
id |
Gets or sets the eligibility requirement identifier. |
integer |
None. |
eligibilityRequirementType |
Gets or sets the eligibility requirement type identifier. |
integer |
None. |
loanProductGroup |
Gets or sets the loan product group identifier. |
integer |
None. |
conclusion |
Gets or sets the conclusion. |
string |
None. |
endDate |
Gets or sets the end date. |
date |
None. |
message |
Gets or sets the message. |
string |
None. |
startDate |
Gets or sets the start date. |
date |
None. |
rules |
Gets or sets the organization identifiers. |
Collection of integer |
None. |
Response Formats
application/json, text/json
{ "id": "1", "eligibilityRequirementType": "2", "loanProductGroup": "3", "conclusion": "sample String 4", "endDate": "2025-04-26T01:05:45.5398701Z", "message": "sample String 5", "startDate": "2025-04-26T01:05:45.5398701Z", "rules": [ "1", "2" ] }
text/html
{"id":"1","eligibilityRequirementType":"2","loanProductGroup":"3","conclusion":"sample String 4","endDate":"2025-04-26T01:05:45.5398701Z","message":"sample String 5","startDate":"2025-04-26T01:05:45.5398701Z","rules":["1","2"]}