Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Inputs (Array[] of AutoGiroDepositOrder) inherits from EntityBase

...

NameTypeDescriptionAvailable from version
EntitiesArrayAll AutoGiroDepositOrders in the request. 2.30
MessagestringContains a message if an error occurred.2.30

...

Info
titleGetting 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.

...