---
title: "Creates a Value"
method: POST
path: "/api/2026-07-01/resources/custom_resources/values"
tags: ["CustomResources > Value"]
---

# Creates a Value

`POST /api/2026-07-01/resources/custom_resources/values`

Creates a Value

## Request body

- object
  - `schema_id` string, required — Identifier of the schema this value belongs to
  - `employee_id` string, required — The identifier of the employee that owns the resource value
  - `custom_resource_id` string — The identifier of the resource that owns the resource value
  - `field_id` string, required — Identifier of the field this value belongs to
  - `value` string, required — Value for schema custom field

## Response `201`

CREATED

- CustomResourcesValue
  - `id` string, required — Value identifier
  - `resource_id` string, required — The identifier of the resource that owns the resource value
  - `attachable_id` string — The id of the attached resource like an employee

---

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