API中心

  1. 存货核算
  2. 入库调整单
返回

入库调整单删除

接口所在U8C版本:U8 cloud3.2以及更高版本
详细描述:用于入库调整单删除
API视频讲解API详情补丁列表常见问题参考
接口地址
请求方式
请求参数header
请求参数body
返回类型参数
代码示例
请求参数示例
正确返回示例
错误返回示例
接口地址:http://ip:port/u8cloud/api/ia/inadjust/delete

参数填写指南

请求方式:POST

请求参数(header):

参数填写指南
参数名必填描述默认值
Content-Type请求体数据类型application/json
usercode用户
password密码
trantype翻译类型,按编码为code,不需要翻译为pkcode
system系统参数

请求参数(body):

参数名类型是否数组必填描述默认值
deleteinfo删除信息
coperatorstring操作员
date_deletestring删除日期
queryinfo查询信息
calbodystring库存组织(成本)
codestring单据号
corpstring公司
date_beginstring单据日期从
date_endstring单据日期到
makerstring制单人

返回类型参数:

参数名类型是否数组必填描述默认值
No Data

请求参数示例:

复制代码

{"deleteinfo":{"coperator":"18242366050"},"queryinfo":{"corp":"1000","date_begin":"2021-01-20","date_end":"2021-01-20"}}

正确返回示例:

复制代码

{
    "status": "success",
    "data": "成功了3条",
    "taskNumber": "202101200028"
}

错误返回示例:

复制代码

{
    "status": "falied",
    "errorcode": "",
    "errormsg": "U8C返回信息:根据当前查询条件未查询出表头数据,请检查",
    "taskNumber": "202101200031"
}