mirror of
https://github.com/himool/HimoolERP.git
synced 2025-01-06 22:28:16 +08:00
22 lines
343 B
Markdown
22 lines
343 B
Markdown
# 付款
|
|
|
|
|
|
## 功能
|
|
|
|
- 查询/创建付款单:
|
|
[/api/payment_orders/]
|
|
|
|
- 获取付款单号:
|
|
[/api/payment_orders/number/]
|
|
|
|
- 作废付款单:
|
|
[/api/payment_orders/{id}/void/]
|
|
|
|
|
|
## 其他接口
|
|
|
|
- 供应商选项:
|
|
[/api/supplier_arrears/options/]{is_active: true, has_arrears: true}
|
|
|
|
- 经手人选项:
|
|
[/api/users/options/]{is_active: true}
|