> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dentolize.com/llms.txt
> Use this file to discover all available pages before exploring further.

# New Procedure

> Fields sent when a procedure is created.

| Field         | Type   | Details                          |
| ------------- | ------ | -------------------------------- |
| id            | string | Procedure identifier.            |
| name          | string | Procedure name.                  |
| code          | string | Procedure code.                  |
| service\_type | string | Always `service`.                |
| price         | number | Default price for the procedure. |

```json theme={null}
{
  "id": "proc_11",
  "name": "Scaling",
  "code": "SC-01",
  "service_type": "service",
  "price": 85
}
```
