Test interface
<h5>Brief Description</h5>
<ul>
<li>Test interface</li>
</ul>
<h5>Request URL</h5>
<ul>
<li><code>https://6409627-sb2.restlets.api.netsuite.com/app/site/hosting/restlet.nl?script=271&deploy=1</code></li>
</ul>
<h5>Request Method</h5>
<ul>
<li>POST </li>
</ul>
<h5>Request Parameter Description</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">Parameter</th>
<th style="text-align: left;">Required</th>
<th style="text-align: left;">Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">name</td>
<td style="text-align: left;">True</td>
<td style="text-align: left;">String</td>
<td>Test name</td>
</tr>
</tbody>
</table>
<h5>Samples</h5>
<pre><code>{
"name" : "zhangsan"
}</code></pre>
<h5>Response Parameter Description</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">Parameter</th>
<th style="text-align: left;">Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">success</td>
<td style="text-align: left;">Boolean</td>
<td>true:success,false:failed</td>
</tr>
<tr>
<td style="text-align: left;">message</td>
<td style="text-align: left;">String</td>
<td>errors message</td>
</tr>
<tr>
<td style="text-align: left;">data</td>
<td style="text-align: left;">Array</td>
<td>Data</td>
</tr>
</tbody>
</table>
<h5>Return Samples</h5>
<pre><code>// Error
{
"success " : "false",
"message " : "errors message",
"results " : ""
}
// Success
{
"success": true,
"message": "request body:{\"name\":\"zhangsan\"}",
"data": ""
}</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>