编辑开票资质
<p><strong>接口描述:</strong></p>
<ul>
<li><a href="https://testadmin.aitejj.com/apiadmin/jt/jtbinvoice/editinvoice">https://testadmin.aitejj.com/apiadmin/jt/jtbinvoice/editinvoice</a>
(必须带上memberId,其他需要修改的都传)</li>
</ul>
<p><strong>请求URL:</strong></p>
<ul>
<li><code>jt/jtbinvoice/editinvoice</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>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 style="text-align: left;">必填</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<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>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">code</td>
<td style="text-align: left;">int</td>
<td style="text-align: left;">响应代码</td>
</tr>
<tr>
<td style="text-align: left;">message</td>
<td style="text-align: left;">string</td>
<td style="text-align: left;">响应描述</td>
</tr>
<tr>
<td style="text-align: left;">data</td>
<td style="text-align: left;">json</td>
<td style="text-align: left;">业务数据</td>
</tr>
</tbody>
</table>
<p><strong>响应data参数:</strong></p>
<table>
<thead>
<tr>
<th style="text-align: left;">字段</th>
<th style="text-align: left;">类型</th>
<th style="text-align: left;">说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<p><strong>请求示例</strong></p>
<pre><code>{
&quot;memberId&quot;:5207,
&quot;memberName&quot;:&quot;test11&quot;,
&quot;companyName&quot;: &quot;上海茂谊网络科技有限公司&quot;,
&quot;companyProvinceId&quot;:&quot;上海市&quot;,
&quot;companyAddress&quot;:&quot;上海市闵行区&quot;,
&quot;companyAddressDetail&quot;:&quot;翰林大厦310&quot;,
&quot;companyPhone&quot;:&quot;17753181864&quot;,
&quot;fax&quot;:&quot;021-54880662&quot;,
&quot;companyRegisteredCapital&quot;: 12121,
&quot;contactsName&quot;: &quot;donghc&quot;,
&quot;contactsPhone&quot;: &quot;18906441029&quot;,
&quot;contactsEmail&quot;: &quot;2303179300@qq.com&quot;,
&quot;businessLicenceNumber&quot;: &quot;021-54880662&quot;,
&quot;businessLicenceAddress&quot;: &quot;山海市闵行区田图苑&quot;,
&quot;businessLicenceStart&quot;: 1212,
&quot;businessLicenceEnd&quot;: 1232,
&quot;establishmentDate&quot;: 2323,
&quot;businessLicenceNumberElectronic&quot;: &quot;12121212&quot;,
&quot;organizationCode&quot;:&quot;343443&quot;
}</code></pre>
<p><strong>响应示例</strong></p>
<pre><code>{
&quot;code&quot;: 200,
&quot;message&quot;: &quot;操作成功!&quot;,
&quot;data&quot;: null
}</code></pre>
<p><strong>备注</strong></p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>