- 测试服务
- 客户信息
- 联系人管理
- 国家省市区
- 业务参数
- 商机
- 产品
- 合同
- 员工管理
- 回款计划
- 回款管理
- 发票管理
- 礼品积分
- 文档说明GET
添加合同
POST
https://app.jkcrm.vip/api/v1/contracts
请求参数
Header 参数
token
string
必需
默认值:
{{token}}
lang
string
必需
默认值:
zh_CN
Body 参数application/json
no
string
合同编号
title
string
合同标题
amount
number
合同金额
start_date
string
生效日期开始
end_date
string
生效日期结束
examined
integer
必需
examine_user_id
integer
必需
examined_at
string
审核的时间点
examine_content
string
审核内容
customer_id
integer
客户ID
create_order_at
string
下单时间
mul_products
array[integer]
必需
sign_customer_contact_id
integer
必需
sign_user_id
integer
必需
add_user_id
integer
必需
business_id
integer
必需
content
string
备注
示例
{
"no": "string",
"title": "string",
"amount": 0,
"start_date": "string",
"end_date": "string",
"examined": 0,
"examine_user_id": 0,
"examined_at": "string",
"examine_content": "string",
"customer_id": 0,
"create_order_at": "string",
"mul_products": [
0
],
"sign_customer_contact_id": 0,
"sign_user_id": 0,
"add_user_id": 0,
"business_id": 0,
"content": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://app.jkcrm.vip/api/v1/contracts' \
--header 'token;' \
--header 'lang;' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}
修改于 2023-07-30 14:18:07