POST api/event/recordownercontact

Records an event on the role representing a neg being in contact for an owner

Request Information

URI Parameters

None.

Body Parameters

RecordOwnerContactDataContract
NameDescriptionTypeAdditional information
OwnerPersonId

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:
{
  "OwnerPersonId": 1,
  "RoleId": 2,
  "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 3",
  "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.