Details
| Name | Data Type | Is Nullable |
|---|---|---|
| Id | Integer | False |
| SystemLimitTypeId | Integer | False |
| SystemLimitCategoryId | Integer | False |
| ProductId | Integer | True |
| ProductCategoryId | Integer | True |
| UseProductLimit | Boolean | False |
| UseProductCategoryLimit | Boolean | False |
|
UseDates
The limit constraint will only be applied during the specified date range |
Boolean | False |
| EffectiveDate | DateTime | True |
| ExpirationDate | DateTime | True |
| AllowOverLimit | Boolean | False |
|
UseCurrentMonth
The limit constraint will reset each month |
Boolean | False |
|
UseCurrentWeek
The limit constraint will reset each week |
Boolean | False |
| CreatedOn | DateTime | False |
| CreatedBy | Integer | False |
| ModifiedOn | DateTime | False |
| ModifiedBy | Integer | False |
| InactiveOn | DateTime | True |
| InactiveBy | Integer | True |
| IsInactive | Boolean | False |
| SystemLimitTypeId::SystemLimitType.Name | String | False |
| SystemLimitTypeId_FormattedValue | String | False |
| SystemLimitCategoryId::SystemLimitCategory.Name | String | False |
| SystemLimitCategoryId_FormattedValue | String | False |
| ProductId::Product.ReferenceCode | String | False |
| ProductId::Product.Name | String | False |
| ProductId_FormattedValue | String | False |
| ProductCategoryId::ProductCategory.Name | String | False |
| ProductCategoryId_FormattedValue | String | False |
Object:
{
Id":####,SystemLimitTypeId":####,
SystemLimitCategoryId":####,
ProductId":####,
ProductCategoryId":####,
UseProductLimit":True/False,
UseProductCategoryLimit":True/False,
UseDates":True/False,
EffectiveDate":"MM-dd-yyyy hh:mm:ss",
ExpirationDate":"MM-dd-yyyy hh:mm:ss",
AllowOverLimit":True/False,
UseCurrentMonth":True/False,
UseCurrentWeek":True/False,
CreatedOn":"MM-dd-yyyy hh:mm:ss",
CreatedBy":####,
ModifiedOn":"MM-dd-yyyy hh:mm:ss",
ModifiedBy":####,
InactiveOn":"MM-dd-yyyy hh:mm:ss",
InactiveBy":####,
IsInactive":True/False,
SystemLimitTypeId::SystemLimitType.Name":"abcABC123",
SystemLimitTypeId_FormattedValue":"abcABC123",
SystemLimitCategoryId::SystemLimitCategory.Name":"abcABC123",
SystemLimitCategoryId_FormattedValue":"abcABC123",
ProductId::Product.ReferenceCode":"abcABC123",
ProductId::Product.Name":"abcABC123",
ProductId_FormattedValue":"abcABC123",
ProductCategoryId::ProductCategory.Name":"abcABC123",
ProductCategoryId_FormattedValue":"abcABC123"
}