POST api/InternalThing/AddInternalNews
添加内部报事
Request Information
URI Parameters
None.
Body Parameters
AddInternaNewsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CommunityId |
小区ID |
string |
Required String length: inclusive between 32 and 32 |
| Content |
内容 |
string |
Required Max length: 500 |
| Images |
附带图片 |
string |
Max length: 180 |
| InternalNewsType |
分类 |
integer |
None. |
| StaffId |
提交者Id |
string |
Required String length: inclusive between 32 and 32 |
| BusinessId |
业务ID |
string |
Max length: 32 |
| BusinessContent |
位置信息 |
string |
Max length: 50 |
Request Formats
application/json, text/json
Sample:
{
"CommunityId": "sample string 1",
"Content": "sample string 2",
"Images": "sample string 3",
"InternalNewsType": 4,
"StaffId": "sample string 5",
"BusinessId": "sample string 6",
"BusinessContent": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseResultOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": "sample string 3"
}