Skip to content

Commit d13ffb4

Browse files
Ripal-ParikhRipal Parikhsemantic-release-bot
authored
[XBAP-17277] - Added new BrandingThemeId property to the Prepayment schema and response payload (#806)
* feat: [XBAP-17277] expose BrandingThemeID on Prepayment schema and response examples * chore: bump version to 10.1.0 * feat: [XBAP-17277] add readonly attribute to BrandingThemeId --------- Co-authored-by: Ripal Parikh <ripal.parikh@xero.com> Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
1 parent 531e728 commit d13ffb4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

xero_accounting.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12667,6 +12667,7 @@ paths:
1266712667
ID: ce0cddef-cf5a-4e59-b638-f225679115a7
1266812668
CurrencyRate: 1.000000
1266912669
Type: RECEIVE-PREPAYMENT
12670+
BrandingThemeID: 414d4a87-46d6-4cfc-ab42-4e29d22e5076
1267012671
Reference: INV-0011
1267112672
InvoiceNumber: INV-0011
1267212673
RemainingCredit: 3449.00
@@ -23981,6 +23982,11 @@ components:
2398123982
description: Xero generated unique identifier
2398223983
type: string
2398323984
format: uuid
23985+
BrandingThemeID:
23986+
description: The unique identifier of the branding template applied to a receive prepayment
23987+
type: string
23988+
format: uuid
23989+
readOnly: true
2398423990
CurrencyRate:
2398523991
description: The currency rate for a multicurrency prepayment. If no rate is specified, the XE.com day rate is used
2398623992
type: number

0 commit comments

Comments
 (0)