---
title: "POST clients"
method: POST
path: "/clients"
tags: ["Clients"]
---

# POST clients

`POST /clients`

Create new client under that account

## Request body

- CreateClientRequest
  - `email` string, email
  - `name` string
  - `phone` string
  - `website` string, uri
  - `account_no` string
  - `reg_no` string
  - `vat_no` string
  - `logo` integer — id of logo image created by images endpoint
  - `image` integer — id of image created by images endpoint
  - `opening_hours` integer[]
  - `description` string
  - `client_type_uid` integer — uid of client type returned from "categories" endpoint
  - `time_zone` integer — time zone id returned from "time-zones" endpoint
  - `custom_receipt_text` string
  - `utm_tags` object
  - `enable_menu_continue_prices` 0 | 1 — allow menu to continue use product price inside menu
  - `use_cheaper_menu` 0 | 1
  - `inventory_branch` integer — branch id that manage client inventory
  - `address` object
    - `street_name` string
    - `zip_code` number
    - `city_name` string
    - `country` string — iso code of country
    - `cc_name` string
    - `name` string
    - `building` string
    - `floor` string
    - `number` string
  - `account` object — update account data
    - `first_name` string
    - `last_name` string
    - `mobile` string
    - `email` string, email

## Response `200`

OK

- EClient
  - `uid` integer
  - `crdate` integer
  - `tstamp` integer
  - `crdate_formatted` string
  - `tstamp_formatted` string
  - `name` string
  - `email` string
  - `url_name` string
  - `description` string
  - `phone` string
  - `website` string
  - `account_no` string
  - `reg_no` string
  - `webshop` integer
  - `vat_no` string
  - `opening_hours` string
  - `tags` string
  - `show_image` integer
  - `branch_count` integer
  - `language` string
  - `locale_format` string
  - `infrasec_id` string
  - `locale` string
  - `currency` integer
  - `pin_required` integer
  - `number_of_courses` integer
  - `image_uid` integer
  - `image` integer
  - `logo` integer
  - `address` integer
  - `time_zone` integer
  - `custom_receipt_text` string
  - `enable_inventory` integer
  - `enable_gift` integer
  - `enable_customer_loyalty` integer
  - `min_gift_amount` integer
  - `has_extend_integration` boolean
  - `mult_barcode_per_prod` boolean
  - `invoice_payment_enabled` boolean
  - `is_norwigan_client` boolean
  - `enable_receipt_settings` integer
  - `order_takeaway_ability` integer
  - `order_takeaway_autoPrint` integer
  - `partner_id` integer
  - `show_final_price` integer
  - `has_accounting_integration` boolean
  - `image0` Image
    - `uid` integer
    - `crdate` integer
    - `tstamp` integer
    - `crdate_formatted` string
    - `tstamp_formatted` string
    - `path` string
    - `image_original` string
    - `image_large` string
    - `image_medium` string
    - `image_small` string
  - `taxes` Tax[]
    - `uid` integer
    - `crdate` integer
    - `tstamp` integer
    - `crdate_formatted` string
    - `tstamp_formatted` string
    - `name` string
    - `enabled` integer
    - `percentage` integer
    - `client` integer
    - `standard_tax_codes` integer
    - `code` string
  - `address0` Address
    - `uid` integer
    - `crdate` integer
    - `tstamp` integer
    - `crdate_formatted` string
    - `tstamp_formatted` string
    - `street_name` string
    - `map_lat` number
    - `map_long` number
    - `country` integer
    - `zip_code` string
    - `note` string
    - `city_name` string
    - `cc_name` string
    - `name` string
  - `billing_address0` Address
    - `uid` integer
    - `crdate` integer
    - `tstamp` integer
    - `crdate_formatted` string
    - `tstamp_formatted` string
    - `street_name` string
    - `map_lat` number
    - `map_long` number
    - `country` integer
    - `zip_code` string
    - `note` string
    - `city_name` string
    - `cc_name` string
    - `name` string
  - `logo0` Image
    - `uid` integer
    - `crdate` integer
    - `tstamp` integer
    - `crdate_formatted` string
    - `tstamp_formatted` string
    - `path` string
    - `image_original` string
    - `image_large` string
    - `image_medium` string
    - `image_small` string
  - `zone0` Zone
    - `uid` integer
    - `crdate` integer
    - `tstamp` integer
    - `crdate_formatted` string
    - `tstamp_formatted` string
    - `country_code` string
    - `zone_name` string
  - `branches` Branch
    - `uid` integer
    - `crdate` integer
    - `tstamp` integer
    - `crdate_formatted` string
    - `tstamp_formatted` string
    - `name` string
    - `branch_pin` string
    - `cash_count` integer
    - `client` integer
    - `address` integer
    - `phone` string
    - `email` string
    - `website` string
    - `time_zone` integer
    - `custom_receipt_text` string
    - `save_receipt_settings_in_all_stores` integer
    - `save_digital_receipt_settings_in_all_stores` integer
    - `save_invoice_settings_in_all_stores` integer
    - `work_offline` integer

---

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