Remove sellingPriceId's so they are recognized as new insertions in DB

This commit is contained in:
Max Martens 2024-09-11 19:39:11 +02:00
parent 5796da1801
commit bf6d0b3d48

View File

@ -1528,7 +1528,6 @@
"salesTouchpointId": 2, "salesTouchpointId": 2,
"sellingPrices": [ "sellingPrices": [
{ {
"sellingPriceId": 3,
"amountExclTax": 92, "amountExclTax": 92,
"taxMetadataId": "501B17EF-36C4-4039-B92C-6517969B464E", "taxMetadataId": "501B17EF-36C4-4039-B92C-6517969B464E",
"amountInclTax": 100, "amountInclTax": 100,
@ -1537,7 +1536,6 @@
"internalPrice": 92.0000 "internalPrice": 92.0000
}, },
{ {
"sellingPriceId": 4,
"amountExclTax": 101, "amountExclTax": 101,
"taxMetadataId": "501B17EF-36C4-4039-B92C-6517969B464E", "taxMetadataId": "501B17EF-36C4-4039-B92C-6517969B464E",
"amountInclTax": 110, "amountInclTax": 110,