v1

latestOpenAPI 3.1.02026-08-06236494759.4 KB
Auto-Transfer Presets

Add wallets to Auto-transfer Preset

Endpoint to add a Wallets to AutoTransferPreset.

put/business/v2/wallets/autotransfer-presets/{presetId}/relate-resource

Path parameters

presetIdstring required

The AutoTransferPreset ID

Headers

X-Soldo-Fingerprintstring required

Advanced authentication: SHA512SUM of the fingerprint values listed in the fingerprint order for this endpoint.

Example:{{fingerprint}}
X-Soldo-Fingerprint-Signaturestring required

Advanced authentication: Signature of the X-Soldo-Fingerprint.

Example:{{fingerprint_signature}}

Request body

walletIdsstring[]

A list of Wallet IDs.

Example request

{
  "walletIds": [
    "7bf79328-a7ae-4222-aa54-091ff7f429a7",
    "2d65bd5e-3fdf-4002-b166-bde7fb8863fa"
  ]
}

Response

No content as result.