From 87bac84cfec7470d2438924ce2f609415b70b958 Mon Sep 17 00:00:00 2001 From: Ripal Parikh Date: Mon, 20 Apr 2026 16:28:59 +1200 Subject: [PATCH] [XBAP-17277] - Added new BrandingThemeId property to the Prepayment schema and example response payload --- xero_accounting.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xero_accounting.yaml b/xero_accounting.yaml index 736ba4305..dff9c9edd 100644 --- a/xero_accounting.yaml +++ b/xero_accounting.yaml @@ -12667,6 +12667,7 @@ paths: ID: ce0cddef-cf5a-4e59-b638-f225679115a7 CurrencyRate: 1.000000 Type: RECEIVE-PREPAYMENT + BrandingThemeID: 414d4a87-46d6-4cfc-ab42-4e29d22e5076 Reference: INV-0011 InvoiceNumber: INV-0011 RemainingCredit: 3449.00 @@ -23965,6 +23966,10 @@ components: description: Xero generated unique identifier type: string format: uuid + BrandingThemeID: + description: The unique identifier of the branding template applied to a receive prepayment + type: string + format: uuid CurrencyRate: description: The currency rate for a multicurrency prepayment. If no rate is specified, the XE.com day rate is used type: number