CreateAutoGiroDepositOrders
Inputs (Array[] of AutoGiroDepositOrder) inherits from EntityBase
Name | Type | Description | Mandatory | Available from version |
---|---|---|---|---|
BrickId | Guid | Not used. | 2.30 | |
Account | Guid | The BrickId of the Account to which the deposit is made. | True | 2.30 |
Amount | decimal | The amount that will be deposited. Must be positive. | True | 2.30 |
BusinessDate | DateTime | The business date of the deposit. | True | 2.30 |
TransferReceiver | Guid | The BrickId of the TransferReceiver from which the deposit is made. | True | 2.30 |
Comment | string | A comment that you want the order to have | 2.30 |
Response rows
Name | Type | Description | Available from version |
---|---|---|---|
Entities | Array | All AutoGiroDepositOrders in the request. | 2.30 |
Message | string | Contains a message if an error occurred. | 2.30 |
XML - Example request CreateAutoGiroDepositOorders
<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://tempuri.org/" xmlns:s1="http://microsoft.com/wsdl/types/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/"> <soap:Body> <CreateAutoGiroDepositOrders xmlns="http://tempuri.org/"> <req> <Credentials> <UserName>[Username]</UserName> <Password>[Password]</Password> </Credentials> <identify>[Identifier]</identify> <Entities> <AutoGiroDepositOrder> <Account>[Insert guid if the Account]</Account> <TransferReceiver>[Insert guid if the TransferReceiver (External Account)]</TransferReceiver> <Amount>123</Amount> <BusinessDate>2022-02-07T14:43:18.660Z</BusinessDate> <Comment>Test</Comment> </AutoGiroDepositOrder> </Entities> </req> </CreateAutoGiroDepositOrders> </soap:Body> </soap:Envelope>
Getting created Autogiro deposits
In order to fetch the created Autogiro deposit (not the AutoGiroDepositOrder) one need to call the API method GetRecurringOrderTemplates
The resulting Entity that is created in BFS when calling the endpoint CreateAutoGiroDepositOrders is a RecurringOrderTemplate thus one need to call the GetRecurringOrderTemplates to fetch the information regarding the deposit.
Blog Posts
Terms of License
Change Policy
© 2009 - 2024 Huddlestock Technologies AB All rights reserved