Ibanity.Xs2a.BatchSynchronization (ibanity v1.0.0)
Batch synchronization API wrapper
Link to this section Summary
Link to this section Functions
Link to this function
create(request)
Creates a new batch synchronization.
Returns {:ok, batch_synchronization}
if sucessful, {:error, reason}
otherwise.
example
Example
iex> [
...> resourceType: "account",
...> subtypes: ["accountDetails", "accountTransactions"]
...> ]
...> |> Request.attributes
...> |> BatchSynchronization.create
{:ok, %Ibanity.BatchSynchronization{id: "4b52d43c-433d-41e0-96f2-c2e38a24b25e"}}