System Options Service

Back

Overview

System Options represent configurable settings that affect system behavior.

They provide a consistent reference for:

System options are tenant-scoped and are referenced by multiple modules.

All operations are tenant-aware and scoped to the current tenant.


Endpoints

Back to Reference

GET

/api/v1/SystemOptions

Returns all system options for the current tenant.

Behavior:

Authorization:


GET

/api/v1/SystemOptions/{id}

Returns a single system option by its numeric identifier.

Behavior:

Authorization:


POST

/api/v1/SystemOptions

Creates a new system option.

Request body:

Behavior:

Errors:

Authorization:


PUT

/api/v1/SystemOptions/{id}

Updates an existing system option.

Request body:

Behavior:

Errors:

Authorization:


DELETE

/api/v1/SystemOptions/{id}

Deletes a system option by its ID.

Behavior:

Errors:

Authorization:


Notes