---
title: "Add List"
method: POST
path: "/business/v2/dictionaries"
tags: ["Lists"]
---

# Add List

`POST /business/v2/dictionaries`

Endpoint to add a new `List`.

## Response `200`

The returned resource is a single `List`.

- TagDictionary
  - `id` string — The ID of the `List`.
  - `dictionary` string — The name of the `List`.
  - `visible` boolean — It determines whether the `List` is active.
  - `creation_time` string — The date and time when the `List` was created.
  - `last_update` string — The date and time when the `List` was last updated.
  - `roles` string[] — The list of `Roles` that can view the items in the transaction details.(sortable: no).
  - `users` string[] — The list of `Users` that can view the items in the transaction details. (sortable: no).
  - `is_unique_select_tag` boolean — It determines whether multiple tags of the `List` can be selected.

## Other responses

- `400` — Your request has missing arguments or is malformed.
- `404` — One or more resource requested does not exist.

---

[API](https://skmtc.net/soldo/apis/soldo-business-api-v2-0.md) · [All operations](https://skmtc.net/soldo/apis/soldo-business-api-v2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/soldo/soldo-business-api-v2-0/revisions/7be21448a2b3/schema)
