Update Line Item Type
update_line_item_typeUpdate a line item type for a commitment by supplying the commitment ID, company ID, and updated line item type fields.
Instructions
Update Line Item Type. Use this to update an existing Commitments (only the supplied fields are changed). Updates the specified Commitments and returns the modified object on success. Required parameters: id, company_id, line_item_type. Procore API: Construction Financials > Commitments. Endpoint: PATCH /rest/v1.0/line_item_types/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Commitments resource | |
| company_id | Yes | JSON request body field — unique identifier for the Procore company | |
| line_item_type | Yes | JSON request body field — line Item Type object |