PATCH
/
v4
/
{multiCurr}
/
{id}
curl --request PATCH \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/account/v4/{multiCurr}/{id} \
  --header 'Content-Type: application/json' \
  --data '{
  "address": {
    "address1": "<string>",
    "address2": "<string>",
    "address3": "<string>",
    "address4": "<string>",
    "city": "<string>",
    "country": "FIN",
    "region": "<string>",
    "zipCode": "<string>"
  },
  "additionalValues": [
    {
      "key": "<string>",
      "value": "<string>"
    }
  ],
  "customerId": 55667788990,
  "name": "My example account name",
  "number": 123456789,
  "reason": "<string>",
  "segment": "SEGMENT_A",
  "closureReason": "CLOSED1",
  "usageLimits": [
    {
      "code": "24H",
      "values": [
        {
          "code": "ATM",
          "reset": true,
          "singleAmount": 1000,
          "count": 5,
          "sumAmount": 1200
        }
      ]
    }
  ],
  "paymentReference": {
    "number": 1234567897,
    "type": "MOD10"
  },
  "status": "ACCOUNT_BLOCKED",
  "creditLimit": 10000,
  "externalBalanceCheck": true,
  "interestPostingEnabled": true,
  "underInvestigation": true,
  "subAccountTemplates": [
    "MULTICURR_A_EUR"
  ]
}'
{
  "description": "<string>",
  "id": "<string>"
}

Path Parameters

multiCurr
enum<string>
required

Specific multicurrency template

Available options:
MULTICURR_DKK_DK,
MULTICURR_EUR_AT,
MULTICURR_EUR_DE,
MULTICURR_EUR_ES,
MULTICURR_EUR_FI,
MULTICURR_EUR_FR,
MULTICURR_EUR_IE,
MULTICURR_EUR_IT,
MULTICURR_GBP_GB,
MULTICURR_SEK_SE,
MULTICURR_EUR_NL,
MULTICURR_EUR_LU,
MULTICURR_EUR_BE,
MULTICURR_NOK_NO,
MULTICURR_EUR_PT,
MULTICURR_EUR_EE,
MULTICURR_EUR_LV,
MULTICURR_EUR_LT,
MULTICURR_EUR_MT,
MULTICURR_PLN_PL
id
string
required

The account id for given account

Query Parameters

auditUser
string
required

The audit user to log the request

Body

application/json

The fields that you want to apply to your newly cr, these values will override the predefined template values

Updating set values

Response

200
application/json

Successful update of the account

The response is of type object.