POST api/Conversation/AddConversation
Request Information
URI Parameters
None.
Body Parameters
ConversationName | Description | Type | Additional information |
---|---|---|---|
ConversationID | integer |
None. |
|
User1ID | globally unique identifier |
None. |
|
User2ID | globally unique identifier |
None. |
|
CreateDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ConversationID": 1, "User1ID": "cb64641f-6e1e-485d-9d54-a8be7f20e3f2", "User2ID": "1f118f12-d7ea-445e-9327-77cb3a9ea8aa", "CreateDate": "sample string 4" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.