简要描述:
- 删除报销单
请求URL:
字段名 | 是否必填 | 描述 |
---|---|---|
id | true | 报销单id,替换掉url的:id |
请求方式:
- DELETE
请求头:
- 请参考接口必读
请求参数:
- 请参考接口必读
返回示例:
正确时返回:
{
"code": 0,
"data": {
"id": 3189,
"organization_id": 57,
"sn": "测试数据",
"amount": "5255.0",
"expenses_count": 2,
"user": {
"id": 700,
"email": "79507452@qq.com",
"created_at": "2015-07-01 18:17",
"name": "小龙-test环境",
"organization_id": 57,
"phone": "18699999999",
"role_id": 418,
"workflow_state": "organization_staff",
"job": "开发主管",
"tel": "",
"avatar_url": "https://dn-ikcrm-files-dev.qbox.me/attachments/files/25929/MagazinePic-01-2.3.001-bigpicture_01_9.jpg?imageMogr2/thumbnail/!100x100r/crop/!100x100/format/jpg/auto-orient",
"department_name": "总裁办"
},
"creator": {
"id": 700,
"email": "79507452@qq.com",
"created_at": "2015-07-01 18:17",
"name": "小龙-test环境",
"organization_id": 57,
"phone": "18699999999",
"role_id": 418,
"workflow_state": "organization_staff",
"job": "开发主管",
"tel": "",
"avatar_url": "https://dn-ikcrm-files-dev.qbox.me/attachments/files/25929/MagazinePic-01-2.3.001-bigpicture_01_9.jpg?imageMogr2/thumbnail/!100x100r/crop/!100x100/format/jpg/auto-orient",
"department_name": "总裁办"
},
"owned_department": {
"id": 278,
"name": "总裁办"
},
"created_at": "2018-08-08 15:12",
"updated_at": "2018-08-24 17:06",
"note": "测试123",
"approve_status": "reverted",
"approve_status_i18n": "已撤销",
"can_approve": true,
"step_can_approve": false,
"step": 0,
"notify_users": [
],
"can_revert_applying": false,
"need_approve_step": 1
}
}
错误时返回:
{
"code": 100000,
"message": "device参数错误",
"error": "invalid_app_error"
}
返回参数说明:
暂无
备注:
- 更多返回错误代码请看错误码表描述
文档更新时间: 2025-04-29 14:18 作者:陈胜海