POST api/InternalThing/AddInternal
添加内部报事- 任务报异常
Request Information
URI Parameters
None.
Body Parameters
AddInternalRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CommunityId | string |
Required String length: inclusive between 32 and 32 |
|
| StaffId | string |
Required String length: inclusive between 32 and 32 |
|
| Content | string |
Required Max length: 500 |
|
| Type | EnumInternalNewsBusinessType |
None. |
|
| BusinessId | string |
Required String length: inclusive between 32 and 32 |
|
| Images | string |
None. |
|
| JDStaffId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CommunityId": "sample string 1",
"StaffId": "sample string 2",
"Content": "sample string 3",
"Type": 0,
"BusinessId": "sample string 4",
"Images": "sample string 5",
"JDStaffId": "sample string 6"
}
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"
}