返点设定修改保存
<p><strong>请求方法名:</strong></p>
<ul>
<li>SaveRebate </li>
</ul>
<p><strong>请求参数样例:</strong> </p>
<pre><code>{
&quot;AccountId&quot;:&quot;52435&quot;,
&quot;Kickback&quot;:&quot;0.078&quot;,
&quot;UserType&quot;:&quot;1&quot;
} </code></pre>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET/POST</li>
</ul>
<p><strong>请求参数:</strong></p>
<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>
<tr>
<td style="text-align: left;">AccountId</td>
<td style="text-align: left;">int</td>
<td style="text-align: left;">是</td>
<td>用户ID</td>
</tr>
<tr>
<td style="text-align: left;">Kickback</td>
<td style="text-align: left;">string</td>
<td style="text-align: left;">是</td>
<td>返点等级</td>
</tr>
<tr>
<td style="text-align: left;">UserType</td>
<td style="text-align: left;">string</td>
<td style="text-align: left;">是</td>
<td>会员代理标识,1为代理,0为会员</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;Status&quot;: true,
&quot;Info&quot;: &quot;提交成功&quot;,
&quot;Data&quot;: null,
&quot;Code&quot;: 0
}</code></pre>