api-key: ********************
curl --location --request GET 'https://api.logictrade.cloud/rest/v1/discounts/customers/1?referenceDate=2024-03-13T13:28:06.419Z' \
--header 'api-key;'
{
"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
}
}
]
}
]
}