API Support Forum
OEC API > API Support > Callback event for modifying Order
Author Topic: Callback event for modifying Order
(1 messages, Page 1 of 1)
Moderators: VPfau
RAnde
Posts: 20
Joined: Sep 05, 2017


Posted: Nov 07, 2017 @ 04:12 AM             Msg. 1 of 1
I have tried to modify a working order by using method OECClient.ModifyOrder().
I need to get the ID of new modified order for my client order. But I don't know how to do that.

After modifying, the event "OnOrderConfirmed" is not raised. I have tried with event "OnCommandUpdated". But order which is returned in this event is the old (unmodified) order.

Is there any callback event which returns new order that is created for the modification? If not, please show me the way that I can get this.
Edited by RAnde on Nov 07, 2017 04:12 AM