POST ActionApi/T_Pics/DeleteT_Pics
删除图片
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
删除图片
T_PicsName | Description | Type | Additional information |
---|---|---|---|
id |
串号 |
integer |
None. |
cPicPath |
图片地址 必填 |
string |
None. |
cPicType |
图片类型 必填 |
string |
None. |
cPicClass |
图片品类 必填 ReturnOrderType |
string |
None. |
iSize |
图片大小 必填 |
decimal number |
None. |
dtCreateTime |
建立日期 |
date |
None. |
dtUploadTime |
更新日期 |
date |
None. |
iStoreId |
门店ID |
globally unique identifier |
None. |
iUserId |
用户ID |
globally unique identifier |
None. |
cRoleName |
用户名 |
string |
None. |
cUserName |
用户真实姓名 |
string |
None. |
iBrandName |
品牌ID |
string |
None. |
iReportId |
销售报告ID |
integer |
None. |
iTrainId |
关联ID 必填 |
globally unique identifier |
None. |
cOrderCode |
订单单号 必填 |
string |
None. |
iAsync |
同步id |
integer |
None. |
isShow |
是否默认显示 |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": 1, "cPicPath": "sample string 2", "cPicType": "sample string 3", "cPicClass": "sample string 4", "iSize": 1.0, "dtCreateTime": "2023-03-23T15:59:48.1556813+08:00", "dtUploadTime": "2023-03-23T15:59:48.1556813+08:00", "iStoreId": "ea3344ef-a175-4fbe-8d5d-b12b9a799abc", "iUserId": "84b52dc6-6575-464d-bad8-e34bc2b4a214", "cRoleName": "sample string 5", "cUserName": "sample string 6", "iBrandName": "sample string 7", "iReportId": 1, "iTrainId": "36ff3af3-0e86-465f-bd89-35039b89790d", "cOrderCode": "sample string 8", "iAsync": 1, "isShow": 1 }