updateReservation( )


開発者プレビュー

このAPIは変更される可能性があります。プレビュー期間中、開発者からのフィードバックに基づいてバグ修正や新機能がリリースされる予定です。

Updates a reservation.

Including the fields status, source, reservation.details.tableIds, reservation.details.endDate, ignoreReservationLocationConflictsそして ignoreTableCombinationConflicts in the request requires additional permissions. See this API's Introduction article for more information.

Each time the reservation is updated, revision increments by 1. The existing revision must be included when updating the reservation. This ensures you're working with the latest reservation information, and it prevents unintended overwrites.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Reservations (Full)
Manage Reservations (Medium)
Manage Restaurants - all permissions
Learn more about app permissions.
メソッド宣言
コピー
メソッド・パラメータ
_idstringRequired

Reservation ID.


reservationUpdateReservationRequired

Reservation information to update.


optionsUpdateReservationOptions

Options for updating the reservation.

リターン
Return Type:Promise<Reservation>
役に立ちましたか?
はい
いいえ