Geeft een lijst met de gegevens van alle contante prijsafspraken, dit zijn de prijsafspraken die worden toegepast bij alle klanten.
Apps, Webshop-koppelingen, externe applicaties
http[s]://<url>:<poort>/odapi/rest/TMethods/overallSalesPriceAgreements/[key]
Geen
{
"data": {
"priceAgreements": [
{
"priceAgreement": {
"modified": "20180101",
"volumePrice": true,
"product": {
"code": "100-080"
},
"includeCashCustomers": true,
"fromQuantity": 5,
"toQuantity": 9,
"discount": 20
}
},
{
"priceAgreement": {
"modified": "20120621",
"volumePrice": true,
"product": {
"code": "100-080"
},
"includeCashCustomers": true,
"fromQuantity": 10,
"toQuantity": 14,
"discount": 25
}
},
{
"priceAgreement": {
"modified": "20120621",
"volumePrice": true,
"product": {
"code": "100-080"
},
"includeCashCustomers": true,
"fromQuantity": 15,
"toQuantity": 19,
"discount": 30
}
}
]
}
}