RateCardItem

A rate card item [RateCardItem] is an hourly billing rate associated with a job code.

Review the Usage Guidelines for the RateCardItem object.

XML

SOAP

REST

Database table

Object

RateCardItem

oaRateCardItem

rate_card_item

Supported Commands

Add, Read, Modify

add(), read(), modify(), upsert()

The RateCardItem object has the following properties:

XML / SOAP

Database

Description

created

created

[Read-only] Time the record was created. See Date Fields.

currency

currency

Currency for the money fields in the record.

current

current

A 1/0 field indicating if the record is the current rate.

end

end

End date of the rate for historical records. See Date Fields.

id

id

[Read-only] Unique ID. Automatically assigned by SuiteProjects Pro.

job_code_id

job_code_id

[Required] The ID of the associated job code.

rate

rate

The hourly billing rate.

rate_card_id

rate_card_id

[Required] The ID of the rate card that it is associated with.

start

start

Start date of the rate for historical records. See Date Fields.

updated

updated

[Read-only] Time the record was last updated or modified. See Date Fields.

Usage Guidelines

The combination of job_code_id and rate_card_id must be unique.