SubmitTradeReportResponse
| 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 failure. The field OptionalFields[“ErrorMessage”] would contain the reason for error or exception |
| 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 |