Send the wallet group configuration to Wavelynx for provisioning Returns (Task)
Overview of SendGroupToWavelynx goes here.
| Name | Description |
|---|---|
| folder | The folder containing the wallet group |
| item | The wallet group to send to Wavelynx |
Example in C#
// Returns: nothing
await client.SendGroupToWavelynx(FolderInfo folder, WalletGroupInfo item);
Example in CURL
curl -X POST \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/walletgroups/WALLETGROUP.KEY/sendtowavelynx \
-H 'Authorization: Bearer TOKEN_GOES_HERE'