POST api/JiepeiIC/ICSpecialBatchDelete
批量删除特殊元器件
Request Information
URI Parameters
None.
Body Parameters
请求参数
ICSpecialBatchDeleteRequestName | Description | Type | Additional information |
---|---|---|---|
Ids |
要删除的数据ID集合 |
Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Ids": [ 1, 2 ] }
Response Information
Resource Description
ResponseModelOfInt32Name | Description | Type | Additional information |
---|---|---|---|
Data | integer |
None. |
|
Status |
Request processing results ('ok' or 'error') |
string |
None. |
ErrorText |
Error Description ( Empty when request processing successfully ) |
string |
None. |
Code |
状态码 |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": 1, "Status": "sample string 2", "ErrorText": "sample string 3", "Code": 4 }