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

Object

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{}

Response Information

Resource Description

Collection of AddProgressionNoteCommandDataContract
NameDescriptionTypeAdditional 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-07-02T17:38:49.3554416Z",
    "NegotiatorIds": [
      1,
      2
    ],
    "Title": "sample string 2",
    "Note": "sample string 3",
    "Pinned": true
  },
  {
    "RoleId": 1,
    "DateTime": "2025-07-02T17:38:49.3554416Z",
    "NegotiatorIds": [
      1,
      2
    ],
    "Title": "sample string 2",
    "Note": "sample string 3",
    "Pinned": true
  }
]