外协发出保存
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>用户注册接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://ip/webapi/api/Base/Execute?opeartion=save&amp;formId=TWOE_OutsourcingIssued</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<pre><code>{
&quot;IsDeleteEntry&quot;: &quot;false&quot;,
&quot;IsAutoSubmitAndAudit&quot;: &quot;true&quot;, //自动提交审核
&quot;Model&quot;: {
&quot;FID&quot;: 101329, //发出单id
&quot;FSupplierId&quot;: {
&quot;FNUMBER&quot;: &quot;1030&quot; //供应商编码
},
&quot;FOutIssuedMaterialEntity&quot;: [
{
&quot;FEntryID&quot;: 101440, //分录id
&quot;FWeight&quot;: 14 //重量
}
]
}
}</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;: 101329,
&quot;Number&quot;: &quot;WXFC24110220&quot;,
&quot;DIndex&quot;: 0
}
],
&quot;SuccessMessages&quot;: [],
&quot;MsgCode&quot;: 0
},
&quot;Id&quot;: 101329,
&quot;Number&quot;: &quot;WXFC24110220&quot;,
&quot;NeedReturnData&quot;: [
{}
]
}
}</code></pre>