标准签


用友租户手动开通套餐服务接口

<p><strong>简要描述:</strong> </p> <ul> <li>用友租户手动开通套餐服务接口</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://ip:port/service/rest/v1/yonyou/menu/manualOpen</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </li> </ul> <p><strong>请求参数:</strong> </p> <ul> <li>请求头参数:</li> </ul> <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;">userObject</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> <td>租户及订单信息</td> </tr> </tbody> </table> <ul> <li>请求体参数</li> </ul> <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;">shouldNotifyCloud</td> <td style="text-align: left;">是</td> <td style="text-align: left;">Boolean</td> <td>是否需要通知用友云市场</td> </tr> <tr> <td style="text-align: left;">shouldNotifyAppCenter</td> <td style="text-align: left;">是</td> <td style="text-align: left;">Boolean</td> <td>是否需要通知应用中心</td> </tr> </tbody> </table> <p><strong>请求示例</strong></p> <pre><code> http://ip:port/service/rest/v1/yonyou/menu/manualOpen header参数: &amp;quot;userObject&amp;quot;: &amp;quot;{ &amp;quot;orderId&amp;quot;:&amp;quot;14351524621775074706&amp;quot;, &amp;quot;tenantId&amp;quot;:&amp;quot;sr757zp8&amp;quot;, &amp;quot;orderBizId&amp;quot;:&amp;quot;62429cec-b2a1-4962-a4e8-35643ce37e2c&amp;quot;, &amp;quot;resCode&amp;quot;:&amp;quot;signcloud&amp;quot;, &amp;quot;activationCode&amp;quot;:&amp;quot;ysc3a025357f5fe41e593072a10a74f553f&amp;quot;, &amp;quot;userId&amp;quot;:&amp;quot;6e9e8525-f90c-4d80-ad5d-bd56d8b391a6&amp;quot;, &amp;quot;skuId&amp;quot;:&amp;quot;53d601aa-8765-4a63-81e5-b73f4a49f25e&amp;quot; }&amp;quot; 请求体参数: { &amp;quot;shouldNotifyCloud&amp;quot;:true, &amp;quot;shouldNotifyAppCenter&amp;quot;:false }</code></pre> <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;">success</td> <td style="text-align: left;">String</td> <td style="text-align: left;">是否开通成功,true/false</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{ &amp;quot;success&amp;quot;: true, &amp;quot;msg&amp;quot;: &amp;quot;成功&amp;quot;, &amp;quot;total&amp;quot;: null, &amp;quot;errCode&amp;quot;: 0, &amp;quot;errShow&amp;quot;: false, &amp;quot;data&amp;quot;: { &amp;quot;success&amp;quot;: &amp;quot;xxxx&amp;quot; } }</code></pre> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML