POST api/WorkReport/AddDaily
新增日报
Request Information
URI Parameters
None.
Body Parameters
AddDailyParamName | Description | Type | Additional information |
---|---|---|---|
TodayFinishedWork |
今日完成工作 |
string |
None. |
TomorrowPlanWork |
明日计划工作 |
string |
None. |
CoordinationMatter |
协调事项 |
string |
None. |
UserId |
用户ID |
string |
None. |
ImageId |
图片ID |
string |
None. |
FileId |
附件ID(预留) |
string |
None. |
Remark |
备注 |
string |
None. |
ServiceProviderId | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "todayFinishedWork": "sample string 1", "tomorrowPlanWork": "sample string 2", "coordinationMatter": "sample string 3", "userId": "sample string 4", "imageId": "sample string 5", "fileId": "sample string 6", "remark": "sample string 7", "serviceProviderId": "sample string 8" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
新增日报
BaseResultName | Description | Type | Additional information |
---|---|---|---|
Status |
响应状态 |
ReturnCode |
None. |
Message |
响应消息 |
string |
None. |
Server_time |
响应时间 |
integer |
None. |
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "status": 200, "message": "sample string 1", "server_time": 2, "data": {} }