create_cost_unit
Create a new cost unit for internal tracking by specifying its number, name, description, and type (P or U).
Instructions
Creates new cost unit
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | No | cost unit's internal number | |
| name | Yes | cost unit's name | |
| description | No | cost unit's description | |
| type | Yes | cost unit's type; one of: ['P','U'] |