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 Dezrez.Core.DataContracts.External.Api.Events.Progression.Command.AddProgressionNoteCommandDataContractName | 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": "2024-10-30T15:16:58.9363835Z", "NegotiatorIds": [ 1, 2 ], "Title": "sample string 2", "Note": "sample string 3", "Pinned": true }, { "RoleId": 1, "DateTime": "2024-10-30T15:16:58.9363835Z", "NegotiatorIds": [ 1, 2 ], "Title": "sample string 2", "Note": "sample string 3", "Pinned": true } ]