Create Unit Of Measure
create_unit_of_measureCreate a new Unit of Measure in Procore by providing company, name, and category ID. Returns the created UOM record.
Instructions
Create a new Unit of Measure (UOM). Use this to create a new Units of Measure records in Procore. Creates a new Units of Measure records and returns the created object on success (HTTP 201). Required parameters: company_id, name, uom_category_id. Procore API: Construction Financials > Units of Measure. Endpoint: POST /rest/v1.0/companies/{company_id}/uoms
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| 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 |