POST api/group/recordcontact
Records an event on the group representing a neg being in contact
Request Information
URI Parameters
None.
Body Parameters
RecordGroupContactDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupId | integer |
None. |
|
| PersonId | 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:
{
"GroupId": 1,
"PersonId": 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| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |