Updates an existing cost code by its id.

After the result of this operation, the server entity will match exactly what is sent here. (i.e., excluded fields will be interpreted as "not needed" and deleted from the server)

For help with authorization, please visit https://developer.hcssapps.com/getting-started/request-tokens

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The cost code guid.

Body Params

The cost code.

Cost Code object with it's associated accounting fields.

string
required

Gets the cost code code. This is a required field.

string
required

Gets the business unit. This is a required field.

string
required

Gets job code. This is a required field.

uuid | null

The Id of the cost code.

double | null

The quantity.

string | null

The cost code description.

string | null

The unit of measure.

double | null

The labor hours.

double | null

The equipment hours.

double | null

The labor cost.

double | null

The equipment cost.

double | null

The material cost.

double | null

The subcontract cost.

double | null

The supply cost.

tags
array of objects | null

The cost code tags.

tags
string | null

The cost code status. Items Enum: "A" for Active, "C" for Completed, "I" for Inactive

string | null

The accounting code.

string | null

"Category" accounting field.

string | null

"CPM Code" accounting field.

string | null

"GL Acct" accounting field.

string | null

"Sub-Job" accounting field.

string | null

"WBS Code" accounting field.

string | null

The cost code note.

string | null

The estimate resources.

string | null

The historical activity code.

string | null

The historical bid item.

string | null

The HeavyBid estimate code.

boolean | null

The flag indicating whether the cost code is a time-and-material item.

string | null

The work type.

string | null

The pay item number.

double | null

Any costs contributed by this cost code are multiplied by
this factor before being applied to its parent pay item.

boolean | null

Whether this cost code contributes to the cost of its parent
pay item.

string | null

The accounting template name.

boolean | null

The flag indicating whether to set the cost code to cap expected.

boolean | null

The flag indicating whether cost code is hidden from mobile.

Responses
200

Success

Language
Credentials
OAuth2
Missing 4 required scopes
LoadingLoading…
Response
Click Try It! to start a request and see the response here!