Vendor
<h5>Brief Description</h5>
<ul>
<li>Create vendor data.</li>
</ul>
<h5>Request URL</h5>
<ul>
<li><code>https://6409627.restlets.api.netsuite.com/app/site/hosting/restlet.nl?script=647&amp;deploy=1</code></li>
</ul>
<h5>Request Method</h5>
<ul>
<li>POST</li>
</ul>
<h5>Request Parameter Description</h5>
<table>
<thead>
<tr>
<th>Parameter</th>
<th>Required</th>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>name</td>
<td>True</td>
<td>String</td>
<td>1C Vendor Company name</td>
</tr>
<tr>
<td>category</td>
<td>False</td>
<td>Number</td>
<td>1C Vendor category.List of values:[vendor categery](<a href="https://www.showdoc.com.cn/2076069668546132/9591367013275824">https://www.showdoc.com.cn/2076069668546132/9591367013275824</a> "vendor categery")</td>
</tr>
<tr>
<td>mainSubsidiary</td>
<td>True</td>
<td>String</td>
<td>1C Vendor main subsidiary,Default to:"徐工俄罗斯有限责任公司(新徐俄)"</td>
</tr>
<tr>
<td>subsidiary</td>
<td>False</td>
<td>Array[String]</td>
<td>1C Vendor subsidiary,Default to:["徐工俄罗斯有限责任公司(新徐俄)"]</td>
</tr>
<tr>
<td>mainCurrency</td>
<td>True</td>
<td>String</td>
<td>1C Vendor Currency</td>
</tr>
<tr>
<td>taxRegistNum</td>
<td>True</td>
<td>String</td>
<td>1C Vendor Tax Registration Number,Unique identification</td>
</tr>
<tr>
<td>account</td>
<td>False</td>
<td>String</td>
<td>1C Vendor account</td>
</tr>
<tr>
<td>email</td>
<td>False</td>
<td>String</td>
<td>1C Vendor email</td>
</tr>
</tbody>
</table>
<h5>Samples</h5>
<pre><code> {
&quot;name&quot;: &quot;ДИЗИ СЕРВИС ООО&quot;,
&quot;category&quot;: 2,
&quot;mainSubsidiary&quot;: &quot;徐工俄罗斯有限责任公司(新徐俄)&quot;,
&quot;subsidiary&quot;: [
&quot;a&quot;,&quot;b&quot;
],
&quot;mainCurrency&quot;: &quot;RUB&quot;,
&quot;taxRegistNum&quot;: &quot;7820046291&quot;,
&quot;account&quot;: &quot;60.01&quot;,
&quot;email&quot;:&quot;perevod88@yandex.ru&quot;
}</code></pre>
<h5>Response Parameter Description</h5>
<table>
<thead>
<tr>
<th>Parameter</th>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>success</td>
<td>Boolean</td>
<td>true:success,false:failed</td>
</tr>
<tr>
<td>message</td>
<td>String</td>
<td>errors message</td>
</tr>
<tr>
<td>data</td>
<td>Array</td>
<td>Data</td>
</tr>
</tbody>
</table>
<h5>Return Samples</h5>
<pre><code> // Error
{
&quot;success&quot;: false,
&quot;message&quot;: &quot;name must be filled!&quot;,
&quot;data&quot;: []
}
// Success
{
&quot;success&quot;: true,
&quot;message&quot;: &quot;&quot;,
&quot;data&quot;: [{
&quot;internalid&quot; :3995
}]
}
</code></pre>
<h5>Memo</h5>
<ul>
<li>For certification information, please see <a href="https://www.showdoc.com.cn/xcmgnsapi/9352531526636929">Interface Certification Information</a></li>
</ul>