- j8
- j4
- 数据管理
- 组织管理
- c2
- j2
- j6
- 数据管理(导入模块)
- 合同管理
- 合同变更
- 起草合同
- 到期合同
- 合同甲方
- 合同类型
- j7
- c4
- c5
- j1
- c6
- c1
- j3
- c7
- j5
- c3
- 未命名接口GET
获取合同类型模板
GET
/j6-contract/type/query-template
合同类型
请求参数
Query 参数
contractTypeId
string
可选
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/j6-contract/type/query-template?contractTypeId'
返回响应
🟢200成功
*/*
Body
code
integer <int32>
状态码
示例值:
10000
data
object
可选
context
string
模板内容
示例值:
<h1 align="center"> <table class="table table-bordered"><tbody><tr><td><p style="margin-left: 50px;"><span style="color: rgb(0, 0, 0);"> 发包方:(盖章) 承包方(盖章)</span><br></p></td><td><p style="margin-left: 100px;"><span style="color: rgb(0, 0, 0);">代表人(签字) 代表人(签字)</span><br></p></td></tr></tbody></table><p><br></p><p> </p><p> 年 月 日<span style="background-color: rgb(255, 255, 255); color: rgb(255, 255, 255);">#甲方#</span></p>
contractTypeId
string
合同类型ID
示例值:
812021111097320100
statusCd
string
状态值
示例值:
0
storeId
string
商户ID
示例值:
402021080402040100
templateId
string
模板ID
示例值:
822021111065340000
message
string
提示消息
示例值:
提示消息内容
示例
{
"code": 10000,
"data": {
"context": "<h1 align=\"center\"> <table class=\"table table-bordered\"><tbody><tr><td><p style=\"margin-left: 50px;\"><span style=\"color: rgb(0, 0, 0);\"> 发包方:(盖章) 承包方(盖章)</span><br></p></td><td><p style=\"margin-left: 100px;\"><span style=\"color: rgb(0, 0, 0);\">代表人(签字) 代表人(签字)</span><br></p></td></tr></tbody></table><p><br></p><p> </p><p> 年 月 日<span style=\"background-color: rgb(255, 255, 255); color: rgb(255, 255, 255);\">#甲方#</span></p>",
"contractTypeId": 812021111097320100,
"statusCd": 0,
"storeId": 402021080402040100,
"templateId": 822021111065340000
},
"message": "提示消息内容"
}
🟠401没有权限
🟠403禁止访问
🟠404记录不存在
修改于 2025-06-07 13:56:57