Update Unit Of Measure
update_unit_of_measureUpdate an existing unit of measure's name and category by providing company ID, unit ID, new name, and category ID.
Instructions
Update Unit of Measure (UOM) attributes. Use this to update an existing Units of Measure records (only the supplied fields are changed). Updates the specified Units of Measure records and returns the modified object on success. Required parameters: company_id, id, name, uom_category_id. Procore API: Construction Financials > Units of Measure. Endpoint: PATCH /rest/v1.0/companies/{company_id}/uoms/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — unique identifier of the Units of Measure resource | |
| name | Yes | JSON request body field — name of the Unit of Measure | |
| uom_category_id | Yes | JSON request body field — iD of the Unit of Measure Category |