SubmitSingleOrderResponse

Field Name Data Type Retrieves
Acknowledgement ServerAcknowledgement Response from the server (success or failure). Refer to the section ServerAcknowledgement
OptionalFields map<string, string> This is additional information given to the client in cases of fail-ure. The field OptionalFields["ErrorMessage"] would contain the reason for error or exception
OrderDetails OrderDetailsResponse Refer to the section OrderDetailsResponse
ServerResponse string Success: In case the invoked API executes successfully on the server side
Failed: In case the invoked API throws an error or lands in an exception