Generates a random visit code that has not been attached to an attendee in the instance Returns ()
Overview of GetRandomVisitCodeAsync goes here.
Name | Description |
---|---|
folder |
Example in C#
// Returns: Int64
var item = await client.GetRandomVisitCodeAsync(FolderInfo folder);
Example in CURL
curl -X GET \
'https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/randomvisitcode' \
-H 'Authorization: Bearer TOKEN_GOES_HERE'