文档中心 > API类目 > 阿里影业云智API

taobao.lark.pos.basedata.ticketlayout.list (列表查询影票票版)

列表查询影票票版

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
cinema_link_id String 必须 7777 影城内码

响应参数

名称 类型 示例值 描述
data Json {"ticketLayoutName":"测试2","gmtModified":1600171811000,"printerType":"Y","gmtCreate":1597053362000,"cinemaLinkId":"7777","modifyUser":"lark-admin","ticketLayoutWidth":79,"ticketLayoutHeight":90,"leaseCode":"ykse","createUser":"yksedzl","id":100064,"state":"Y"} 票版列表信息:票版所属租户、影城,票版名称,票版高度、宽度,状态,打印机类型

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
LarkPosBasedataTicketlayoutListRequest req = new LarkPosBasedataTicketlayoutListRequest();
req.setCinemaLinkId("7777");
req.setTerminalType("POS");
LarkPosBasedataTicketlayoutListResponse rsp = client.execute(req);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<lark_pos_basedata_ticketlayout_list_response>
    <data>{&quot;ticketLayoutName&quot;:&quot;测试2&quot;,&quot;gmtModified&quot;:1600171811000,&quot;printerType&quot;:&quot;Y&quot;,&quot;gmtCreate&quot;:1597053362000,&quot;cinemaLinkId&quot;:&quot;7777&quot;,&quot;modifyUser&quot;:&quot;lark-admin&quot;,&quot;ticketLayoutWidth&quot;:79,&quot;ticketLayoutHeight&quot;:90,&quot;leaseCode&quot;:&quot;ykse&quot;,&quot;createUser&quot;:&quot;yksedzl&quot;,&quot;id&quot;:100064,&quot;state&quot;:&quot;Y&quot;}</data>
</lark_pos_basedata_ticketlayout_list_response>

异常示例

  • XML示例
  • JSON示例
<error_response>
    <code>50</code>
    <msg>Remote service error</msg>
    <sub_code>isv.invalid-parameter</sub_code>
    <sub_msg>非法参数</sub_msg>
</error_response>

错误码解释

错误码 错误描述 解决方案

API工具

如何获得此API

FAQ

返回
顶部