恒润


获取部门(关联公司)

<p><strong>简要描述:</strong> </p> <ul> <li>获取部门(关联组织)</li> </ul> <p><strong>服务名:</strong> </p> <ul> <li><code>Entype/Department_Org_List</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>post</li> </ul> <p><strong>Content-Type:</strong> </p> <ul> <li><code>application/json; charset=utf-8</code> <strong>请求示例:</strong> <pre><code>{     "Type":6,//类型,部门是6     "IdCompany":6//公司ID, "FOperaterId"://业务员ID }</code></pre></li> </ul> <p><strong>请求参数:</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> <th>必填项</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">└ Type</td> <td style="text-align: left;">int</td> <td>部门=6</td> <td>Y</td> </tr> <tr> <td style="text-align: left;">└ IdCompany</td> <td style="text-align: left;">double</td> <td>公司ID</td> <td>Y</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{     "data": [         {             "id": 441.0,//ID             "name": "行政部",//部门名称             "describe": "002.01",//描述             "memo": "运营管理部/行政部"//备注         },         {             "id": 456.0,             "name": "湖南运行部",             "describe": "999",             "memo": "湖南运行部"         }] }</code></pre> <p><strong>返回参数说明</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> </tbody> </table>

页面列表

ITEM_HTML