Field | Type | Description |
---|---|---|
id | Int | Id of the option set |
name | String | Name of the option set (translated) |
code | String? | Nullable. ID or key that you a third party can associate with an option set |
{
"id": 11,
"name": "...",
"code": "..."
}