PATCH
/
v4
/
FLEET
/
{id}
curl --request PATCH \
  --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/account/v4/FLEET/{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"
  },
  "parentId": 9876543210,
  "status": "ACCOUNT_BLOCKED",
  "additionalInvoiceDaysOfMonth": 5,
  "creditLimit": 10000,
  "eInvoice": {
    "address": "FI7165429021331431",
    "operator": "NDEAFIHH",
    "paymentInstruction": "AA"
  },
  "externalCustomerReference": "Example customer ref",
  "invoiceDeliveryMethod": "REGULAR_MAIL",
  "invoiceDayOfMonth": 21,
  "minimumToPay": {
    "amount": 123,
    "percentage": 50
  },
  "paymentTerms": 10,
  "invoicePaymentMethod": "DIRECT_DEBIT",
  "accountsCardStatuses": "OK",
  "accountCardBlocks": {
    "softblock": true,
    "hardblock": true
  }
}'
{
  "description": "<string>",
  "id": "<string>"
}

Path Parameters

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.