Get Place Inventory Settings
GET/api/inventorysettings/getplaceinventorysettings/:placeId
Tier: Internal — subject to change without notice.
Returns the place-level stocktake settings for a single place.
Request
Responses
- 200
- 401
- 403
The place-level InventoryDtos.InventorySettingsDto. Never 404/400-not-found: an
unconfigured place returns a default-valued dto with OrganisationId and
PlaceId set. This returns the place row only — it does not apply the
org-level fallback that the resolve engine uses when
OverrideGlobalSettings is false; clients wanting the effective settings
must fetch both this and InventorySettingsController.GetOrganisationInventorySettings.
Caller is not authenticated.
Caller does not have Read permission on any of the Administration, Management, or Place modules.