POST api/ReportManage/AddReportManageTemplateRecord
Request Information
URI Parameters
None.
Body Parameters
PropertyReportManageTemplateReocrd| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| TemplateId | string |
None. |
|
| ReportTaskStaffId | string |
None. |
|
| StaffId | string |
None. |
|
| LookDate | date |
None. |
|
| CommunityId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"TemplateId": "sample string 2",
"ReportTaskStaffId": "sample string 3",
"StaffId": "sample string 4",
"LookDate": "2025-12-07 04:16:29",
"CommunityId": "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"
}