POST api/AddCandidateChatLog

Request Information

URI Parameters

None.

Body Parameters

RequestCandidateChatLog
NameDescriptionTypeAdditional information
iGroupId

integer

None.

iSenderCandidateId

integer

None.

iRecieverCandidateId

integer

None.

sMessage

string

None.

Request Formats

application/json, text/json

Sample:
{
  "iGroupId": 1,
  "iSenderCandidateId": 2,
  "iRecieverCandidateId": 3,
  "sMessage": "sample string 4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

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.