Respond to a Server Prompt
Respond to a server prompt received via ntf webscoket message.
POST /iserver/notification
Request Object
Body Params
orderId int. Required
IB-assigned order identifier obtained from the ntf websocket message that delivered the server prompt.
reqId string. Required
IB-assigned request identifier obtained from the ntf websocket message that delivered the server prompt.
text string. Required
The selected value from the “options” array delivered in the server prompt ntf websocket message.
Python
Abap
Response Object
{Status text}: string
Returns the status of the confirmation message.

