Prices

Rate card line items with billing configuration. Each price belongs to a rate card and defines a service type, billing type (hourly, fixed, etc.), unit, rate, and optional tracking defaults. Supports discounts, markups, budget caps, and custom fields.

Attributes

billing_type_id integer
Response Request Parameter `filter` Parameter `sort` Enum

Billing type for services using this price: hourly, daily, fixed-fee, etc.

Enum Values (4 values)

  • 1
    Fixed
  • 2
    Actuals
  • 3
    None
  • 4
    Percentage
booking_tracking_enabled boolean
Response Request Parameter `filter` Parameter `sort`

When true, resource bookings can be tracked against this price entry.

budget_cap_enabled boolean
Response Request

When true, the price entry has a budget cap configured for spending limits.

company company
Response

The client company associated with this price entry.

company_id integer
Request Parameter `filter`

ID of the client company associated with this price entry.

currency string
Response Request

Currency code for this price (e.g. USD, EUR).

currency_default object
Response

Price in the organization's default currency.

currency_normalized object
Response

Currency-normalized price for reporting purposes.

custom_field_attachments array of attachment
Response

File attachments linked to custom fields on this price entry.

custom_field_people array of person
Response

People referenced by custom field values on this price entry.

custom_fields object
Response Request Parameter `filter` Parameter `sort`

Custom field values for this price entry.

discount number
Response Request Parameter `sort`

The discount percentage applied to the rate of this price entry.

editor_config object
Response Request

Configuration for the rich-text editor associated with this price entry.

estimated_cost number
Response Request Parameter `sort`

The estimated cost of this price entry in the entry's currency, in whole currency units.

estimated_cost_default object
Response

The estimated cost converted to the organization's default currency, in whole currency units.

estimated_cost_normalized object
Response

The estimated cost converted to the organization's normalized currency, in whole currency units.

estimated_hours number
Response Request

The estimated number of hours for this price entry.

expense_tracking_enabled boolean
Response Request Parameter `filter` Parameter `sort`

When true, expenses can be tracked against this price entry.

id integer
Parameter `filter`

The unique identifier of this price.

markup number
Response Request Parameter `sort`

The markup percentage added on top of the cost for this price entry.

name string
Response Request Parameter `sort`

Display name for this rate card line item (typically the service type name).

organization organization
Response

The organization this price entry belongs to.

quantity number
Response Request Parameter `sort`

The quantity of units for this price entry.

rate number
Response Request Parameter `sort`

Billing rate in the rate card's currency.

rate_card rate card
Response

The rate card this price entry belongs to, if any.

rate_card_id integer
Request Parameter `filter`

ID of the rate card this price entry belongs to, if any.

rate_card_status integer
Parameter `filter` Enum

The status of the rate card associated with this price entry (active or archived).

Enum Values (2 values)

  • 1
  • 2
rate_default object
Response

Rate in the organization's default currency.

rate_normalized object
Response

Rate normalized to a common currency for cross-company comparison.

service_type service type
Response Parameter `sort`

The service type associated with this price entry.

service_type_id integer
Request Parameter `filter`

ID of the service type associated with this price entry.

time_tracking_enabled boolean
Response Request Parameter `filter` Parameter `sort`

When true, time entries can be tracked against this price entry.

unit_id integer
Response Request Parameter `filter` Parameter `sort` Enum

ID of the unit used for this price entry (e.g. hours, days).

Enum Values (3 values)

  • 1
    Hour
  • 2
    Piece
  • 3
    Day
updated_at string
Response

Timestamp when this price entry was last updated.

updater person
Response

The person who last updated this price entry.