Adds a new license audit record to a folder, supporting multiple credential types. Returns (Task)
Overview of AddLicenseAuditRecordInfoAsync goes here.
| Name | Description |
|---|---|
| folder | The folder to add the license audit record to |
| item | The license audit record information to add (supports multiple credential types) |
Example in C#
// Returns: LicenseAuditRecordInfo
var licenseAuditRecordInfo = await client.AddLicenseAuditRecordInfoAsync(FolderInfo folder, LicenseAuditRecordInfo item);
Example in CURL
curl -X POST \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/licenseauditrecords \
-H 'Authorization: Bearer TOKEN_GOES_HERE'