上传出库凭证
接口描述 上传出库凭证
API
/api/open/order/purchase-order/upload-outbound-certificate
- 参数格式
POST application/x-www-form-urlencoded
- 入参
参数名称 | 类型 | 是否必填 | 描述 |
---|---|---|---|
token | string | yes | 授权时获取的 access token |
purchaseId | Long | yes | 采购单id |
attachmentUrl | String | yes | 附件文件地址 |
attachmentName | String | yes | 附件文件名称 |
出参
出参示例
{
"success": true,
"code": 200,
"message": "操作成功",
"data": {
},
"stackTrace": null
}