modify_an_existing_markup
Update markup settings for construction contracts and change orders to adjust percentage, conditions, or application rules in Procore financials.
Instructions
Modify an existing Markup. [Construction Financials/Contracts] PATCH /rest/v1.0/financials/markups/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the Markup | |
| project_id | Yes | ID of the Markup's Project | |
| holder_type | Yes | Type of the Markup's Holder | |
| holder_id | Yes | ID of the Markup's Holder | |
| applies_to_all | No | Indicates if the markup applies to all change management items within the holder. | |
| compound | No | Details of the compound calculations for the markup. | |
| markup_conditions | No | Conditions that determine how the markup will be applied to change management items within the holder. | |
| markup_set | No | Set of the markup. - **Horizontal markup:** Calculates the markup amount on an individual line item. - **Vertical markup:** Calculates the markup amount as a subtotal on all line items on a change ... | |
| name | No | Name of the markup. | |
| percentage | No | Percentage value of the markup. The default precision is 50. | |
| position | No | Position of the markup in the markup set of the holder. The default is the next available position, starting at 1. | |
| prime_line_item_id | No | Unique identifier for the Prime Contract Line Item associated with the markup. This ensures synchronization between the estimated value (without vertical markup) and the revenue value (with verti... | |
| tax_code_ids | No | List of unique identifiers for tax codes associated with the markup. Applicable only when advanced calculations are enabled. | |
| wbs_code_id | No | ID of the Wbs Code the Markup percentage will be applied to on a project's budget. Default is ID of the `None` Wbs Code. |