| 程序包 | 说明 |
|---|---|
| com.lark.oapi.service.vc.v1.resource |
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateReserveResp |
Reserve.update(UpdateReserveReq req)
更新预约,更新一个预约
只能更新归属于自己的预约,不需要更新的字段不传(如果传空则会被更新为空);可用于续期操作,到期时间距离当前时间不超过30天 ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/vc-v1/reserve/update ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/vcv1/UpdateReserveSample.java ;
|
UpdateReserveResp |
Reserve.update(UpdateReserveReq req,
RequestOptions reqOptions)
更新预约,更新一个预约
只能更新归属于自己的预约,不需要更新的字段不传(如果传空则会被更新为空);可用于续期操作,到期时间距离当前时间不超过30天 ;
官网API文档链接:https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/vc-v1/reserve/update ;
使用Demo链接: https://github.com/larksuite/oapi-sdk-java/tree/v2_main/sample/src/main/java/com/lark/oapi/sample/apiall/vcv1/UpdateReserveSample.java ;
|
Copyright © 2025. All rights reserved.