Hi Dojo,
I want to add a resource to an existing reservation. I noticed that the BookingManager class has a method TryAddResource, but it doesn't allow me to provide a profile instance for configuration.
Is there a way that I can add a resource to an existing booking and provide the start/end profile instances?
Jens,
In case you want to extend the booking with a resource, without mapping it to a node in the service definition, then you have to use the AssignResources method on the ServiceReservationInstance, without providing a node label.
Works as a charm. Thanks!