Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A list of forward commitments.
Collection of Pico.ForwardCommitmentName | Description | Type | Additional information |
---|---|---|---|
description |
Gets or sets the description. |
string |
None. |
endDate |
Gets or sets the end date. |
date |
None. |
externalIdentifier |
Gets or sets the externalIdentifier. |
string |
None. |
isActive |
Gets or sets a value indicating whether forward commitment is active. |
boolean |
None. |
startDate |
Gets or sets the start date. |
date |
None. |
community |
Gets or sets the community identifier. |
integer |
None. |
corporatePartner |
Gets or sets the corporate partner identifier. |
integer |
None. |
id |
Gets or sets the community identifier. |
integer |
None. |
loanProductGroup |
Gets or sets the loan product group identifier. |
integer |
None. |
organization |
Gets or sets the organization identifier. |
integer |
None. |
users |
Gets or sets the user identifiers. |
Collection of integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "description": "sample String 1", "endDate": "2025-04-26T00:28:31.0558376Z", "externalIdentifier": "sample String 2", "isActive": true, "startDate": "2025-04-26T00:28:31.0558376Z", "community": "1", "corporatePartner": "1", "id": "5", "loanProductGroup": "6", "organization": "7", "users": [ "1", "2" ] }, { "description": "sample String 1", "endDate": "2025-04-26T00:28:31.0558376Z", "externalIdentifier": "sample String 2", "isActive": true, "startDate": "2025-04-26T00:28:31.0558376Z", "community": "1", "corporatePartner": "1", "id": "5", "loanProductGroup": "6", "organization": "7", "users": [ "1", "2" ] } ]
text/html
Sample:
[{"description":"sample String 1","endDate":"2025-04-26T00:28:31.0558376Z","externalIdentifier":"sample String 2","isActive":true,"startDate":"2025-04-26T00:28:31.0558376Z","community":"1","corporatePartner":"1","id":"5","loanProductGroup":"6","organization":"7","users":["1","2"]},{"description":"sample String 1","endDate":"2025-04-26T00:28:31.0558376Z","externalIdentifier":"sample String 2","isActive":true,"startDate":"2025-04-26T00:28:31.0558376Z","community":"1","corporatePartner":"1","id":"5","loanProductGroup":"6","organization":"7","users":["1","2"]}]