- 独立部署版
- V1.0-(2022.8.18)
- v1.1-(2023.6.20)
- v1.2-(2023.10.20)
- 企业PC端
- 菜单
- 用户
- 权限
- 申请审批
- 审批设置
- 日程
- 合同附件
- 帮助中心
- 账目分类
- 资金流水
- 汇报
- 客户附件
- 云文档模板
- 知识社区
- 付款提醒
- v1.3-(2023.11.20)
- 低代码
- v1.4
- v1.5
- v1.6
合同付款统计接口
GET
/ent/client/bill/contract_statistics/{cid}
责任人:未设置
请求参数
Path 参数
cid
string
合同ID
Header 参数
Authorization
string
必需
默认值:
Bearer {{ENT_TOKEN}}
X-Requested-With
string
必需
默认值:
XMLHttpRequest
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/ent/client/bill/contract_statistics/' \
--header 'Authorization;' \
--header 'X-Requested-With;'
返回响应
🟢200成功
application/json
Body
message
string
必需
status
integer
必需
data
object
必需
payment_price
string
已付金额
unpaid_price
string
未付金额
expense_price
string
支出金额
示例
{
"message": "string",
"status": 0,
"data": {
"payment_price": "string",
"unpaid_price": "string",
"expense_price": "string"
}
}
修改于 2024-01-05 09:50:11