Skip to main content
PATCH
Update a per diem code

Authorizations

X-API-Key
string
header
required

Organization-scoped API key. Create one in the BuildingSwell app under Organization settings, API keys.

Path Parameters

id
string<uuid>
required

Record id.

Body

application/json

Every field is optional. Only the fields you send are changed.

code
string

The code value itself. Renaming it does not rewrite the records that already carry the old value.

Minimum string length: 1
description
string | null

What the code is for. Trimmed on write.

isActive
boolean

Whether the code is still offered for new work.

Response

The updated per diem code.

value
object
required

One entry in a code list. Cost, union, and per diem codes are three separate lists that share this shape and behave identically.