Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
finstone-yangzhou
/
finstone-yangzhou-doc
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit d4fb9ae0
authored
Jul 25, 2022
by
zim78
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
1 parent
297ead46
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
33 deletions
client_interface.md
client_interface.md
View file @
d4fb9ae
...
@@ -3,9 +3,17 @@
...
@@ -3,9 +3,17 @@
# 各业务接口交易代码(transcode)及body描述
# 各业务接口交易代码(transcode)及body描述
# 目录
# 目录
#### [职工身份认证(010101)](#i_baseinfo)
#### [职工身份认证(010101)](#i_010101)
#### [基本信息查询(020108)](#i_020108)
#### [大数据商品房信息查询(020922)](#i_020922)
#### [公积金提取校验(040201)](#i_040201)
#### [提取保存接口(040209)](#i_040209)
#### [校验是否存在预约申请(040219)](#i_040219)
#### [购房、二手房提取校验(040220)](#i_040220)
<a
name=
'i_baseinfo'
></a>
<a
name=
'i_010101'
></a>
## 职工身份认证(010101)
## 职工身份认证(010101)
...
@@ -49,6 +57,7 @@
...
@@ -49,6 +57,7 @@
</table>
</table>
------------------------
------------------------
<a
name=
'i_020108'
></a>
## 基本信息查询(020108)
## 基本信息查询(020108)
1.
交易代码(transcode):020108
1.
交易代码(transcode):020108
...
@@ -116,6 +125,7 @@
...
@@ -116,6 +125,7 @@
</table>
</table>
------------------------
------------------------
<a
name=
'i_020922'
></a>
## 大数据商品房信息查询(020922)
## 大数据商品房信息查询(020922)
1.
交易代码(transcode):020922
1.
交易代码(transcode):020922
...
@@ -163,6 +173,7 @@
...
@@ -163,6 +173,7 @@
</table>
</table>
------------------------
------------------------
<a
name=
'i_040201'
></a>
## 公积金提取校验(040201)
## 公积金提取校验(040201)
1.
交易代码(transcode):040201
1.
交易代码(transcode):040201
...
@@ -242,6 +253,7 @@
...
@@ -242,6 +253,7 @@
</table>
</table>
------------------------
------------------------
<a
name=
'i_040209'
></a>
## 提取保存接口(040209)
## 提取保存接口(040209)
1.
交易代码(transcode):040209
1.
交易代码(transcode):040209
...
@@ -287,6 +299,7 @@
...
@@ -287,6 +299,7 @@
------------------------
------------------------
<a
name=
'i_040219'
></a>
## 校验是否存在预约申请(040219)
## 校验是否存在预约申请(040219)
1.
交易代码(transcode):040219
1.
交易代码(transcode):040219
...
@@ -311,6 +324,7 @@
...
@@ -311,6 +324,7 @@
------------------------
------------------------
<a
name=
'i_040220'
></a>
## 购房、二手房提取校验(040220)
## 购房、二手房提取校验(040220)
1.
交易代码(transcode):040220
1.
交易代码(transcode):040220
...
@@ -343,34 +357,3 @@
...
@@ -343,34 +357,3 @@
------------------------
------------------------
## 购房、二手房提取校验(040220)
1.
交易代码(transcode):040220
1.
请求body
1.
信息项
<table
width=
'100%'
>
<tr
align=
'left'
><th
width=
'10%'
>
信息项英文名称
</th><th
width=
'10%'
>
信息项名称
</th><th
width=
'60%'
>
描述
</th></tr>
<tr
align=
'left'
><td>
transcode
</td><td>
交易代码
</td><td>
040220
</td></tr>
<tr
align=
'left'
><td>
grzh
</td><td>
职工账号
</td><td></td></tr>
<tr
align=
'left'
><td>
ywlx
</td><td>
业务类型
</td><td>
二手房提取:1104
<br/>
购房提取:1103
</td></tr>
<tr
align=
'left'
><td>
bahth
</td><td>
备案合同号
</td><td>
商品房提取时传
</td></tr>
<tr
align=
'left'
><td>
bdczh
</td><td>
不动产证号
</td><td>
二手房提取时传
</td></tr>
<tr
align=
'left'
><td>
mmqybh
</td><td>
买卖契约编号
</td><td>
二手房提取时传
</td></tr>
</table>
1.
body示例
```
{
"head":{
"grzh": "300836443",
"ywlx":"1103",
"bahth":"300836443",
"bdczh":null,
"mmqybh":null,
},
"list":""
}
```
1.
应答body信息项
返回成功,则校验成功;返回失败,则校验失败。
------------------------
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment