Commit d4fb9ae0 by zim78

no message

1 parent 297ead46
Showing with 16 additions and 33 deletions
...@@ -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信息项
返回成功,则校验成功;返回失败,则校验失败。
------------------------
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!