POST api/chat/add?candidateId={candidateId}

creates a new chat channel between the client user and given candidate

Request Information

URI Parameters

NameDescriptionTypeAdditional information
candidateId

The candidate id for which a new channel is created

string

Required

Body Parameters

None.

Response Information

Resource Description

the newly created channel or existing channel id

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.