---
title: "Add/Update Customer Notes"
method: POST
path: "/customer/notes"
---

# Add/Update Customer Notes

`POST /customer/notes`

This API allows you to capture additional information about the customer.

## Request body

- object
  - `RAW_BODY` string, json

## Response `200`

200

- object
  - `response` object
    - `status` object
      - `success` string
      - `code` string
      - `message` string
    - `customer` object
      - `user_id` string
      - `firstname` string
      - `lastname` string
      - `mobile` string
      - `email` string
      - `external_id` string
      - `notes` object
        - `note` object
          - `id` string
          - `date` string
          - `description` string
      - `item_status` object
        - `success` boolean
        - `code` integer
        - `message` string
        - `warnings` object
          - `warning` unknown[]
            - unknown

## Other responses

- `400` — 400

---

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