- 开发指南
- 登录授权
- 基础数据
- 公共
- 客户
- 商品
- 订单
- 退单
- 采购
- 库存
- 资金-收付款
- 常见问题与解答
- 开放接口-商家端-商家订单管理
添加其他应付单
POST
/order-aggregation/other-payable-bills
open-other-receivable-bill-controller
请求参数
Header 参数
access_token
string
必需
x-client-id
string
必需
Body 参数application/json
otherReceivableBillCostTypeId
integer <int64>
可选
payableMoney
number
应收金额
remark
string
备注
status
enum<string>
可选
枚举值:
ALREADY_AUDITDISCARDWAIT_AUDIT
targetOrgId
integer <int64>
付款方机构id
targetOrgType
enum<string>
付款方机构类型
枚举值:
BRANCHCUSTOMERHEADQUARTERMERCHANTSTORESUPPLIERVOID
示例
{
"otherReceivableBillCostTypeId": 0,
"payableMoney": 0,
"remark": "string",
"status": "ALREADY_AUDIT",
"targetOrgId": 0,
"targetOrgType": "BRANCH"
}
返回响应
🟢200OK
application/json
Body
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>
可选
otherReceivableBillCostTypeName
string
可选
otherReceivableBillType
enum<string>
可选
枚举值:
OTHER_PAYABLEOTHER_RECEIVABLE
otherReceivableBusinessType
enum<string>
可选
枚举值:
DAILYDEALINGS
paidMoney
number
已收金额
payableMoney
number
应收金额
paymentStatus
enum<string>
可选
枚举值:
COLLECTIONPART_COLLECTIONWAIT_COLLECTION
remark
string
备注
status
enum<string>
可选
枚举值:
ALREADY_AUDITDISCARDWAIT_AUDIT
unPaidMoney
number
未收金额
示例
{
"billAuditTime": "2019-08-24T14:15:22Z",
"billAuditor": "string",
"billAuditorId": 0,
"billDiscardOperator": "string",
"billDiscardOperatorId": 0,
"billDiscardTime": "2019-08-24T14:15:22Z",
"createId": 0,
"createName": "string",
"createTime": "2019-08-24T14:15:22Z",
"discardRemark": "string",
"id": 0,
"modifyTime": "2019-08-24T14:15:22Z",
"orgType": "BRANCH",
"otherOrgCode": "string",
"otherOrgId": 0,
"otherOrgName": "string",
"otherOrgType": "BRANCH",
"otherReceivableBillCode": "string",
"otherReceivableBillCostTypeId": 0,
"otherReceivableBillCostTypeName": "string",
"otherReceivableBillType": "OTHER_PAYABLE",
"otherReceivableBusinessType": "DAILY",
"paidMoney": 0,
"payableMoney": 0,
"paymentStatus": "COLLECTION",
"remark": "string",
"status": "ALREADY_AUDIT",
"unPaidMoney": 0
}
修改于 2024-03-25 05:41:33