DELETE ActionApi/T_WorkReport/DeleteT_WorkReport/{id}
删除工作计划
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
排班ID |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
删除工作计划
T_WorkReportName | Description | Type | Additional information |
---|---|---|---|
id |
串号 |
integer |
None. |
iStoreId |
门店ID |
globally unique identifier |
None. |
iUserId |
用户ID |
globally unique identifier |
None. |
dtCreateTime |
建立日期 |
date |
None. |
dtPlantTime |
计划工作日期 |
date |
None. |
iReportType |
报告类型 |
integer |
None. |
cUserName |
用户名 |
string |
None. |
iStatue |
状态 |
integer |
None. |
cRemark |
工作报告备注 |
string |
None. |
iWorkType |
计划类型 |
integer |
None. |
iAsync |
同步标志 |
integer |
None. |
iComplete |
是否完成 |
decimal number |
None. |
iCount |
数量 |
integer |
None. |
T_WorkStore | Collection of T_WorkStore |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": 1, "iStoreId": "acd4ec92-abf0-4898-ac1a-97e6ca141c1a", "iUserId": "060b56a0-e041-481d-8c69-c9bb571074b0", "dtCreateTime": "2023-03-23T15:44:07.0512546+08:00", "dtPlantTime": "2023-03-23T15:44:07.0512546+08:00", "iReportType": 1, "cUserName": "sample string 2", "iStatue": 1, "cRemark": "sample string 3", "iWorkType": 1, "iAsync": 1, "iComplete": 1.0, "iCount": 1, "T_WorkStore": [ { "id": 1, "iReportId": 1, "iStoreId": "b38651c9-4f71-4a8d-8789-15c4844f51b5", "iUserId": "76bbfce1-e862-4d13-8e65-7e5567b85791", "dtInStore": "2023-03-23T15:44:07.0512546+08:00", "cInPicPath": "sample string 2", "cInLon": "sample string 3", "cInLat": "sample string 4", "cInType": "sample string 5", "dtCreateTime": "2023-03-23T15:44:07.0512546+08:00", "iOffset": 1.0, "iAsync": 1 }, { "id": 1, "iReportId": 1, "iStoreId": "b38651c9-4f71-4a8d-8789-15c4844f51b5", "iUserId": "76bbfce1-e862-4d13-8e65-7e5567b85791", "dtInStore": "2023-03-23T15:44:07.0512546+08:00", "cInPicPath": "sample string 2", "cInLon": "sample string 3", "cInLat": "sample string 4", "cInType": "sample string 5", "dtCreateTime": "2023-03-23T15:44:07.0512546+08:00", "iOffset": 1.0, "iAsync": 1 } ] }