---
title: "Create note, birthday, business name for a customer"
method: POST
path: "/v3/merchants/{mId}/customers/{customerId}/metadata"
tags: ["CUSTOMERS"]
---

# Create note, birthday, business name for a customer

`POST /v3/merchants/{mId}/customers/{customerId}/metadata`

Creates note, birthday, business name associated to a merchant's customer.

## Path parameters

- `mId` string, required
- `customerId` string, required

## Headers

- `User-Agent` string, required

## Request body

- object
  - `businessName` string — Name of customer's business. Note: Length of the business name cannot be more than 127 characters.
  - `note` string — Additional information about the customer. Note: Length of the note cannot be more than 2000 characters.
  - `dobYear` integer — Optional. Year of the customer’s date of birth.
  - `dobMonth` integer — Month of the customer’s date of birth.
  - `dobDay` integer — Day of the customer’s date of birth.
  - `modifiedTime` integer — Time when the customer data was last updated.
  - `customer` object — Customer for whom the metadata is saved.
    - `id` string — Unique identifier.

## Response `200`

---

[API](https://skmtc.net/clover/apis/platform-api.md) · [All operations](https://skmtc.net/clover/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clover/platform-api/versions/08da265101a3/schema)
