原料入库单新增(提交)
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>用户注册接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://ip/webapi/api/Base/Execute?opeartion=Submit&amp;formId=TWOE_InStockMulti</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<pre><code>{
&quot;CreateOrgId&quot;: 0,
&quot;Numbers&quot;: [],
&quot;Ids&quot;: id, //单据ID
&quot;SelectedPostId&quot;: 0,
&quot;NetworkCtrl&quot;: &quot;&quot;,
&quot;IgnoreInterationFlag&quot;: &quot;&quot;
}</code></pre>
<h5>返回示例</h5>
<pre><code>{
&quot;Result&quot;: {
&quot;ResponseStatus&quot;: {
&quot;IsSuccess&quot;: true,
&quot;Errors&quot;: [],
&quot;SuccessEntitys&quot;: [{
&quot;Id&quot;: &quot;114955&quot;,
&quot;Number&quot;: &quot;YCLRKS2411000259&quot;,
&quot;DIndex&quot;: 0
}],
&quot;SuccessMessages&quot;: [],
&quot;MsgCode&quot;: 0
}
}
}</code></pre>