PATCH
/
v1
/
application
/
{id}
curl --request PATCH \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/card/v1/application/{id} \
  --header 'Content-Type: application/json' \
  --data '{
  "applicationName": "APPLICATION",
  "enabled": true,
  "additionalValues": [
    {
      "key": "<string>",
      "value": "<string>"
    }
  ],
  "printed": true,
  "contactPriorityLevel": 128,
  "contactlessPriorityLevel": 128,
  "digitalLayoutCode": "abc123abc",
  "regionAndEcommBlocking": {
    "ecomm": true,
    "africa": true,
    "asia": true,
    "europe": true,
    "home": true,
    "northAmerica": true,
    "oceania": true,
    "southAmerica": true
  },
  "status": "CARD_OK",
  "usageLimits": [
    {
      "code": "24H",
      "values": [
        {
          "code": "ATM",
          "reset": true,
          "singleAmount": 1000,
          "count": 5,
          "sumAmount": 1200
        }
      ]
    }
  ]
}'
{
  "description": "<string>",
  "id": "<string>"
}

Path Parameters

id
string
required

The main card id for given card

Query Parameters

auditUser
string
required

The audit user to log the request

Body

application/json

The new value of selected property. You should only provide a value for the property you want to update, the other ones should be null

The body is of type object.

Response

200
application/json

Successful update of the card

The response is of type object.