DELETE api/T_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": "84f2ef29-36b3-40da-ae73-5cfa7a8e0e9d", "iUserId": "17a702d8-56e1-4b96-b5b0-c439d1fd1be0", "dtCreateTime": "2023-03-23T15:54:31.3851921+08:00", "dtPlantTime": "2023-03-23T15:54:31.3851921+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": "a1db6382-87d8-42d8-a4aa-81a32aaf0304", "iUserId": "76b60d99-e99d-418b-a755-cfb29f55693f", "dtInStore": "2023-03-23T15:54:31.3851921+08:00", "cInPicPath": "sample string 2", "cInLon": "sample string 3", "cInLat": "sample string 4", "cInType": "sample string 5", "dtCreateTime": "2023-03-23T15:54:31.3851921+08:00", "iOffset": 1.0, "iAsync": 1 }, { "id": 1, "iReportId": 1, "iStoreId": "a1db6382-87d8-42d8-a4aa-81a32aaf0304", "iUserId": "76b60d99-e99d-418b-a755-cfb29f55693f", "dtInStore": "2023-03-23T15:54:31.3851921+08:00", "cInPicPath": "sample string 2", "cInLon": "sample string 3", "cInLat": "sample string 4", "cInType": "sample string 5", "dtCreateTime": "2023-03-23T15:54:31.3851921+08:00", "iOffset": 1.0, "iAsync": 1 } ] }