AddCardFormatToControllerAsync

Adds a card format to a controller. Returns (Task)

Register a Card Format on the designated Controller.

Name Description
controller The controller to add the card format to
cardFormat The card format to add

Add Card Format To Controller Async

Example in C#

// Returns: nothing
await client.AddCardFormatToControllerAsync(ControllerInfo controller, CardFormatInfo cardFormat);

Example in CURL



           curl -X PUT \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/controllers/CONTROLLER.KEY/cardformats \
               -H 'Authorization: Bearer TOKEN_GOES_HERE' \
               -H 'Content-Type: application/json' \
               -d '"/api/f/INSTANCE.KEY/cardformats/CARDFORMAT.KEY"'