EasBnB Open
    EasBnB Open
    • 自定义OTA接入OpenAPI说明
    • API
      • 订单创建
        POST
      • 订单更新
        POST
      • 订单取消
        POST
      • 查询会话列表
        POST
      • 查询消息
        POST
      • 接收消息
        POST
    • WebHook
      • 查询房间列表
        POST
      • 查询日历可用性和价格
        POST
      • 设置日历价格、可用性
        POST
      • 查询订单详情
        POST
      • 发送消息
        POST
    • 数据模型
      • Order
      • Account
      • User
      • Conv
      • Msg
      • Room
      • RoomDay

    Order

    订单

    {
        "id": "string",
        "roomId": "string",
        "startDate": "string",
        "endDate": "string",
        "tenantName": "string",
        "tenantCount": 0,
        "commissionFee": 0,
        "handlingFee": 0,
        "refundRoomFee": 0,
        "refundCommissionFee": 0,
        "refundHandlingFee": 0
    }
    Built with