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

Dezrez.Core.DataContracts.External.Api.Property.Command.RecordContact.RoleRecordEnquiryDataContract
NameDescriptionTypeAdditional information
GroupId

integer

None.

PersonId

integer

None.

RoleIds

Collection of integer

None.

MethodOfContact

Dezrez.Core.DataContracts.External.Api.System.EnumDataContract

None.

Origin

Dezrez.Core.DataContracts.External.Api.System.EnumDataContract

None.

NatureOfEnquiry

Dezrez.Core.DataContracts.External.Api.System.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

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.