创建其它出库单
POST
/invoicing-aggregation/out-storage/other-bills根据外部业务单据生成其它出库单
请求参数
Body 参数application/json
contents
array[object (OpenApi-单据详情) {7}]
详情列表
costMoney
number
可选
成本金额(其他出入库单用到)
costPrice
number
可选
默认为成本价(当前库存成本价或商品的基准进货价)
count
number
单据执行单位数量
remark
string
备注
skuId
integer <int64>
SKU ID
unitId
integer <int64>
单据执行单位ID
unitName
string
单据执行单位名
relatedId
integer <int64>
可选
往来单位id,客户id或供应商id
relatedType
integer <int32>
可选
往来单位类型, 客户或供应商 3:客户 7:供应商
remark
string
备注
typeId
integer <int64>
单据类型
warehouseId
integer <int64>
仓库id
示例
{
"contents": [
{
"costMoney": 0,
"costPrice": 0,
"count": 0,
"remark": "string",
"skuId": 0,
"unitId": 0,
"unitName": "string"
}
],
"relatedId": 0,
"relatedType": 0,
"remark": "string",
"typeId": 0,
"warehouseId": 0
}
返回响应
OK(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
integer <int64>
出库单id
示例
未设置
最后修改时间: 1 年前