Set Place Required Item
POST/api/places/setplacerequireditem
Tier: Public — stable, supported for third-party integration.
Creates or updates the min/max/current-count/allowed-variance required-item row for a place-SKU pair, keyed on (PlaceId, SkuId).
Request
Responses
- 200
- 400
- 401
- 403
The upserted row. See Places.PlaceSkuRequiredItemDto.
MinCount/MaxCount negative (MissingRequiredField); MinCount is not strictly less than MaxCount — equal values are rejected (InvalidOperation, field MinCount); or AllowedVariance outside 0–100 (InvalidOperation, field AllowedVariance).
Caller is not authenticated.
Caller does not have Create permission on the Place module.