CustomResources > Value
Creates a Value
Creates a Value
post/api/2026-07-01/resources/custom_resources/values
Request body
Example request
{
"schema_id": "1",
"employee_id": "1",
"custom_resource_id": "1",
"field_id": "2",
"value": "This is an example value for a custom field"
}Response
CREATED
Example response
{
"id": "1",
"resource_id": "1",
"attachable_id": "1"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.