PUT api/deals/{dealId}/passedinfo
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| dealId | integer |
Required |
Body Parameters
PassedInfoDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| TransactedDate | string |
None. |
|
| TransactedAmount | decimal number |
None. |
|
| AmountType | string |
None. |
|
| AmountTypeUW | string |
None. |
|
| Comment | string |
None. |
|
| ImpliedCapRate | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"TransactedDate": "sample string 1",
"TransactedAmount": 1.0,
"AmountType": "sample string 2",
"AmountTypeUW": "sample string 3",
"Comment": "sample string 4",
"ImpliedCapRate": 1.0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PassedInfoDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| TransactedDate | string |
None. |
|
| TransactedAmount | decimal number |
None. |
|
| AmountType | string |
None. |
|
| AmountTypeUW | string |
None. |
|
| Comment | string |
None. |
|
| ImpliedCapRate | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"TransactedDate": "sample string 1",
"TransactedAmount": 1.0,
"AmountType": "sample string 2",
"AmountTypeUW": "sample string 3",
"Comment": "sample string 4",
"ImpliedCapRate": 1.0
}