Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

A list of eligibility requirement types.

Collection of Pico.EligibilityRequirement
NameDescriptionTypeAdditional 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

Sample:
[
  {
    "id": "1",
    "eligibilityRequirementType": "2",
    "loanProductGroup": "3",
    "conclusion": "sample String 4",
    "endDate": "2025-04-26T01:02:05.1373202Z",
    "message": "sample String 5",
    "startDate": "2025-04-26T01:02:05.1373202Z",
    "rules": [
      "1",
      "2"
    ]
  },
  {
    "id": "1",
    "eligibilityRequirementType": "2",
    "loanProductGroup": "3",
    "conclusion": "sample String 4",
    "endDate": "2025-04-26T01:02:05.1373202Z",
    "message": "sample String 5",
    "startDate": "2025-04-26T01:02:05.1373202Z",
    "rules": [
      "1",
      "2"
    ]
  }
]

text/html

Sample:
[{"id":"1","eligibilityRequirementType":"2","loanProductGroup":"3","conclusion":"sample String 4","endDate":"2025-04-26T01:02:05.1373202Z","message":"sample String 5","startDate":"2025-04-26T01:02:05.1373202Z","rules":["1","2"]},{"id":"1","eligibilityRequirementType":"2","loanProductGroup":"3","conclusion":"sample String 4","endDate":"2025-04-26T01:02:05.1373202Z","message":"sample String 5","startDate":"2025-04-26T01:02:05.1373202Z","rules":["1","2"]}]