---
title: "POST /billing-customer"
method: POST
path: "/billing-customer"
tags: ["BillingCustomerController"]
---

# POST /billing-customer

`POST /billing-customer`

| Permissions |
| ------- |
| 5321   |

## Headers

- `tenantId` string

## Request body

- NewCustomer — (tsType: Omit<CustomerDto, 'id'>, schemaOptions: { title: 'NewCustomer', exclude: [ 'id' ] })
  - `firstName` string
  - `lastName` string
  - `email` string
  - `company` string
  - `phone` string
  - `billingAddress` AddressDto
    - `firstName` string
    - `lastName` string
    - `email` string, required
    - `company` string
    - `phone` string
    - `city` string, required
    - `state` string, required
    - `zip` string, required
    - `country` string, required
    - `options` object
  - `options` object

## Response `200`

BillingCustomer model instance

- NewBillingCustomer — (tsType: CustomerDto, schemaOptions: { title: 'NewBillingCustomer' })
  - `id` string
  - `firstName` string
  - `lastName` string
  - `email` string
  - `company` string
  - `phone` string
  - `billingAddress` AddressDto
    - `firstName` string
    - `lastName` string
    - `email` string, required
    - `company` string
    - `phone` string
    - `city` string, required
    - `state` string, required
    - `zip` string, required
    - `country` string, required
    - `options` object
  - `options` object

---

[API](https://skmtc.dev/sourcefuse/apis/subscription-service.md) · [All operations](https://skmtc.dev/sourcefuse/apis/subscription-service/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sourcefuse/subscription-service/revisions/8be17bf3acc3/schema)
