DiscountCategoryRows
Queryable, Introduced in version 22.7
GET https://localhost:8001/sv/001.1/api/v1/Common/DiscountCategoryRows
Represents a discount category row.
GUID
A470E2F9-DB36-433A-8F23-FC0F0CED1947
Required permission
Show discount categories
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| Id | Int64 | The business key identifier of the row. |
|
| DiscountCategoryId | Int64 | The business key identifier of the discount category this row belongs to.
|
|
| BoundaryType | Int32 | The boundary type of the row.
|
|
| ProductGroupId | Int64? | The business key identifier of the product group for this row.
|
|
| PartCodeId | Int64? | The business key identifier of the part code for this row.
|
|
| PartCategory | String | The part category for this row.
|
|
| Boundary1 | Decimal | The first boundary of this row. |
|
| Discount1 | Decimal | The discount for the first boundary of this row. |
|
| Boundary2 | Decimal | The second boundary of this row. |
|
| Discount2 | Decimal | The discount for the second boundary of this row. |
|
| Boundary3 | Decimal | The third boundary of this row. |
|
| Discount3 | Decimal | The discount for the third boundary of this row. |
|
| Boundary4 | Decimal | The fourth boundary of this row. |
|
| Discount4 | Decimal | The discount for the fourth boundary of this row. |
|
| Boundary5 | Decimal | The fifth boundary of this row. |
|
| Discount5 | Decimal | The discount for the fifth boundary of this row. |
|
| Boundary6 | Decimal | The sixth boundary of this row. |
|
| Discount6 | Decimal | The discount for the sixth boundary of this row. |
|
| Boundary7 | Decimal | The seventh boundary of this row. |
|
| Discount7 | Decimal | The discount for the seventh boundary of this row. |
|
| Boundary8 | Decimal | The eighth boundary of this row. |
|
| Discount8 | Decimal | The discount for the eighth boundary of this row. |
|
| Boundary9 | Decimal | The ninth boundary of this row. |
|
| Discount9 | Decimal | The discount for the ninth boundary of this row. |
|
| Boundary10 | Decimal | The tenth boundary of this row. |
|
| Discount10 | Decimal | The discount for the tenth boundary of this row. |
Example
{
"Id": 0,
"DiscountCategoryId": 0,
"BoundaryType": 0,
"ProductGroupId": null,
"PartCodeId": null,
"PartCategory": null,
"Boundary1": 0.0,
"Discount1": 0.0,
"Boundary2": 0.0,
"Discount2": 0.0,
"Boundary3": 0.0,
"Discount3": 0.0,
"Boundary4": 0.0,
"Discount4": 0.0,
"Boundary5": 0.0,
"Discount5": 0.0,
"Boundary6": 0.0,
"Discount6": 0.0,
"Boundary7": 0.0,
"Discount7": 0.0,
"Boundary8": 0.0,
"Discount8": 0.0,
"Boundary9": 0.0,
"Discount9": 0.0,
"Boundary10": 0.0,
"Discount10": 0.0
}