OEC Application Programming Interface

OECClient.CreateDraft Method (Order)

Creates a OrderDraft for modification request.

public ModifyOrderDraft CreateDraft(
   Order order
);

Parameters

order
Order to be modified

Return Value

Order draft object

Remarks

Client can change only version-related properties (quantity, order type, price(s)) New draft will not allow to change order properties - exception will be raised. The draft need to be passed to the ModifyOrder method.

See Also

OECClient Class | OEC.API Namespace | OECClient.CreateDraft Overload List | Order | ModifyOrder