IEditSessionChangeDeliveryPersonsCount Method iikoFront Api V3 Documentation
Changes persons count for a delivery

Namespace: Resto.Front.Api.V3.Editors
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax

C#
void ChangeDeliveryPersonsCount(
	int personsCount,
	IDeliveryStub delivery
)

Parameters

personsCount
Type: SystemInt32
Delivery persons count
delivery
Type: Resto.Front.Api.V3.EditorsIDeliveryStub
Delivery to change
See Also

Reference