删除换标单附件
1、功能名称:删除换标单附件
2、功能描述:删除换标单附件
3、请求地址:https://ssl.glitzcloud.com/agent/v1/relabel/relabel/delAttachment
测试地址:http://gztest.glitzcloud.com/agent/v1/relabel/relabel/delAttachment
4、请求方式:POST
5、请求参数
| 名称 | 类型 | 必填 | 示例值 | 描述 |
|---|---|---|---|---|
| relabel_id | String | 是 | 650 | 换标单ID |
| attachment_id | String | 是 | 2846 | 附件ID |
6、请求示例
{
"format": "json",
"apikey": "85082f5f62a811e684f500163e06045f",
"relabel_id": "650",
"attachment_id": "2846",
"sign": "656d6fbe6b7dec6c2e77ffe27f04bd6d"
}
7、返回格式:JSON
8、返回示例:
正确时的返回JSON数据包如下:
{
"status": 200,
"reqMsg": "ok",
"result": []
}
错误时的返回JSON数据包如下:
{
"status": 2585,
"reqMsg": "Invalid Attachment Id",
"result": []
}
9、返回参数说明:
| 参数 | 类型 | 示例值 | 描述 |
|---|