[#544] can I edit number of people with admin editBook?

Migrated from Redmine #544 | Author: Diego Pettenella
Status: New | Priority: High, I’m very impatient | Created: 2020-06-25


Hi, I would like to edit a booking with the admin api editBook just as the admin panel,
I attached the image of the admin section I would like to replicate trough API but I see no option in editBook to actually edit the number of people.

is there a way to do so?
if not, is there a way to force multiple bookings with admin api in the same timeslot? (I have it configured so that if there is one booking or a batch on a timeslot that is not available to the public any more)

thanks

Redmine Admin wrote:

Hi, there is no way to edit number of people, you need to cancel booking and add new one

Diego Pettenella wrote:

Sorry, how does your system do that?

Redmine Admin wrote:

there is no way to change number of people

Diego Pettenella wrote:

Redmine Admin wrote:

there is no way to change number of people

If I go on the calendar, I click on a booking, I select BookMore it adds bookings under the same batchId.

https://ibb.co/z86qgyf

It is not making just new bookings because I can’t book on the same timeslot. I am assuming it adds bookings to the same batch.

is there a way to replicate what your system does with API ?