WithdrawalCashBatchOrder_Fill

Filter inputs

NameTypeDescriptionMandatoryAvailable from version
BrickIdGuidBFSId of WithdrawalBatchOrderNot if OrderNo is sent2.02.20160429
TradeDateDateTimeThe trade date to be used for the transactions that will be triggered by this action 2.02.20160429
SettlementDateDateTimeThe settlement date to be used for the transactions that will be triggered by this actionYes2.02.20160429
ValueDateDateTimeThe value date to be used for the transactions that will be triggered by this actionYes2.02.20160429
OrderNostringOrdernumber of the batchorderNot if BFS-id is sent2.02.20160429

Response rows

NameTypeDescription
Messagestring"OK" or errormessage

Code examples

C# - WithdrawalCashBatchOrder_Fill
//Use the WithdrawalCashBatchOrder_Fill method
var client = new BFSServiceReference.bfsapiSoapClient();

var credentials = new BFSServiceReference.Credentials()
{
    UserName = bfsusername, //Username of administrative user in your instance of BFS
    Password = bfspassword, //Password of the administrative user in your instance of BFS
};

var target = client.WithdrawalCashBatchOrder_Fill(new BFSServiceReference.WithdrawalCashBatchOrder_FillRequest()
{
    Credentials = credentials,

    identify = bfsidentifier, //Identifier is a unique token for your instance of BFS 

    WorkflowTriggerDataEntity = new WithdrawalCashBatchOrder_Fill()
    {
        BrickId = new Guid("fa0172e0-79ff-4d72-a49e-6a1b70519e50"),
        SettlementDate = TimeZoneInfo.ConvertTimeToUtc(DateTime.Parse("2016-04-25")),
        ValueDate = TimeZoneInfo.ConvertTimeToUtc(DateTime.Parse("2016-04-25")),
        TradeDate = TimeZoneInfo.ConvertTimeToUtc(DateTime.Parse("2016-04-25")),
    },

});

Console.WriteLine(target.Message);

 

Blog stream

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

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