POST api/CustomNews/ActionAddCustomNewsRequestModel
添加客户报事
Request Information
URI Parameters
None.
Body Parameters
ActionAddCustomNewsRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RoomOwnerId | string |
None. |
|
| CommunityId | string |
Required String length: inclusive between 32 and 32 |
|
| Content | string |
Required Max length: 400 |
|
| Images | string |
Max length: 200 |
|
| RoomId | string |
Required String length: inclusive between 32 and 32 |
|
| ResidentId | string |
Max length: 32 |
|
| ResidentName | string |
Max length: 20 |
|
| ResidentTel | string |
Max length: 11 |
|
| StaffId | string |
Max length: 32 |
|
| FromTo | EnumCustomNewsFromTo |
None. |
|
| CustomNewsTypeId | integer |
Required Range: inclusive between 1 and 65535 |
|
| FacilityId | string |
Max length: 32 |
Request Formats
application/json, text/json
Sample:
{
"RoomOwnerId": "sample string 1",
"CommunityId": "sample string 2",
"Content": "sample string 3",
"Images": "sample string 4",
"RoomId": "sample string 5",
"ResidentId": "sample string 6",
"ResidentName": "sample string 7",
"ResidentTel": "sample string 8",
"StaffId": "sample string 9",
"FromTo": 0,
"CustomNewsTypeId": 10,
"FacilityId": "sample string 11"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseResultObjOfString| 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"
}