{
"id": 0,
"number": "string",
"name": "string",
"discounts": [
{
"description": "string",
"startDate": "2019-08-24",
"endDate": "2019-08-24",
"general": [
{
"percentageAmount": {
"percentage": 0,
"minQuantity": 0
}
}
],
"products": [
{
"id": 0,
"code": "string",
"name": "string",
"fixedPrice": {
"price": 0,
"minQuantity": 0
},
"percentageAmount": {
"percentage": 0,
"minQuantity": 0
},
"buyXGetY": {
"buyQuantity": 0,
"getQuantity": 0
},
"tieredPercentageAmount": [
{
"tier": 0,
"precentage": 0
}
]
}
],
"productGroups": [
{
"code": "string",
"description": "string",
"percentageAmount": {
"percentage": 0,
"minQuantity": 0
}
}
]
}
]
}