Change Status Book It Now

對應 legacy API:

/quote_bids/change_status/bookitnow/{quote_bid_id}.json

快速結論

  • 用途:provider 開啟 / 關閉 book it now。
  • actor:provider。
  • new API:目前未搬。

Legacy 規則

成功 side effect:

  • toggle quote_bids.is_book_it_now_enabled
  • 開啟時寫 BookItNowEnable activity
  • 關閉時寫 BookItNowDisable activity
  • 送 message notification 給 consumer
  • 更新 quote_requests.is_requestor_readed = 1

建議處理

  • 先查 access log / frontend 是否仍有流量。
  • 若仍有流量,獨立補 change_status_bookitnow()