---
title: "PATCH /billing-customer/{tenantId}"
method: PATCH
path: "/billing-customer/{tenantId}"
tags: ["BillingCustomerController"]
---

# PATCH /billing-customer/{tenantId}

`PATCH /billing-customer/{tenantId}`

| Permissions |
| ------- |
| 5327   |

## Path parameters

- `tenantId` string, required

## Request body

- CustomerDtoPartial — (tsType: Partial<CustomerDto>, schemaOptions: { partial: true })
  - `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

## Response `204`

BillingCustomer PATCH success

---

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