---
title: "Update current dealer"
method: POST
path: "/dealer"
tags: ["Administration"]
---

# Update current dealer

`POST /dealer`

Modify the settings of the current dealer.

## Request body

- object
  - `email` string — The email address.
  - `display_name` string — The display name of user.
  - `website` string — The website of user.
  - `phone` string — The mobile phone number of user.
  - `address` string — The address.
  - `description` string — The description of dealer.

## Response `200`

OK

## Other responses

- `4XX` — Error

---

[API](https://skmtc.net/portsip/apis/portsip-pbx-rest-api.md) · [All operations](https://skmtc.net/portsip/apis/portsip-pbx-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/portsip/portsip-pbx-rest-api/revisions/577415d4a3d5/schema)
