WithdrawalCashBatchOrder_Fill

WithdrawalCashBatchOrder_Fill

Filter inputs

Name

Type

Description

Mandatory

Available from version

Name

Type

Description

Mandatory

Available from version

BrickId

Guid

BFSId of WithdrawalBatchOrder

Not if OrderNo is sent

2.02.20160429

TradeDate

DateTime

The trade date to be used for the transactions that will be triggered by this action

 

2.02.20160429

SettlementDate

DateTime

The settlement date to be used for the transactions that will be triggered by this action

Yes

2.02.20160429

ValueDate

DateTime

The value date to be used for the transactions that will be triggered by this action

Yes

2.02.20160429

OrderNo

string

Ordernumber of the batchorder

Not if BFS-id is sent

2.02.20160429

Response rows

Name

Type

Description

Name

Type

Description

Message

string

"OK" or errormessage

Code examples

//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.