---
title: "Operation for POST /v1.1/customer/add"
method: POST
path: "/v1.1/customer/add"
---

# Operation for POST /v1.1/customer/add

`POST /v1.1/customer/add`

Endpoint for POST /v1.1/customer/add

## Query parameters

- `format` string

## Headers

- `Authorization` string

## Response `200`

Successful operation (default from cURL)

- object
  - `response` object
    - `status` object
      - `success` string
      - `code` integer
      - `message` string
      - `total` string
      - `success_count` string
    - `customers` object
      - `customer` object[]
        - `user_id` integer
        - `firstname` string
        - `lastname` string
        - `mobile` string
        - `email` string
        - `external_id` string, nullable
        - `lifetime_points` integer
        - `loyalty_points` integer
        - `current_slab` string, nullable
        - `tier_expiry_date` string, nullable
        - `points_summaries` object
          - `points_summary` string[]
        - `lifetime_purchases` integer
        - `registered_on` string
        - `updated_on` string
        - `type` string
        - `source` string
        - `fraud_status` string
        - `reason` string
        - `custom_fields` object
          - `field` object[]
            - `name` string
            - `value` string
        - `extended_fields` object
          - `field` object[]
            - `name` string
            - `value` string
        - `subscriptions` object
          - `subscription` string[]
        - `side_effects` object
          - `effect` string[]
        - `item_status` object
          - `success` string
          - `code` string
          - `message` string
          - `warnings` object
            - `warning` string[]

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[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)
