---
title: "POST /api/Customer/insert"
method: POST
path: "/api/Customer/insert"
tags: ["Customers"]
---

# POST /api/Customer/insert

`POST /api/Customer/insert`

## Request body

- CustomerComposite
  - `customers` CustomerInsert[], nullable
    - `vendor_Id` integer
    - `name` string, nullable
    - `ref_Number` string, nullable
    - `mobile` string, nullable
    - `email` string, nullable
    - `bank_Id` integer
    - `account_Holder_Name` string, nullable
    - `account_Number` string, nullable
    - `iban` string, nullable
    - `other` string, nullable

## Response `200`

Success

---

[API](https://skmtc.dev/sadadpay/apis/sadad-api.md) · [All operations](https://skmtc.dev/sadadpay/apis/sadad-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sadadpay/sadad-api/revisions/a4b585b2f583/schema)
