Geeft een lijst met de gegevens van alle prijsafspraken bij bedrijfssoorten.
Apps, Webshop-koppelingen, externe applicaties
http[s]://<url>:<poort>/odapi/rest/TMethods/customerGroupSalesPriceAgreements/[key]
{
"data": {
"customerGroups": [
{
"customerGroup": {
"number": 157,
"priceAgreements": [
{
"priceAgreement": {
"modified": "20160119",
"productGroup": {
"number": 100
},
"discount": 35
}
},
{
"priceAgreement": {
"modified": "20160119",
"productGroup": {
"number": 150
},
"discount": 35
}
},
{
"priceAgreement": {
"modified": "20160119",
"productGroup": {
"number": 200
},
"discount": 35
}
},
{
"priceAgreement": {
"modified": "20160215",
"productGroup": {
"number": 170
},
"discount": 35
}
}
]
}
}
]
}
}