POST api/chat/add?candidateId={candidateId}
creates a new chat channel between the client user and given candidate
Request Information
URI Parameters
Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.