Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
forwardCommitmentId |
The forward commitment identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The forward commitment.
Pico.ForwardCommitmentName | Description | Type | Additional information |
---|---|---|---|
description |
Gets or sets the description. |
string |
None. |
endDate |
Gets or sets the end date. |
string |
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. |
string |
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": "sample String 2", "externalIdentifier": "sample String 3", "isActive": true, "startDate": "sample String 5", "community": "1", "corporatePartner": "1", "id": "6", "loanProductGroup": "7", "organization": "8", "users": [ "1", "2" ] }
text/html
Sample:
{"description":"sample String 1","endDate":"sample String 2","externalIdentifier":"sample String 3","isActive":true,"startDate":"sample String 5","community":"1","corporatePartner":"1","id":"6","loanProductGroup":"7","organization":"8","users":["1","2"]}