post https://api.eventtemple.com/v2/bookings//change_status
Changes the status of the booking
When status is changed to tentative
The tentative_at
attribute will be set to the status_at
parameter or the current time, only lost_at
will be reset
When status is changed to definite
The definite_at
attribute will be set to the status_at
parameter or the current time, only lost_at
will be reset
When status is changed to lost
The lost_at
attribute will be set to the status_at
parameter or the current time