/
SubscriptionOrder_Cancel

SubscriptionOrder_Cancel

Inputs

NameTypeDescriptionMandatoryAvailable from version
OrderNostringOrderNo of subscription order to be processed True  

Outputs

NameTypeDescriptionAvailable from version
Messagestring"OK" or errormessage 

Code examples

C# - Cancel a Subscription Order in a BFS instance
 public static void CancelSubscriptionOrder()
        {
            var binding = new BasicHttpBinding();
            binding.MaxReceivedMessageSize = Int32.MaxValue;
            var target = new bfsapi.bfsapiSoapClient(binding, new EndpointAddress("http://localhost:20010/bfsapi.asmx"));
            var req = new bfsapi.SubscriptionOrder_CancelRequest()
            {

                Credentials = new bfsapi.Credentials
                {
                    UserName = "apiuser",
                    Password = "apiuser"
                },
                identify = "adfasdfasfaf"
            };

            req.WorkflowTriggerDataEntity = new SubscriptionOrder_Cancel
            {
                OrderNo = "66"
            };

            var resp = target.SubscriptionOrder_Cancel(req);
        }



 

Blog stream

Create a blog post to share news and announcements with your team and company.

Related content

SubscriptionOrder_Process
SubscriptionOrder_Process
More like this
CancelTradeOrders
CancelTradeOrders
More like this
WithdrawalCashBatchOrder_Fill
WithdrawalCashBatchOrder_Fill
More like this
GetOrderTypes
GetOrderTypes
More like this
CancelAutoGiroOrders
CancelAutoGiroOrders
More like this
ExecuteInternalTransferOrders
ExecuteInternalTransferOrders
More like this

Terms of License
Change Policy
© 2009 - 2024 Huddlestock Technologies AB All rights reserved