It allows you:
to get list of defined Discount Schema Breaks
Columns that can be used as filters:
Organization
DiscountSchema
Active
Actions can be done:
list
URL: https://api.socratecloud.com/webapi/rest/discount_schema_break/list/0?startRow={0}&endRow={100}&accessToken={access_token}&DiscountSchema={DiscountSchemaName}
Method: GET
Available filter parameters:
Organization
DiscountSchema
Active
Return: JSON object with next format:
{
"data": [
{
"Organization": "*",
"Created": "2016-10-25 10:53:29+0300",
"CreatedBy": "Admin",
"Updated": "2016-10-25 10:53:29+0300",
"UpdatedBy": "Admin",
"Active": true,
"SeqNo": 10,
"ProductCategory": null,
"Product": null,
"ProductName": null,
"BreakValue": 1,
"BreakDiscount": 1,
"IsBPartnerFlatDiscount": false,
"ProductSubcategory": "Other",
"FamilyType": null,
"ProductFamily": null
}
],
"totalRows": 1
}