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": "49473310-65ee-4ff0-9885-09d1faa5828b", "iUserId": "64d2da90-30a2-4af2-aa42-23220fc22c3a", "dtCreateTime": "2022-08-16T08:51:34.9520961+08:00", "dtPlantTime": "2022-08-16T08:51:34.9520961+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": "fe840d76-b4eb-482a-91d3-62efd2c61cd7", "iUserId": "63215ee5-3eee-43ba-abc4-34472bc6ee77", "dtInStore": "2022-08-16T08:51:34.9520961+08:00", "cInPicPath": "sample string 2", "cInLon": "sample string 3", "cInLat": "sample string 4", "cInType": "sample string 5", "dtCreateTime": "2022-08-16T08:51:34.9520961+08:00", "iOffset": 1.0, "iAsync": 1 }, { "id": 1, "iReportId": 1, "iStoreId": "fe840d76-b4eb-482a-91d3-62efd2c61cd7", "iUserId": "63215ee5-3eee-43ba-abc4-34472bc6ee77", "dtInStore": "2022-08-16T08:51:34.9520961+08:00", "cInPicPath": "sample string 2", "cInLon": "sample string 3", "cInLat": "sample string 4", "cInType": "sample string 5", "dtCreateTime": "2022-08-16T08:51:34.9520961+08:00", "iOffset": 1.0, "iAsync": 1 } ] }