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, if it exists.
Nano.ForwardCommitment| Name | 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. |
| organization |
Gets or sets the organization identifier. |
string |
None. |
| loanProducts |
Gets or sets the loan product identifier. |
Collection of 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",
"organization": "sample String 7",
"loanProducts": [
"1",
"2"
],
"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","organization":"sample String 7","loanProducts":["1","2"],"users":["1","2"]}
application/vnd.api+json
Sample:
Sample not available.