Syntax
ClientRejectOrder (AccountID As Long , OrderID As Long)
Description
The ClientRejectOrder operation is used to reject a re-quoted order at a specific account number.
Dependencies
In order to obtain the requoted orders, you’ll need to invoke GetReqoutedOrders operation.
Request Parameters
Name | Description | Required |
AccountId |
|
Yes |
OrderId |
|
Yes |
Response Elements
Name | Description |
Result | In case of success, this operation returns 1.
Otherwise, see Error Codes. |
See Also