Compare commits
No commits in common. "83eee59e5811bb5e828898f6f2cf85674df43285" and "527ead52588989d8039cacf51e242d26f60f7720" have entirely different histories.
83eee59e58
...
527ead5258
@ -1936,6 +1936,9 @@ components:
|
|||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
- sellingPriceId
|
- sellingPriceId
|
||||||
|
- amountExclTax
|
||||||
|
- taxCode
|
||||||
|
- taxPercentage
|
||||||
- amountInclTax
|
- amountInclTax
|
||||||
- fromInclusive
|
- fromInclusive
|
||||||
- toInclusive
|
- toInclusive
|
||||||
@ -1946,7 +1949,7 @@ components:
|
|||||||
example: 1
|
example: 1
|
||||||
amountExclTax:
|
amountExclTax:
|
||||||
type: integer
|
type: integer
|
||||||
example: null
|
example: 750
|
||||||
taxCode:
|
taxCode:
|
||||||
type: string
|
type: string
|
||||||
example: "V09"
|
example: "V09"
|
||||||
@ -1971,6 +1974,9 @@ components:
|
|||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
- purchasePriceId
|
- purchasePriceId
|
||||||
|
- amountExclTax
|
||||||
|
- taxCode
|
||||||
|
- taxPercentage
|
||||||
- amountInclTax
|
- amountInclTax
|
||||||
- fromInclusive
|
- fromInclusive
|
||||||
- toInclusive
|
- toInclusive
|
||||||
@ -1980,7 +1986,7 @@ components:
|
|||||||
example: 1
|
example: 1
|
||||||
amountExclTax:
|
amountExclTax:
|
||||||
type: integer
|
type: integer
|
||||||
example: null
|
example: 750
|
||||||
taxCode:
|
taxCode:
|
||||||
type: string
|
type: string
|
||||||
example: "V09"
|
example: "V09"
|
||||||
|
|||||||
@ -1936,6 +1936,9 @@ components:
|
|||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
- sellingPriceId
|
- sellingPriceId
|
||||||
|
- amountExclTax
|
||||||
|
- taxCode
|
||||||
|
- taxPercentage
|
||||||
- amountInclTax
|
- amountInclTax
|
||||||
- fromInclusive
|
- fromInclusive
|
||||||
- toInclusive
|
- toInclusive
|
||||||
@ -1946,7 +1949,7 @@ components:
|
|||||||
example: 1
|
example: 1
|
||||||
amountExclTax:
|
amountExclTax:
|
||||||
type: integer
|
type: integer
|
||||||
example: null
|
example: 750
|
||||||
taxCode:
|
taxCode:
|
||||||
type: string
|
type: string
|
||||||
example: "V09"
|
example: "V09"
|
||||||
@ -1971,6 +1974,9 @@ components:
|
|||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
- purchasePriceId
|
- purchasePriceId
|
||||||
|
- amountExclTax
|
||||||
|
- taxCode
|
||||||
|
- taxPercentage
|
||||||
- amountInclTax
|
- amountInclTax
|
||||||
- fromInclusive
|
- fromInclusive
|
||||||
- toInclusive
|
- toInclusive
|
||||||
@ -1980,7 +1986,7 @@ components:
|
|||||||
example: 1
|
example: 1
|
||||||
amountExclTax:
|
amountExclTax:
|
||||||
type: integer
|
type: integer
|
||||||
example: null
|
example: 750
|
||||||
taxCode:
|
taxCode:
|
||||||
type: string
|
type: string
|
||||||
example: "V09"
|
example: "V09"
|
||||||
|
|||||||
@ -2542,6 +2542,9 @@ components:
|
|||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
- sellingPriceId
|
- sellingPriceId
|
||||||
|
- amountExclTax
|
||||||
|
- taxCode
|
||||||
|
- taxPercentage
|
||||||
- amountInclTax
|
- amountInclTax
|
||||||
- fromInclusive
|
- fromInclusive
|
||||||
- toInclusive
|
- toInclusive
|
||||||
@ -2552,7 +2555,7 @@ components:
|
|||||||
example: 1
|
example: 1
|
||||||
amountExclTax:
|
amountExclTax:
|
||||||
type: integer
|
type: integer
|
||||||
example: null
|
example: 750
|
||||||
taxCode:
|
taxCode:
|
||||||
type: string
|
type: string
|
||||||
example: 'V09'
|
example: 'V09'
|
||||||
@ -2577,6 +2580,7 @@ components:
|
|||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
- purchasePriceId
|
- purchasePriceId
|
||||||
|
- amountExclTax
|
||||||
- amountInclTax
|
- amountInclTax
|
||||||
- fromInclusive
|
- fromInclusive
|
||||||
- toInclusive
|
- toInclusive
|
||||||
@ -2586,7 +2590,7 @@ components:
|
|||||||
example: 1
|
example: 1
|
||||||
amountExclTax:
|
amountExclTax:
|
||||||
type: integer
|
type: integer
|
||||||
example: null
|
example: 750
|
||||||
taxCode:
|
taxCode:
|
||||||
type: string
|
type: string
|
||||||
example: 'V09'
|
example: 'V09'
|
||||||
@ -3403,6 +3407,9 @@ components:
|
|||||||
items:
|
items:
|
||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
|
- amountExclTax
|
||||||
|
- taxCode
|
||||||
|
- taxPercentage
|
||||||
- amountInclTax
|
- amountInclTax
|
||||||
- fromInclusive
|
- fromInclusive
|
||||||
- toInclusive
|
- toInclusive
|
||||||
@ -3410,7 +3417,7 @@ components:
|
|||||||
properties:
|
properties:
|
||||||
amountExclTax:
|
amountExclTax:
|
||||||
type: integer
|
type: integer
|
||||||
example: null
|
example: 750
|
||||||
taxCode:
|
taxCode:
|
||||||
type: string
|
type: string
|
||||||
example: 'V09'
|
example: 'V09'
|
||||||
@ -3445,13 +3452,16 @@ components:
|
|||||||
items:
|
items:
|
||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
|
- amountExclTax
|
||||||
|
- taxCode
|
||||||
|
- taxPercentage
|
||||||
- amountInclTax
|
- amountInclTax
|
||||||
- fromInclusive
|
- fromInclusive
|
||||||
- toInclusive
|
- toInclusive
|
||||||
properties:
|
properties:
|
||||||
amountExclTax:
|
amountExclTax:
|
||||||
type: integer
|
type: integer
|
||||||
example: null
|
example: 750
|
||||||
taxCode:
|
taxCode:
|
||||||
type: string
|
type: string
|
||||||
example: 'V09'
|
example: 'V09'
|
||||||
@ -3788,7 +3798,10 @@ components:
|
|||||||
items:
|
items:
|
||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
|
- amountExclTax
|
||||||
- amountInclTax
|
- amountInclTax
|
||||||
|
- taxCode
|
||||||
|
- taxPercentage
|
||||||
- fromInclusive
|
- fromInclusive
|
||||||
- toInclusive
|
- toInclusive
|
||||||
- internalPrice
|
- internalPrice
|
||||||
@ -3802,7 +3815,7 @@ components:
|
|||||||
example: 1
|
example: 1
|
||||||
amountExclTax:
|
amountExclTax:
|
||||||
type: integer
|
type: integer
|
||||||
example: null
|
example: 750
|
||||||
amountInclTax:
|
amountInclTax:
|
||||||
type: integer
|
type: integer
|
||||||
example: 908
|
example: 908
|
||||||
@ -3837,7 +3850,10 @@ components:
|
|||||||
items:
|
items:
|
||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
|
- amountExclTax
|
||||||
- amountInclTax
|
- amountInclTax
|
||||||
|
- taxCode
|
||||||
|
- taxPercentage
|
||||||
- fromInclusive
|
- fromInclusive
|
||||||
- toInclusive
|
- toInclusive
|
||||||
properties:
|
properties:
|
||||||
@ -3850,7 +3866,7 @@ components:
|
|||||||
example: 1
|
example: 1
|
||||||
amountExclTax:
|
amountExclTax:
|
||||||
type: integer
|
type: integer
|
||||||
example: null
|
example: 750
|
||||||
amountInclTax:
|
amountInclTax:
|
||||||
type: integer
|
type: integer
|
||||||
example: 908
|
example: 908
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user