POST api/Deal/UpdateDealNote
Request Information
URI Parameters
None.
Body Parameters
DealNoteModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| PostingUserID | integer |
None. |
|
| DateAdded | date |
None. |
|
| Note | string |
None. |
|
| DealID | integer |
None. |
|
| PostingUserFullName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"PostingUserID": 2,
"DateAdded": "2025-12-15T23:50:12.5707887-05:00",
"Note": "sample string 3",
"DealID": 4,
"PostingUserFullName": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.