POST ActionApi/T_Pics/DeletesT_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:14:39.577588+08:00", "dtUploadTime": "2023-03-23T15:14:39.577588+08:00", "iStoreId": "6507da74-dae8-4708-88cd-f922aa14a2e7", "iUserId": "73d38e72-a35e-4b78-96c0-4f5fb26ebd0f", "cRoleName": "sample string 5", "cUserName": "sample string 6", "iBrandName": "sample string 7", "iReportId": 1, "iTrainId": "ce1097a3-7aa6-46a8-915d-75ee457cff41", "cOrderCode": "sample string 8", "iAsync": 1, "isShow": 1 }