add m2_price_excl_vat to all price resources

This commit is contained in:
Martin
2016-12-12 12:08:00 +01:00
parent ef9c86bfdd
commit 5ad053a09b
3 changed files with 32 additions and 12 deletions
+18 -10
View File
@@ -25,6 +25,7 @@ Sample response
"data": [
{
"m2_price": 295.0,
"m2_price_excl_vat": 236.0,
"material": "standard-wallpaper",
"material_id": 1,
"price": 1180.0,
@@ -32,6 +33,7 @@ Sample response
},
{
"m2_price": 325.0,
"m2_price_excl_vat": 260.0,
"material": "premium-wallpaper",
"material_id": 4,
"price": 1300.0,
@@ -66,6 +68,7 @@ Sample response
"framed": true,
"height": 50,
"m2_price": 252.37137599999997,
"m2_price_excl_vat": 201.89710079999998,
"price": 224.92771680815997,
"price_excl_vat": 179.942173446528,
"width": 100
@@ -74,6 +77,7 @@ Sample response
"framed": false,
"height": 50,
"m2_price": 252.37137599999997,
"m2_price_excl_vat": 201.89710079999998,
"price": 126.18568799999998,
"price_excl_vat": 100.94855039999999,
"width": 100
@@ -138,17 +142,19 @@ Sample response
"inquiry_price": 3595.50219975,
"inquiry_price_excl_retouch": 3595.50219975,
"inquiry_price_excl_vat": 2876.4017598,
"m2_price": 268.72213750000003,
"m2_price_excl_vat": 214.97771,
"material": "standard-wallpaper",
"material_id": 1,
"m2_price": 268.72213750000003
"material_id": 1
},
{
"inquiry_price": 3961.1464912499996,
"inquiry_price_excl_retouch": 3961.1464912499996,
"inquiry_price_excl_vat": 3168.9171929999998,
"m2_price": 296.04981250000003,
"m2_price_excl_vat": 236.83985,
"material": "premium-wallpaper",
"material_id": 4,
"m2_price": 296.04981250000003
"material_id": 4
}
],
"retouch_price": 0,
@@ -169,19 +175,21 @@ Sample response
{
"framed": true,
"height": 150,
"inquiry_price": 356.25,
"inquiry_price_excl_retouch": 356.25,
"inquiry_price_excl_vat": 285,
"inquiry_price": 355.71481084,
"inquiry_price_excl_retouch": 355.71481084,
"inquiry_price_excl_vat": 284.571848672,
"m2_price": 112.887,
"m2_price_excl_vat": 90.3096,
"width": 150
},
{
"framed": false,
"height": 150,
"inquiry_price": 846.25,
"inquiry_price_excl_retouch": 846.25,
"inquiry_price_excl_vat": 677,
"inquiry_price": 846.6525,
"inquiry_price_excl_retouch": 846.6525,
"inquiry_price_excl_vat": 677.322,
"m2_price": 112.887,
"m2_price_excl_vat": 90.3096,
"width": 500
}
],