POST api/v1/MessageGroup/PostMessage
Kullanıcı Mesajını ve kaydeder. Diper kullanıcıların son mesaj kayıtlarını tutar ve bildirimlerini gönderir
Request Information
URI Parameters
None.
Body Parameters
MessageBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| MessageGroupId | string |
None. |
|
| data | string |
None. |
|
| type | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"MessageGroupId": "sample string 1",
"data": "sample string 2",
"type": "sample string 3"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.