GET 17.0/app/offerprogressionnotes/{propertyid}/{chainid}

Description

No description available.

URI Parameters

Name Description Type Additional information
propertyId

integer

Required

chainId

integer

Required

None.

None.

Collection of OfferProgressionNote
Name Description Type Additional information
ID

integer

None.

Date

date

None.

Subject

string

None.

ContactId

integer

None.

Contact

string

None.

PropertyId

integer

None.

Property

string

None.

User

string

None.

application/json, text/json

Sample:
[
  {
    "id": 1,
    "date": "2025-07-01T10:27",
    "subject": "sample string 3",
    "contactId": 4,
    "contact": "sample string 5",
    "propertyId": 6,
    "property": "sample string 7",
    "user": "sample string 8"
  },
  {
    "id": 1,
    "date": "2025-07-01T10:27",
    "subject": "sample string 3",
    "contactId": 4,
    "contact": "sample string 5",
    "propertyId": 6,
    "property": "sample string 7",
    "user": "sample string 8"
  }
]

application/xml, text/xml

Sample:
<ArrayOfOfferProgressionNote xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <OfferProgressionNote>
    <ID>1</ID>
    <Date>2025-07-01T10:27:00.7794721+01:00</Date>
    <Subject>sample string 3</Subject>
    <ContactId>4</ContactId>
    <Contact>sample string 5</Contact>
    <PropertyId>6</PropertyId>
    <Property>sample string 7</Property>
    <User>sample string 8</User>
  </OfferProgressionNote>
  <OfferProgressionNote>
    <ID>1</ID>
    <Date>2025-07-01T10:27:00.7794721+01:00</Date>
    <Subject>sample string 3</Subject>
    <ContactId>4</ContactId>
    <Contact>sample string 5</Contact>
    <PropertyId>6</PropertyId>
    <Property>sample string 7</Property>
    <User>sample string 8</User>
  </OfferProgressionNote>
</ArrayOfOfferProgressionNote>