POST api/event/recordpropertyownercontact

Records an event on the role representing a neg being in contact for a property they own

Request Information

URI Parameters

None.

Body Parameters

RecordPropertyOwnerContactDataContract
NameDescriptionTypeAdditional information
PropertyId

integer

None.

RoleId

integer

None.

ContactContext

EnumDataContract

None.

MethodOfContact

EnumDataContract

None.

OwnerContactSubject

EnumDataContract

None.

AdditionalInfo

string

None.

NegotiatorIds

Collection of integer

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "PropertyId": 1,
  "RoleId": 1,
  "ContactContext": {
    "Id": 1,
    "Name": "sample string 2",
    "SystemName": "sample string 3"
  },
  "MethodOfContact": {
    "Id": 1,
    "Name": "sample string 2",
    "SystemName": "sample string 3"
  },
  "OwnerContactSubject": {
    "Id": 1,
    "Name": "sample string 2",
    "SystemName": "sample string 3"
  },
  "AdditionalInfo": "sample string 2",
  "NegotiatorIds": [
    1,
    2
  ]
}

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.