付款单更新(包含审批)
应付付款、订单付款、预付、预付退回
- 应付付款
参数名 |
是否必须 |
说明 |
无 |
无 |
无 |
number |
string |
付款单编号 |
supplier_id |
integer |
供应商 |
status |
string |
审批状态(draft: 草稿;approving: 待审批;submitted: 已提交;rejected: 已驳回;passed: 审批通过;deprecated: 已作废) |
operator_id |
integer |
付款人 |
paid_on |
string |
付款日期 |
note |
string |
备注 |
category |
string |
付款类别(payment) |
fund_payments_payments_attributes[0][payment_id] |
integer |
应付款 ID |
fund_payments_payments_attributes[0][pay_amount] |
string |
本次付款金额 |
fund_payments_payments_attributes[0][id] |
integer |
关联应付款中间表ID |
fund_accounts_payments_attributes[0][fund_account_id] |
integer |
资金账户ID |
fund_accounts_payments_attributes[0][settlement_amount] |
string |
本次付款金额 |
fund_accounts_payments_attributes[0][account_name] |
string |
资金账户名称 |
fund_accounts_payments_attributes[0][note] |
string |
资金账户备注 |
document_addition_attributes[copy_to][] |
array |
抄送人员Ids |
document_addition_attributes[id] |
string |
关联抄送人员表ID |
字段 |
类型 |
说明 |
fund_payment[:id] |
integer |
返回保存后收款单ID |
{
"status": {
"code": 200,
"message": "成功:已驳回"
},
"fund_payment": {
"id": 3058,
"approved_level": 1,
"approve_status_i18n": "已驳回",
"status_i18n": "已驳回",
"status": "rejected"
}
}
- 订单付款
PUT /api/funds/fund_payments
参数名 |
是否必须 |
说明 |
无 |
无 |
无 |
number |
string |
付款单编号 |
supplier_id |
integer |
供应商 |
status |
string |
审批状态(draft: 草稿;approving: 待审批;submitted: 已提交;rejected: 已驳回;passed: 审批通过;deprecated: 已作废) |
operator_id |
integer |
付款人 |
paid_on |
string |
付款日期 |
note |
string |
备注 |
category |
string |
付款类别(ordering) |
fund_payments_payments_attributes[0][payment_id] |
integer |
应付ID |
fund_payments_payments_attributes[0][pay_amount] |
string |
本次付款金额 |
fund_payments_payments_attributes[0][id] |
integer |
关联应付中间表ID |
fund_accounts_payments_attributes[0][fund_account_id] |
integer |
资金账户ID |
fund_accounts_payments_attributes[0][settlement_amount] |
string |
本次收款金额 |
fund_accounts_payments_attributes[0][account_name] |
string |
资金账号名称 |
fund_accounts_payments_attributes[0][note] |
string |
资金账户备注 |
document_addition_attributes[copy_to][] |
array |
抄送人员Ids |
document_addition_attributes[id] |
string |
关联抄送人员表ID |
字段 |
类型 |
说明 |
fund_payment[:id] |
integer |
返回保存后收款单ID |
{
"status": {
"code": 200,
"message": "成功:已驳回"
},
"fund_payment": {
"id": 3058,
"approved_level": 1,
"approve_status_i18n": "已驳回",
"status_i18n": "已驳回",
"status": "rejected"
}
}
- 预付
PUT /api/funds/fund_payments
参数名 |
是否必须 |
说明 |
无 |
无 |
无 |
number |
string |
付款单编号 |
supplier_id |
integer |
供应商 |
status |
string |
审批状态(draft: 草稿;approving: 待审批;submitted: 已提交;rejected: 已驳回;passed: 审批通过;deprecated: 已作废) |
operator_id |
integer |
付款人 |
paid_on |
string |
付款日期 |
note |
string |
备注 |
category |
string |
付款类别(advance) |
fund_accounts_payments_attributes[0][fund_account_id] |
integer |
资金账户ID |
fund_accounts_payments_attributes[0][settlement_amount] |
string |
本次付款金额 |
fund_accounts_payments_attributes[0][account_name] |
string |
资金账户名称 |
fund_accounts_payments_attributes[0][note] |
string |
资金账户备注 |
document_addition_attributes[copy_to][] |
array |
抄送人员Ids |
document_addition_attributes[id] |
string |
关联抄送人员表ID |
字段 |
类型 |
说明 |
fund_payment[:id] |
integer |
返回保存后付款单ID |
{
"status": {
"code": 200,
"message": "成功:已驳回"
},
"fund_payment": {
"id": 3058,
"approved_level": 1,
"approve_status_i18n": "已驳回",
"status_i18n": "已驳回",
"status": "rejected"
}
}
- 预付退回
PUT /api/funds/fund_payments
参数名 |
是否必须 |
说明 |
无 |
无 |
无 |
number |
string |
收款单编号 |
supplier_id |
integer |
供应商 |
status |
string |
审批状态(draft: 草稿;approving: 待审批;submitted: 已提交;rejected: 已驳回;passed: 审批通过;deprecated: 已作废) |
operator_id |
integer |
付款人 |
paid_on |
string |
付款日期 |
note |
string |
备注 |
category |
string |
付款类别(backing) |
fund_payments_sub_fund_payments_attributes[0][sub_fund_payment_id] |
integer |
预收单据 |
fund_payments_sub_fund_payments_attributes[0][offset_amount] |
string |
本次退回金额 |
fund_payments_sub_fund_payments_attributes[0][id] |
integer |
预付单据关联表ID |
fund_accounts_payments_attributes[0][fund_account_id] |
integer |
资金账户ID |
fund_accounts_payments_attributes[0][settlement_amount] |
string |
本次付款金额 |
fund_accounts_payments_attributes[0][account_name] |
string |
资金账户名称 |
fund_accounts_payments_attributes[0][note] |
string |
资金账户备注 |
document_addition_attributes[copy_to][] |
array |
抄送人员Ids |
document_addition_attributes[id] |
string |
关联抄送人员表ID |
字段 |
类型 |
说明 |
fund_payment[:id] |
integer |
返回保存后收款单ID |
{
"status": {
"code": 200,
"message": "成功:已驳回"
},
"fund_payment": {
"id": 3058,
"approved_level": 1,
"approve_status_i18n": "已驳回",
"status_i18n": "已驳回",
"status": "rejected"
}
}
文档更新时间: 2025-03-17 14:52 作者:张艳军