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 Dezrez.Core.DataContracts.External.Api.Events.Progression.Command.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": "2024-04-19T14:52:37.9681815Z",
    "NegotiatorIds": [
      1,
      2
    ],
    "Title": "sample string 2",
    "Note": "sample string 3",
    "Pinned": true
  },
  {
    "RoleId": 1,
    "DateTime": "2024-04-19T14:52:37.9681815Z",
    "NegotiatorIds": [
      1,
      2
    ],
    "Title": "sample string 2",
    "Note": "sample string 3",
    "Pinned": true
  }
]