CreateAutoGiroDepositOrders

Inputs (Array[] of AutoGiroDepositOrder) inherits from EntityBase

NameTypeDescriptionMandatoryAvailable from version
BrickIdGuid Not used.
 2.30
AccountGuid The BrickId of the Account to which the deposit is made.True 2.30
Amountdecimal The amount that will be deposited. Must be positive. True 2.30
BusinessDateDateTimeThe business date of the deposit.True2.30
 TransferReceiverGuid The BrickId of the TransferReceiver from which the deposit is made.True 2.30
CommentstringA comment that you want the order to have
2.30

Response rows

NameTypeDescriptionAvailable from version
EntitiesArrayAll AutoGiroDepositOrders in the request. 2.30
MessagestringContains 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