Master Data Business Entities | Setting
Service to manage generic business settings.
Overview
URL | api/{tenantKey}/{orgKey}/businessCore/settings |
Methods Supported | GET, POST |
All Operations
This service includes the following operations:
- GET:
- POST:
All Resources
This service uses the following resources:
GET Get By Key
Returns the setting that matches the specified key.
The following elements are required:
settingKey | (string) Defines the key of the setting to be returned. |
Response:
When successful, the response body contains a string. |
Resource URL:
api/{tenantKey}/{orgKey}/businessCore/settings/getByKey/{settingKey}
GET /businessCore/settings/getByKey/{settingKey}
POST Set By Key
Instructs the 'Settings' service to set the value for the specified key.
The following elements are required:
settingKey | (string) Defines the key of the setting to be saved. |
value | (Setting) Defines the setting's value. |
Response:
When successful, the response body is empty. |
Resource URL:
api/{tenantKey}/{orgKey}/businessCore/settings/setByKey/{settingKey}
POST /businessCore/settings/setByKey/{settingKey}