添加其他应付单
POST
/order-aggregation/other-payable-bills添加其他应付单
请求参数
Body 参数application/json
otherReceivableBillCostTypeId
integer <int64>
可选
其他应收费用类型id
payableMoney
number
应收金额
remark
string
备注
status
enum<string>
可选
单据状态(WAIT_AUDIT:未审核(默认),ALREADY_AUDIT:已审核)
枚举值:
ALREADY_AUDITDISCARDWAIT_AUDIT
targetOrgId
integer <int64>
付款方机构id
targetOrgType
enum<string>
付款方机构类型
枚举值:
BRANCHCUSTOMERHEADQUARTERMERCHANTSTORESUPPLIERVOID
示例
{
"otherReceivableBillCostTypeId": 0,
"payableMoney": 0,
"remark": "string",
"status": "ALREADY_AUDIT",
"targetOrgId": 0,
"targetOrgType": "BRANCH"
}
返回响应
OK(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
billAuditTime
string <date-time>
单据审核时间
billAuditor
string
单据审核人
billAuditorId
integer <int64>
单据审核人id
billDiscardOperator
string
单据作废人
billDiscardOperatorId
integer <int64>
单据作废人id
billDiscardTime
string <date-time>
单据作废时间
createId
integer <int64>
制单人id
createName
string
制单人名称
createTime
string <date-time>
制单时间
discardRemark
string
作废备注
id
integer <int64>
其他应收单id
modifyTime
string <date-time>
修改时间
orgType
enum<string>
当前机构类型
枚举值:
BRANCHCUSTOMERHEADQUARTERMERCHANTSTORESUPPLIERVOID
otherOrgCode
string
交易对手结构编码
otherOrgId
integer <int64>
交易对手id
otherOrgName
string
交易对手结构名称
otherOrgType
enum<string>
交易对手结构类型
枚举值:
BRANCHCUSTOMERHEADQUARTERMERCHANTSTORESUPPLIERVOID
otherReceivableBillCode
string
其他应收单单号
otherReceivableBillCostTypeId
integer <int64>
可选
其他应收费用类型id
otherReceivableBillCostTypeName
string
可选
其他应收费用类型名称
otherReceivableBillType
enum<string>
可选
单据类型(OTHER_RECEIVABLE:其他应收 OTHER_PAYABLE:其他应付)
枚举值:
OTHER_PAYABLEOTHER_RECEIVABLE
otherReceivableBusinessType
enum<string>
可选
业务类型(DEALINGS:往来收支 DEALINGS:日常收支)
枚举值:
DAILYDEALINGS
paidMoney
number
已收金额
payableMoney
number
应收金额
paymentStatus
enum<string>
可选
收款状态(WAIT_COLLECTION:未收款,PART_COLLECTION:部分收款,COLLECTION:已收款)
枚举值:
COLLECTIONPART_COLLECTIONWAIT_COLLECTION
remark
string
备注
status
enum<string>
可选
单据状态(WAIT_AUDIT:未审核,ALREADY_AUDIT:已审核,DISCARD:作废)
枚举值:
ALREADY_AUDITDISCARDWAIT_AUDIT
unPaidMoney
number
未收金额
示例
未设置
最后修改时间: 9 个月前