Skip to main content
PATCH
/
projects
/
{id}
Update a project
curl --request PATCH \
  --url https://api.arcuserp.com/v1/projects/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "code": "<string>",
  "description": "<string>",
  "is_active": true
}
'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "entity_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "code": "<string>",
  "description": "<string>",
  "is_active": true,
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.arcuserp.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key issued per entity via Settings > Developers > API Keys. Each key carries scopes (e.g. orders:read, products:write). Bearer token format: Authorization: Bearer ark_live_ent_Test keys use ark_test_ent_. Both are issued per entity
via Settings > Developers > API Keys.

Path Parameters

id
string<uuid>
required

Body

application/json
name
string
code
string | null
description
string | null
is_active
boolean

Response

Updated project

A dimensional master record (department, class, or project) that can be tagged on journal entry lines for segment reporting. Dimensional data does NOT affect GL balance; it is metadata only. Scope: dimensions:read / dimensions:write.

id
string<uuid>
read-only
entity_id
string<uuid>
read-only
name
string
code
string | null

Short alphanumeric code for display/import.

description
string | null
is_active
boolean
default:true
created_at
string<date-time>
read-only
updated_at
string<date-time>
read-only