{ "contact": { "firstName": "Anders", "lastName": "Callertun", "email": "anders+test@callertun.se" }, "items": [ { "product": "license-standard", "quantity": 1 } ] }
{ "contact": { "firstName": "Anders", "lastName": "Callertun", "email": "anders+test@callertun.se" }, "items": [ { "product": "license-standard", "quantity": 1, "pricing": { "discountDuration": 1, "quantityDiscounts": { "1": 30 } } } ] }
{ "contact": { "firstName": "Anders", "lastName": "Callertun", "email": "anders+test@callertun.se" }, "items": [ { "product": "license-pro-product", "quantity": 1, "pricing": { "quantityDiscounts": { "1": 30 } } }, { "product": "license-pro-test", "quantity": 1, "pricing": { "discountDuration": 1, "quantityDiscounts": { "1": 30 } } } ] }