merit_update_customer
Update customer information in Merit Aktiva by sending the customer GUID and patching any optional fields like name, email, or address.
Instructions
Update a Merit Aktiva customer (POST /api/v1/updatecustomer). id is required; other fields are optional patches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Customer GUID (required) | |
| city | No | ||
| name | No | ||
| No | |||
| regNo | No | ||
| address | No | ||
| contact | No | ||
| phoneNo | No | ||
| vatRegNo | No | ||
| postalCode | No | ||
| countryCode | No | ||
| notTDCustomer | No | ||
| paymentDeadLine | No |