---
title: "Add Resource Set"
method: POST
path: "/business/v2/resource-sets"
tags: ["Resource Sets"]
---

# Add Resource Set

`POST /business/v2/resource-sets`

Endpoint to add a new `ResourceSet`.

## Headers

- `X-Soldo-Fingerprint` string, required — [Advanced authentication](ref:advanced-authentication): `SHA512SUM` of the fingerprint values listed in the fingerprint order for this endpoint.
- `X-Soldo-Fingerprint-Signature` string, required — [Advanced authentication](ref:advanced-authentication): Signature of the `X-Soldo-Fingerprint`.

## Request body

- CreateResourceSet — Create `ResourceSet` JSON parameters.
  - `name` string, required — The name of the `ResourceSet`.
  - `description` string — The description of the `ResourceSet`.
  - `configuration` Configuration[], required — The configuration of the `ResourceSet`.
    - `resource_type` 'MAIN_WALLET' | 'COMPANY_WALLET' | 'USER' | 'COMPANY_CARD' | 'GROUP'
    - `scope` 'SELF' | 'LIST' | 'ALL' | 'NONE'
    - `resource_ids` string[] — The list of resource IDs belonging to the scope, only in case of scope of type `LIST`.

## Response `200`

The returned resource is a single `ResourceSet`.

- ResourceSet
  - `id` string — The `ResourceSet` ID.
  - `name` string — The name of the `ResourceSet`.
  - `description` string — The description of the `ResourceSet`.
  - `configuration` Configuration[] — The configuration of the `ResourceSet`.
    - `resource_type` 'MAIN_WALLET' | 'COMPANY_WALLET' | 'USER' | 'COMPANY_CARD' | 'GROUP'
    - `scope` 'SELF' | 'LIST' | 'ALL' | 'NONE'
    - `resource_ids` string[] — The list of resource IDs belonging to the scope, only in case of scope of type `LIST`.
  - `creation_time` string — The date and time when the `ResourceSet` was created.
  - `last_update_time` string — The date and time when the `ResourceSet` was last updated.

## Other responses

- `400` — Your request has missing arguments or is malformed.

---

[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)
