POST api/AllEmployeesChat

Request Information

URI Parameters

None.

Body Parameters

Chat
NameDescriptionTypeAdditional information
AuthenticationToken

string

None.

StudentCode

string

None.

UserType

string

None.

ChatUserType

string

None.

CommunicationID

string

None.

CommunicationBy

string

None.

Message

string

None.

FileName

string

None.

ClassSectionCode

string

None.

E_Code

string

None.

empCode

string

None.

IsChatClosed

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AuthenticationToken": "sample string 1",
  "StudentCode": "sample string 2",
  "UserType": "sample string 3",
  "ChatUserType": "sample string 4",
  "CommunicationID": "sample string 5",
  "CommunicationBy": "sample string 6",
  "Message": "sample string 7",
  "FileName": "sample string 8",
  "ClassSectionCode": "sample string 9",
  "E_Code": "sample string 10",
  "empCode": "sample string 11",
  "IsChatClosed": "sample string 12"
}

application/xml, text/xml

Sample:
<ChatController.Chat xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SitsLiveVGSMobileAPI.Controllers">
  <AuthenticationToken>sample string 1</AuthenticationToken>
  <ChatUserType>sample string 4</ChatUserType>
  <ClassSectionCode>sample string 9</ClassSectionCode>
  <CommunicationBy>sample string 6</CommunicationBy>
  <CommunicationID>sample string 5</CommunicationID>
  <E_Code>sample string 10</E_Code>
  <FileName>sample string 8</FileName>
  <IsChatClosed>sample string 12</IsChatClosed>
  <Message>sample string 7</Message>
  <StudentCode>sample string 2</StudentCode>
  <UserType>sample string 3</UserType>
  <empCode>sample string 11</empCode>
</ChatController.Chat>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Chat'.

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.