---
title: "Add a Seller"
method: POST
path: "/add/SL"
tags: ["Sellers"]
---

# Add a Seller

`POST /add/SL`

Adds a seller into the Sellers Master Data table.

## Request body

- object
  - `data` object
    - `sellerId` string, required — A unique ID of the seller.
    - `name` string, required — A full name of the seller, which is usually printed on documents.
    - `reportsTo` string
    - `userGroupEdit` string, nullable
    - `userGroupViewDetails` string, nullable
  - `operation` string, required

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `data` object[] — The Seller object. The type code is SL.
      - `typedId` string
      - `lastUpdateDate` string, date-time
      - `sellerId` string — A unique ID of the seller.
      - `userGroupViewDetails` string, nullable
      - `lastUpdateBy` integer
      - `userGroupEdit` string, nullable
      - `createDate` string, date-time
      - `version` integer
      - `createdBy` integer
      - `name` string — A full name of the seller, which is usually printed on documents.
      - `reportsTo` string, nullable
      - `attribute19` string, nullable
      - `attribute18` string, nullable
      - `attribute17` string, nullable
      - `attribute16` string, nullable
      - `attribute15` string, nullable
      - `attribute25` string, nullable
      - `attribute24` string, nullable
      - `attribute23` string, nullable
      - `attribute22` string, nullable
      - `attribute21` string, nullable
      - `attribute20` string, nullable
      - `attribute29` string, nullable
      - `attribute28` string, nullable
      - `attribute27` string, nullable
      - `attribute26` string, nullable
      - `attribute9` string, nullable
      - `attribute8` string, nullable
      - `attribute5` string, nullable
      - `attribute4` string, nullable
      - `attribute7` string, nullable
      - `attribute6` string, nullable
      - `attribute1` string, nullable
      - `attribute14` string, nullable
      - `attribute13` string, nullable
      - `attribute3` string, nullable
      - `attribute12` string, nullable
      - `attribute2` string, nullable
      - `attribute11` string, nullable
      - `attribute10` string, nullable
      - `attribute30` string, nullable
    - `status` integer

---

[API](https://skmtc.net/pricefx/apis/the-pricefx-backend-api.md) · [All operations](https://skmtc.net/pricefx/apis/the-pricefx-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pricefx/the-pricefx-backend-api/versions/0850b5d6be73/schema)
