Compare commits

..

No commits in common. "83eee59e5811bb5e828898f6f2cf85674df43285" and "527ead52588989d8039cacf51e242d26f60f7720" have entirely different histories.

3 changed files with 38 additions and 10 deletions

View File

@ -1936,6 +1936,9 @@ components:
type: object
required:
- sellingPriceId
- amountExclTax
- taxCode
- taxPercentage
- amountInclTax
- fromInclusive
- toInclusive
@ -1946,7 +1949,7 @@ components:
example: 1
amountExclTax:
type: integer
example: null
example: 750
taxCode:
type: string
example: "V09"
@ -1971,6 +1974,9 @@ components:
type: object
required:
- purchasePriceId
- amountExclTax
- taxCode
- taxPercentage
- amountInclTax
- fromInclusive
- toInclusive
@ -1980,7 +1986,7 @@ components:
example: 1
amountExclTax:
type: integer
example: null
example: 750
taxCode:
type: string
example: "V09"

View File

@ -1936,6 +1936,9 @@ components:
type: object
required:
- sellingPriceId
- amountExclTax
- taxCode
- taxPercentage
- amountInclTax
- fromInclusive
- toInclusive
@ -1946,7 +1949,7 @@ components:
example: 1
amountExclTax:
type: integer
example: null
example: 750
taxCode:
type: string
example: "V09"
@ -1971,6 +1974,9 @@ components:
type: object
required:
- purchasePriceId
- amountExclTax
- taxCode
- taxPercentage
- amountInclTax
- fromInclusive
- toInclusive
@ -1980,7 +1986,7 @@ components:
example: 1
amountExclTax:
type: integer
example: null
example: 750
taxCode:
type: string
example: "V09"

View File

@ -2542,6 +2542,9 @@ components:
type: object
required:
- sellingPriceId
- amountExclTax
- taxCode
- taxPercentage
- amountInclTax
- fromInclusive
- toInclusive
@ -2552,7 +2555,7 @@ components:
example: 1
amountExclTax:
type: integer
example: null
example: 750
taxCode:
type: string
example: 'V09'
@ -2577,6 +2580,7 @@ components:
type: object
required:
- purchasePriceId
- amountExclTax
- amountInclTax
- fromInclusive
- toInclusive
@ -2586,7 +2590,7 @@ components:
example: 1
amountExclTax:
type: integer
example: null
example: 750
taxCode:
type: string
example: 'V09'
@ -3403,6 +3407,9 @@ components:
items:
type: object
required:
- amountExclTax
- taxCode
- taxPercentage
- amountInclTax
- fromInclusive
- toInclusive
@ -3410,7 +3417,7 @@ components:
properties:
amountExclTax:
type: integer
example: null
example: 750
taxCode:
type: string
example: 'V09'
@ -3445,13 +3452,16 @@ components:
items:
type: object
required:
- amountExclTax
- taxCode
- taxPercentage
- amountInclTax
- fromInclusive
- toInclusive
properties:
amountExclTax:
type: integer
example: null
example: 750
taxCode:
type: string
example: 'V09'
@ -3788,7 +3798,10 @@ components:
items:
type: object
required:
- amountExclTax
- amountInclTax
- taxCode
- taxPercentage
- fromInclusive
- toInclusive
- internalPrice
@ -3802,7 +3815,7 @@ components:
example: 1
amountExclTax:
type: integer
example: null
example: 750
amountInclTax:
type: integer
example: 908
@ -3837,7 +3850,10 @@ components:
items:
type: object
required:
- amountExclTax
- amountInclTax
- taxCode
- taxPercentage
- fromInclusive
- toInclusive
properties:
@ -3850,7 +3866,7 @@ components:
example: 1
amountExclTax:
type: integer
example: null
example: 750
amountInclTax:
type: integer
example: 908