查定一体提交接口
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>查定一体提交接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>10.10.4.224:8080/ciap/regist/submit</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<pre><code>{
&quot;registNo&quot;: &quot;RDAA2023N00000123&quot;, // 报案号
&quot;subRegistId&quot;: 202222, // cpSubRegistInfo的字段,子任务id
&quot;opinionCode&quot;: &quot;001&quot;, //业务动作
&quot;deflossUser&quot;:&quot;13164372&quot;, // 定损员
&quot;isRisk&quot;:&quot;&quot;, // 网约车字段
&quot;ifPropLoss&quot;:&quot;0&quot; // 是否包含物损信息
}</code></pre>
<h5>返回示例</h5>
<pre><code>{
&quot;code&quot;: 200,
&quot;data&quot;: null,
&quot;message&quot;: &quot;请求成功&quot;
}</code></pre>
<h5>返回参数说明</h5>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>