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

# Point Definitions

A point definition is a configurable template, containing core information used when assigning points. To add a points to a profile, you first need to specify the definition of the points you are assigning.
For example, you may have a "Customer Service Manual" reward definition.
When attributing points to a profile, you can specify your desired definition at the time of redemption.

## Point definition properties

| Attributes                                   | Description                                                                       |
| -------------------------------------------- | --------------------------------------------------------------------------------- |
| id `INTEGER`                                 | A unique Omneo ID for the definition                                              |
| name `STRING`                                | The display name for the definition                                               |
| handle `STRING`                              | A unique handle for the definition                                                |
| description `STRING`                         | An internal description for the definition                                        |
| notes `STRING`                               | Internal notes attached to the definition                                         |
| is\_reassignable `BOOLEAN`                   | Denotes whether this benefit can be reassigned once already assigned to a profile |
| tags `ARRAY`                                 | An array of tags attached to the definition                                       |
| created\_at `STRING` `DATE-TIME` `READ-ONLY` | The UTC date & time the definition was created in ISO 8601 format.                |
| updated\_at `STRING` `DATE-TIME` `READ-ONLY` | The UTC date & time the definition was last updated in ISO 8601 format.           |
