POST api/PostMOne/AddChatRoomConnection
Request Information
URI Parameters
None.
Body Parameters
E1ChatRoomAuthDO| Name | Description | Type | Additional information |
|---|---|---|---|
| Chatroomid | integer |
None. |
|
| Ownconnectionid | string |
None. |
|
| Whenconnected | string |
None. |
|
| Usernameconnected | string |
None. |
|
| Useridstring | string |
None. |
|
| Isactive | integer |
None. |
|
| Roomno | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Chatroomid": 1,
"Ownconnectionid": "sample string 2",
"Whenconnected": "sample string 3",
"Usernameconnected": "sample string 4",
"Useridstring": "sample string 5",
"Isactive": 6,
"Roomno": 7
}
application/xml, text/xml
Sample:
<E1ChatRoomAuthDO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TheJuryDO"> <Chatroomid>1</Chatroomid> <Isactive>6</Isactive> <Ownconnectionid>sample string 2</Ownconnectionid> <Roomno>7</Roomno> <Useridstring>sample string 5</Useridstring> <Usernameconnected>sample string 4</Usernameconnected> <Whenconnected>sample string 3</Whenconnected> </E1ChatRoomAuthDO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.