MES标准开放接口
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

3.5 KiB

新增分布式调入、调出-原材料

此接口用于新增WMS中的分布式调入、调出 此接口需要认证,详情请查看《认证方式》。


基本信息

方法:POST
URL: http://localhost:8033/open/AddDistributedAllocation


请求

请求参数

参数名 类型 必填 说明
profile String 厂区
BillInCode String 单据内码
AllotType String 调拨类型
BillNo String 单据编号
ApplyDate String 申请日期
ApplyOrg String 申请组织
CalloutOwnerType String 调出货主类型
CallinOwnerType String 调入货主类型
Status String 状态(0 禁用,1 启用)
Type String 类型(0 分布式调出,1 分布式调入)
Remark String 备注
TypeOfGoods String 货品类型(0 原材料,1 产成品)
WmsDistributeAllocationDetail Array 分布式调入、调出明细

WmsDistributeAllocationDetail字段

参数名 类型 必填 说明
LineId String 行内码
MaterialCode String 物料编码
FinalGrade String 等级
Color String 颜色
Efficient String 效率
PowerGrade String 功率
CurrentGrade String 电流
UnitId String 主单位
AstUnitId String 辅单位
ChangeRate String 换算率
ApplyNumber String 申请数量
BatchNo String 批号
SupplierId String 原厂供应商
AgentSupplierId String 入库供应商
ValidDays String 保质期(单位默认:天)
CalloutOrg String 调出组织
CalloutStock String 调出仓库
CalloutOwnerType String 调出货主类型
CalloutOwnerCode String 调出货主
CalloutInventoryStatus String 调出库存状态
CallinOrg String 调入组织
CallinStock String 调入仓库
CallinOwnerType String 调入货主类型
CallinOwnerCode String 调入货主
CallinInventoryStatus String 调入库存状态
Remark String 备注

请求示例:

{
  "data":{
        "profile":"旭合测试100",
        "BillInCode":"",
        "AllotType":"",
        "BillNo":"",
        "ApplyDate":"", 
        "ApplyOrg":"",
		"CalloutOwnerType":"",
		"CallinOwnerType":"",
		"Status":"",
		"Type":"",
		"Remark":"",
		"TypeOfGoods":"0",
		"WmsDistributeAllocationDetail":[
			{
				"LineId":"",
				"MaterialCode":"",
				"FinalGrade":"",
				"Color":"",
				"Efficient":"",
				"PowerGrade":"",
				"CurrentGrade":"",
				"UnitId":"",
				"AstUnitId":"",
				"ChangeRate":"",
				"ApplyNumber":"",
				"BatchNo":"",
				"SupplietId":"",
				"AgentSupplierId":"",
				"ValidDays":"",
				"CalloutOrg":"",
				"CalloutStock":"",
				"CalloutOwnerType":"",
				"CalloutOwnerCode":"",
				"CalloutInventoryStatus":"",
				"CallinOrg":"",
				"CallinStock":"",
				"CallinOwnerType":"",
				"CallinOwnerCode":"",
				"CallinInventoryStatus":"",
				"Remark":"",
			}
		],
  }
}

响应

响应字段

字段 类型 说明
clock string 当前服务器时钟。
status string 状态,ok:成功,error:错误,exception:异常
data object 成功后返回具体内容

data:

字段 类型 说明