数栾-新建需求
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>数栾-新建需求</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/datasrv/logical/createNeeds</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<h5>请求示例</h5>
<pre><code> {
&quot;id&quot;:&quot;数栾需求id 考虑是否修改,可修改则有&quot;,
&quot;modelId&quot;:&quot;数栾模型Id&quot;,
&quot;businessTargetId&quot;: &quot;数栾业务对象id&quot;,
&quot;businessTargetCode&quot;: &quot;数栾业务对象code&quot;,
&quot;needsName&quot;:&quot;数栾服务需求名称&quot;,
&quot;needsDesc&quot;: &quot;数栾服务需求描述&quot;,
&quot;lackDesc&quot;: &quot;数栾缺失描述&quot;,
&quot;promptDesc&quot;:&quot;数栾详细业务描述&quot;
}</code></pre>
<h5>返回示例</h5>
<pre><code>{
&quot;success&quot;: true,
&quot;code&quot;: &quot;0&quot;,
&quot;message&quot;: &quot;&quot;,
&quot;data&quot;: &quot;操作成功&quot;
}</code></pre>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>