Update package feature data
The id of the package
The id of the feature
The brand URL of the request. This is used to identify the brand.
YOUR_BRAND_URLAuth-Key is required to authenticate the request. If missing, the server will return 401 Unauthorized.
YOUR_AUTH_KEYProvides the feature types. See link: https://docs.jframework.io/lap-trinh/thiet-ke-database/phan-loai-theo-logic/logic-tables/package-and-feature-and-price/1-feature/hang-so
The title of the feature. This title is used to display the feature in the UI.
The value of the feature follow by package.
Flag to indicate if the feature is unlimited. Default is false.
Defines the available reset policies for quotas. A reset policy determines how often a quota is replenished (e.g., daily, monthly, yearly).
Supported values:
- Lifetime - Quota never resets, applies once per lifetime.
- Daily - Quota resets every day.
- Weekly - Quota resets every week.
- Monthly - Quota resets every month.
- Yearly - Quota resets every year.
- Custom - Admin-defined reset interval (e.g., every 45 days).
Optional number of days to use when Jfw.Api.Models.Dtos.BasePackageFeatureCommandRequestDto.ResetPolicy is set to Jfw.Core.EntityClasses.QuotaResetPolicy.Custom.
The request was successful.
This provides interfaces for API responses with data.
This is the flag to indicate whether the API call is successful or not.
This is the HTTP status code. This is used to determine the status code to be returned to the client.
This is the message to be displayed to the user.
This is the data to be returned to the client.
The user is not authorized to access the requested resource. The request is missing the required Auth-Key header.
The user's access was denied.
Last updated