Skip to main content
PUT
Update Client Budget

Authorizations

X-Api-Key
string
header
required

Path Parameters

client_id
number
required

Client ID

Example:

107

Body

application/json
type
enum<string>
required

Budget Type

Available options:
money,
time,
costs
Example:

"money"

budget
number
required

Budget value in cents (for money) or seconds (for time)

Example:

100000

period
enum<string>
required

Budget periodicity (overall, monthly, weekly, daily)

Available options:
general,
monthly,
weekly,
daily,
quarterly,
yearly
Example:

"general"

appliedFrom
string | null

Start budget from (available only for non-recurrent budgets)

disallowOverbudget
boolean
excludeUnbillableTime
boolean
excludeExpenses
boolean
threshold
number

Email admins when threshold reached. Threshold is percentage 1 - 100.

Response

OK

id
number
required
Example:

4567

name
string
required
Example:

"Client Name"

projects
string[]
required

List of projects ID

Example:
businessDetails
string | null
budget
object