POST api/v1/MessageGroup/PostControl
Yeni Mesaj Grubu Yaratır. Id Tipleri: productInfo: "productInfo_productId_companyId" order: "order_orderId_companyId" friends: "friends_uniquekey"
Request Information
URI Parameters
None.
Body Parameters
Mesaj Grup Modeli. Friends için Data: UserIdList şeklinde array olmalıdır
MessageGroupBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
None. |
|
| title | string |
None. |
|
| imgPath | string |
None. |
|
| imgWidth | integer |
None. |
|
| imgHeight | integer |
None. |
|
| type | string |
None. |
|
| data | Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "sample string 1",
"title": "sample string 2",
"imgPath": "sample string 3",
"imgWidth": 1,
"imgHeight": 1,
"type": "sample string 4",
"data": {}
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.