Returns (Task)
IncrementCardUseCount is used to track how many times a card has been used.
Name | Description |
---|---|
cardAssignment |
Example in C#
// Returns: nothing
await client.IncrementCardUseCount(CardAssignmentInfo cardAssignment);
Example in CURL
curl -X PUT \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/people/PERSON.KEY/cards/CARDASSIGNMENT.KEY/incrementusecount \
-H 'Authorization: Bearer TOKEN_GOES_HERE'