AddCardFormatToControllerAsync

Returns (Task)

Register a Card Format on the designated Controller.

Name Description
controller
cardFormat

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://keepapi.feenicshosting.com/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"'