We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 073ba35 commit 8746e9aCopy full SHA for 8746e9a
1 file changed
xero_accounting.yaml
@@ -26548,6 +26548,7 @@ components:
26548
description: QuoteID GUID is automatically generated and is returned after create or GET.
26549
type: string
26550
format: uuid
26551
+ x-entity-identifier: true
26552
QuoteNumber:
26553
description: Unique alpha numeric code identifying a quote (Max Length = 255)
26554
maxLength: 255
@@ -26593,6 +26594,7 @@ components:
26593
26594
description: The currency rate for a multicurrency quote
26595
type: number
26596
format: double
26597
+ x-is-money: true
26598
SubTotal:
26599
description: Total of quote excluding taxes.
26600
0 commit comments