换标管理
删除附件
删除换标附件。
生产环境
https://ssl.glitzcloud.com/agent/v1/relabel/relabel/delAttachment测试环境
http://gztest.glitzcloud.com/agent/v1/relabel/relabel/delAttachment说明
1、功能名称:删除换标单附件
2、功能描述:删除换标单附件
请参阅鉴权签名说明。
请求参数
| 名称 | 类型 | 必填 | 示例值 | 描述 |
|---|---|---|---|---|
| relabel_id | String | 是 | 650 | 换标单ID |
| attachment_id | String | 是 | 2846 | 附件ID |
示例
请求示例
{
"format": "json",
"apikey": "85082f5f62a811e684f500163e06045f",
"relabel_id": "650",
"attachment_id": "2846",
"sign": "656d6fbe6b7dec6c2e77ffe27f04bd6d"
}返回示例
{
"status": 200,
"reqMsg": "ok",
"result": []
}示例 3
{
"status": 2585,
"reqMsg": "Invalid Attachment Id",
"result": []
}