阿凡达

阿凡达平台对接外部渠道,如果渠道方需要使用专用接口,即对接使用渠道方的接口文档。如果渠道方没有定制接口需求,则按照阿凡达平台接口文档规范进行交互


7.5 理赔审核状态回调

<p>[TOC]</p> <p>请求模式:华农阿凡达平台→渠道方</p> <p>接口描述:案件审核打回接口</p> <h2>请求报文头</h2> <p><code>ebReqHead</code></p> <table> <thead> <tr> <th>字段名称</th> <th>字段代码</th> <th>类型</th> <th>是否必传</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>请求时间</td> <td>reqTime</td> <td>date</td> <td>Y</td> <td>YYYY-MM-DD HH:MM:SS</td> </tr> <tr> <td>请求类型</td> <td>reqType</td> <td>varchar(2)</td> <td>Y</td> <td>7-理赔审核状态回调接口</td> </tr> </tbody> </table> <h2>请求报文体</h2> <p><code>ebReqBody</code></p> <table> <thead> <tr> <th>字段名称</th> <th>字段代码</th> <th>类型</th> <th>是否必传</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>理赔信息</td> <td>ebClaim</td> <td>object</td> <td>Y</td> <td></td> </tr> </tbody> </table> <h3>理赔信息</h3> <p><code>ebClaim</code></p> <table> <thead> <tr> <th>字段名称</th> <th>字段代码</th> <th>类型</th> <th>是否必传</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>保单号</td> <td>policyNo</td> <td>varchar(10)</td> <td>Y</td> <td></td> </tr> <tr> <td>报案号</td> <td>registNo</td> <td>varchar(200)</td> <td>Y</td> <td></td> </tr> <tr> <td>状态</td> <td>status</td> <td>varchar(30)</td> <td>Y</td> <td>3-审核打回</td> </tr> <tr> <td>需重新上传的资料类型</td> <td>reUploadType</td> <td>varchar(30)</td> <td>N</td> <td>资料类型枚举:1-身份证正面 2-身份证反面 3-银行卡 4-票据</td> </tr> <tr> <td>描述</td> <td>message</td> <td>varchar(100)</td> <td>Y</td> <td></td> </tr> <tr> <td>操作时间</td> <td>opreateTime</td> <td>varchar(30)</td> <td>Y</td> <td></td> </tr> </tbody> </table> <h2>响应报文头</h2> <p><code>ebResHead</code></p> <table> <thead> <tr> <th>字段名称</th> <th>字段代码</th> <th>类型</th> <th>是否必传</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>返回时间</td> <td>resTime</td> <td>date</td> <td>Y</td> <td>YYYY-MM-DD HH:MM:SS</td> </tr> </tbody> </table> <h2>响应报文体</h2> <p><code>ebResBody</code></p> <table> <thead> <tr> <th>字段名称</th> <th>字段代码</th> <th>类型</th> <th>是否必传</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>处理状态编码</td> <td>dealCode</td> <td>varchar(10)</td> <td>Y</td> <td>01:成功 02:失败</td> </tr> <tr> <td>处理说明</td> <td>dealDesc</td> <td>varchar(200)</td> <td>Y</td> <td>编码说明</td> </tr> <tr> <td>保单号</td> <td>policyNo</td> <td>varchar(30)</td> <td>Y</td> <td></td> </tr> <tr> <td>报案号</td> <td>outClaimNo</td> <td>varchar(30)</td> <td>Y</td> <td></td> </tr> </tbody> </table> <h2>示例报文</h2> <h3>请求</h3> <pre><code class="language-json">{ &amp;quot;ebReqHead&amp;quot;: { &amp;quot;reqTime&amp;quot;: &amp;quot;2017-09-11 16:18:31&amp;quot;, &amp;quot;reqType&amp;quot;: &amp;quot;7&amp;quot; }, &amp;quot;ebReqBody&amp;quot;: { &amp;quot;ebClaim&amp;quot;: { &amp;quot;policyNo&amp;quot;: &amp;quot;X00271703230000000765&amp;quot;, &amp;quot;outClaimNo&amp;quot;: &amp;quot;900271703231100000040&amp;quot;, &amp;quot;status&amp;quot;: 3, &amp;quot;reUploadType&amp;quot;: [ 1, 2 ], &amp;quot;message&amp;quot;: &amp;quot;模糊&amp;quot;, &amp;quot;opreateTime&amp;quot;: &amp;quot;2023-11-14 11:31:59&amp;quot; } } } </code></pre> <h3>响应</h3> <pre><code class="language-json">{ &amp;quot;ebResHead&amp;quot;: { &amp;quot;reqTime&amp;quot;: &amp;quot;2017-09-11 16:18:31&amp;quot;, &amp;quot;resTime &amp;quot;: &amp;quot;2017-09-11 16:18:31&amp;quot; }, &amp;quot;ebResBody&amp;quot;: { &amp;quot;dealCode&amp;quot;: &amp;quot;000000&amp;quot;, &amp;quot;dealDesc&amp;quot;: &amp;quot;审核打回成功&amp;quot;, &amp;quot;outClaimNo&amp;quot;: &amp;quot;900271703231100000040&amp;quot;, &amp;quot;policyNo&amp;quot;: &amp;quot;X00271703230000000765&amp;quot; } } </code></pre>

页面列表

ITEM_HTML