You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message: 'Unsupported "tax" value "99.00" given. Supported values are "12.00, 21.00".'
25999
+
instance: data.vatRate
26000
+
-
26001
+
errorCode: credit-note-item-mismatch
26002
+
message: 'Credit note item with ID 1 doesn\''t belong to the credit note with code "001".'
26003
+
instance: data.vatRate
25971
26004
summary: 'Update of credit note item'
25972
26005
operationId: updateCreditNoteItem
25973
26006
description: |-
@@ -26010,37 +26043,12 @@ paths:
26010
26043
additionalProperties: false
26011
26044
minProperties: 1
26012
26045
properties:
26013
-
code:
26014
-
type: string
26015
-
examples:
26016
-
- '2018000012'
26017
26046
amount:
26018
-
$ref: '#/components/schemas/typeAmountNullable'
26019
-
description: 'amount of item, 3 decimal places accuracy, required. For credit note you will probably use negative amount. (can be `null`)'
26020
-
name:
26021
-
type:
26022
-
- string
26023
-
- 'null'
26024
-
description: 'name of item (can be `null`)'
26025
-
examples:
26026
-
- 'Item name'
26027
-
variantName:
26028
-
type:
26029
-
- string
26030
-
- 'null'
26031
-
description: 'name of variant (can be `null`)'
26032
-
examples:
26033
-
- white
26034
-
amountUnit:
26035
-
type:
26036
-
- string
26037
-
- 'null'
26038
-
description: 'unit of amount (can be `null`)'
26039
-
examples:
26040
-
- 'kg, ks'
26047
+
$ref: '#/components/schemas/typeAmount'
26048
+
description: 'amount of item, 3 decimal places accuracy. For credit note use negative amount. Value cannot be greater than amount of original invoice item.'
26041
26049
price:
26042
26050
type: string
26043
-
description: 'price of item, 3 decimal places accuracy (can be `null`), default value `0.00`'
26051
+
description: 'price of item, without vat, 3 decimal places accuracy. Value cannot be greater than price of original invoice item or lower than 0.'
26044
26052
examples:
26045
26053
- '125.00'
26046
26054
includingVat:
@@ -26051,26 +26059,6 @@ paths:
26051
26059
vatRate:
26052
26060
$ref: '#/components/schemas/typeVatRate'
26053
26061
description: 'VAT rate in percent'
26054
-
priceRatio:
26055
-
$ref: '#/components/schemas/typePriceRatio'
26056
-
description: 'value of discount of price, 4 decimal places accuracy, (from `0.0000` to `1.0000`), e.g. `0.8500` means 85% discount (can be `null`)'
26057
-
weight:
26058
-
$ref: '#/components/schemas/typeWeightRequest'
26059
-
description: 'weight of the item, 3 decimal places accuracy (can be `null`)'
26060
-
remark:
26061
-
type:
26062
-
- string
26063
-
- 'null'
26064
-
description: 'item note (can be `null`)'
26065
-
examples:
26066
-
- 'Item note'
26067
-
additionalField:
26068
-
type:
26069
-
- string
26070
-
- 'null'
26071
-
description: 'field for additional info (can be `null`)'
0 commit comments