POST api/event/recordenquiry

Records an event on the role representing a neg being in contact with a person

Request Information

URI Parameters

None.

Body Parameters

RoleRecordEnquiryDataContract
NameDescriptionTypeAdditional information
GroupId

integer

None.

PersonId

integer

None.

RoleIds

Collection of integer

None.

MethodOfContact

EnumDataContract

None.

Origin

EnumDataContract

None.

NatureOfEnquiry

EnumDataContract

None.

AdditionalInfo

string

None.

NegotiatorIds

Collection of integer

None.

UnableToContact

boolean

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "GroupId": 1,
  "PersonId": 2,
  "RoleIds": [
    1,
    2
  ],
  "MethodOfContact": {
    "Id": 1,
    "Name": "sample string 2",
    "SystemName": "sample string 3"
  },
  "Origin": {
    "Id": 1,
    "Name": "sample string 2",
    "SystemName": "sample string 3"
  },
  "NatureOfEnquiry": {
    "Id": 1,
    "Name": "sample string 2",
    "SystemName": "sample string 3"
  },
  "AdditionalInfo": "sample string 3",
  "NegotiatorIds": [
    1,
    2
  ],
  "UnableToContact": true
}

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.