---
title: "Update Customer"
method: PUT
path: "/customers/{customer_uid}"
---

# Update Customer

`PUT /customers/{customer_uid}`

## Path parameters

- `customer_uid` string, required

## Request body

- object
  - `customer` object
    - `customer_first_name` string, required
    - `customer_last_name` string
    - `customer_category` string
    - `customer_organization` string
    - `pricelist` string
    - `customer_company_name` string
    - `customer_email` string
    - `customer_contact_no` object
      - `mobile` string
      - `home` string
      - `work` string
    - `customer_description` string
    - `customer_tags` string[]
    - `customer_address` object
      - `city` string
      - `state` string
      - `street` string
      - `country` string
      - `landmark` string
      - `zip_code` string
      - `geo_cordinates` number[]
      - `first_name` string
      - `last_name` string
      - `phone_number` string — Customer phone number
      - `email` string — Customer email
      - `label` string — Label
    - `customer_billing_address` object
      - `landmark` string
      - `city` string
      - `street` string
      - `country` string
      - `zip_code` string
      - `geo_cordinates` string[]
      - `first_name` string
      - `last_name` string
      - `phone_number` string
      - `email` string
      - `state` string
    - `customer_all_addresses` object[]
      - `label` string
      - `first_name` string
      - `last_name` string
      - `phone_number` string
      - `email` string
      - `city` string
      - `state` string
      - `street` string
      - `country` string
      - `landmark` string
      - `zip_code` string
      - `geo_cordinates` number[]
      - `is_primary` boolean, required
    - `custom_fields` object[]
      - `label` string, required
      - `value` string, required
      - `type` string, required
      - `ref_uid` string
      - `module_name` 'JOB' | 'CUSTOMER' | 'EMPLOYEE' | 'ESTIMATE' | 'INVOICE' | 'PRODUCT' | 'PURCHASE_ORDER' | 'SERVICE_CONTRACT' | 'ASSET' | 'PROPERTY' | 'ORGANIZATION' | 'TEAM' | 'REQUEST' | 'PROJECT'
      - `hide_to_fe` boolean
      - `hide_field` boolean
      - `read_only` boolean
      - `group_name` string
      - `group_uid` string
    - `has_sla` boolean
    - `sla_duration` object
      - `days` integer
      - `hours` integer
      - `minutes` integer
    - `account_manager` string
    - `accounts` object
      - `ltv` integer
      - `receivables` integer
      - `credits` integer
      - `billing_frequency` string
      - `payment_term` string
      - `tax_group` string
      - `tax` object
    - `portal_permissions` object
      - `can_access_organization_records` boolean
      - `can_create_property` boolean
      - `can_create_asset` boolean
    - `tax` object
      - `tax_exempt` boolean
      - `tax_exempt_remarks` string
      - `tax_exempt_number` string
      - `customer_code` string
      - `entity_use_code` string
      - `tax_provider` 'AVALARA'
    - `do_not_service` boolean
    - `additional_emails` string[]

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zuper/apis/zuper-pro-api.md) · [All operations](https://skmtc.net/zuper/apis/zuper-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuper/zuper-pro-api/revisions/c7b8028a05de/schema)
