DepositCashBatchOrder_BatchFill
This method will be removed and replaced with: UpdateTransferOrderStates in release 2024-08-14
Filter inputs
Name | Type | Description | Mandatory | Available from version |
---|---|---|---|---|
BrickId | Guid | BFS-id of the DepositCashBatchOrder | Not if OrderNo is sent | 2.02.20160429 |
SettlementDate | DateTime | The settlement date to be used on the settlement transactions that are going to be created | Yes | 2.02.20160429 |
ValueDate | DateTime | The value date to be used on the transactions that are going to be created | Yes | 2.02.20160429 |
OrderNo | string | Ordernumber of the BatchOrder | Not if BrickId is sent | 2.02.20160429 |
Response rows
Name | Type | Description |
---|---|---|
Message | string | "OK" or errormessage |
Code examples
C# - DepositCashBatchOrder_BatchFill
//Use the DepositCashBatchOrder_BatchFill 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.DepositCashBatchOrder_BatchFill(new BFSServiceReference.DepositCashBatchOrder_BatchFillRequest()
{
Credentials = credentials,
identify = bfsidentifier, //Identifier is a unique token for your instance of BFS
WorkflowTriggerDataEntity = new DepositCashBatchOrder_BatchFill()
{
BrickId = new Guid("3b3e95a9-3193-467c-9bc4-0ab4a842a46b"),
SettlementDate = TimeZoneInfo.ConvertTimeToUtc(DateTime.Parse("2016-04-25")),
ValueDate = 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