Skip to content

Enum WSB_APIEnvironmentScope

Specifies the environments in which the configured API should be used. This enum is available to directly account for administrators copying Business Central environments.

Properties

Name Value
Access Public
Extensible False

Values

Ordinal Name Description
0 ProductionEnvironmentsOnly The API should only be used for Production environments.
1 ProductionAndSandboxEnvironments The API should be used for both Production and Sandbox environments.
2 SandboxEnvironmentsOnly The API should only be used for Sandbox environments.