POST api/crmconnect/property/salesprogressionnotes
Get all the sales progression notes for a property as a list
Request Information
URI Parameters
None.
Body Parameters
A value usable to identify the item in the crm, this key is generated by the selected domain service
ObjectNone.
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{}
Response Information
Resource Description
Collection of AddProgressionNoteCommandDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| RoleId | integer |
None. |
|
| DateTime | date |
None. |
|
| NegotiatorIds | Collection of integer |
None. |
|
| Title | string |
None. |
|
| Note | string |
None. |
|
| Pinned | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"RoleId": 1,
"DateTime": "2025-11-18T14:06:59.8012737Z",
"NegotiatorIds": [
1,
2
],
"Title": "sample string 2",
"Note": "sample string 3",
"Pinned": true
},
{
"RoleId": 1,
"DateTime": "2025-11-18T14:06:59.8012737Z",
"NegotiatorIds": [
1,
2
],
"Title": "sample string 2",
"Note": "sample string 3",
"Pinned": true
}
]