PATCH
/
v1
/
MULTI_APPLICATION_CARD
/
{id}
curl --request PATCH \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/card/v1/MULTI_APPLICATION_CARD/{id} \
  --header 'Content-Type: application/json' \
  --data '{
  "cardAddress": {
    "address1": "<string>",
    "address2": "<string>",
    "address3": "<string>",
    "address4": "<string>",
    "city": "<string>",
    "country": "FIN",
    "region": "<string>",
    "zipCode": "<string>"
  },
  "cardDeliveryType": "CUSTOM_1",
  "embossing": {
    "additionalField1": "<string>",
    "additionalField2": "<string>",
    "additionalField3": "<string>",
    "additionalField4": "<string>",
    "additionalField5": "<string>",
    "companyName": "Enfuce Financial Services",
    "externalLayoutCode": "BlueCard",
    "firstName": "Monica",
    "lastName": "Liikamaa",
    "manufacturer": "FACTORY_X",
    "physical": true
  },
  "segment": "SEGMENT_A",
  "pinAddress": {
    "address1": "<string>",
    "address2": "<string>",
    "address3": "<string>",
    "address4": "<string>",
    "city": "<string>",
    "country": "FIN",
    "region": "<string>",
    "zipCode": "<string>"
  },
  "pinDeliveryType": "CUSTOM_1",
  "pinStatus": "D"
}'
{
  "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.