Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The record identifier.

integer

Required

Body Parameters

The eligibility requirement.

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.

Request Formats

application/json, text/json

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

text/html

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

The updated eligibility requirement.

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-26T00:40:04.5915308Z",
  "message": "sample String 5",
  "startDate": "2025-04-26T00:40:04.5915308Z",
  "rules": [
    "1",
    "2"
  ]
}

text/html

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