Gets the next available card number starting from a specified value Returns ()
Overview of GetNextAvailableCardNumberAsync goes here.
| Name | Description |
|---|---|
| folder | The folder to get the next card number for |
| startingValue | The starting value to search from |
Example in C#
// Returns: Int64
var item = await client.GetNextAvailableCardNumberAsync(FolderInfo folder, Int64 startingValue);
Example in CURL
curl -X GET \
'https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/nextcardnumber?startingValue=1000' \
-H 'Authorization: Bearer TOKEN_GOES_HERE'