查询入住历史
<h2>查询入住历史</h2>
<p>地址:<a href="http://192.168.1.105:9527/devices/edaf2a22-d18b-5b7d-b571-bca69e338f8c/invoke-action">http://192.168.1.105:9527/devices/edaf2a22-d18b-5b7d-b571-bca69e338f8c/invoke-action</a></p>
<p>请求格式:</p>
<pre><code>{
"serviceID": "urn:wxjc-com:serviceID:酒店入住信息",
"actionName": "查询入住历史",
"input": {
//参数
}
}</code></pre>
<p>参数:</p>
<table>
<thead>
<tr>
<th>字段</th>
<th>类型</th>
<th>说明</th>
<th>是否必填</th>
</tr>
</thead>
<tbody>
<tr>
<td>residentId</td>
<td>int</td>
<td>居民id</td>
<td>是</td>
</tr>
</tbody>
</table>
<p>响应:</p>
<table>
<thead>
<tr>
<th>字段</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>code</td>
<td>状态 0000:成功 0001:失败</td>
</tr>
<tr>
<td>data</td>
<td>响应的列表</td>
</tr>
</tbody>
</table>