diff --git a/README.md b/README.md index f37fe528..e2e83864 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ This SDK supports full method coverage for the following Xero API sets: | [`Accounting`](https://xeroapi.github.io/Xero-Java/v4/accounting/index.html) | The Accounting API exposes accounting functions of the main Xero application *(most commonly used)* | [Assets](https://xeroapi.github.io/Xero-Java/v4/assets/index.html) | The Assets API exposes fixed asset related functions of the Xero Accounting application | | [Files](https://xeroapi.github.io/Xero-Java/v4/files/index.html) | The Files API provides access to the files, folders, and the association of files within a Xero organisation | +| [Finance](https://xeroapi.github.io/Xero-Java/v4/finance/index.html) | The Finance API exposes finacial functions that may help lenders gain the confidence they need to provide capital | | [Projects](https://xeroapi.github.io/Xero-Java/v4/projects/index.html) | Xero Projects allows businesses to track time and costs on projects/jobs and report on profitability | | [Payroll (AU)](https://xeroapi.github.io/Xero-Java/v4/payroll_au/index.html) | The (AU) Payroll API exposes payroll related functions of the payroll Xero application | | [Payroll (UK)](https://xeroapi.github.io/Xero-Java/v4/payroll_uk/index.html) | The (UK) Payroll API exposes payroll related functions of the payroll Xero application | diff --git a/docs/v4/accounting/index.html b/docs/v4/accounting/index.html index 4a42c1f6..9f147a43 100644 --- a/docs/v4/accounting/index.html +++ b/docs/v4/accounting/index.html @@ -1982,6 +1982,11 @@ "description" : "Xero identifier", "format" : "uuid" }, + "MergedToContactID" : { + "type" : "string", + "description" : "ID for the destination of a merged contact. Only returned when using paging or when fetching a contact by ContactId or ContactNumber.", + "format" : "uuid" + }, "ContactNumber" : { "maxLength" : 50, "type" : "string", @@ -2012,6 +2017,11 @@ "type" : "string", "description" : "Last name of contact person (max length = 255)" }, + "CompanyNumber" : { + "maxLength" : 50, + "type" : "string", + "description" : "Company registration number (max length = 50)" + }, "EmailAddress" : { "maxLength" : 255, "type" : "string", @@ -2067,6 +2077,16 @@ "type" : "boolean", "description" : "true or false – Boolean that describes if a contact has any AR invoices entered against them. Cannot be set via PUT or POST – it is automatically set when an accounts receivable invoice is generated against this contact." }, + "SalesDefaultLineAmountType" : { + "type" : "string", + "description" : "The default sales line amount type for a contact. Only available when summaryOnly parameter or paging is used, or when fetch by ContactId or ContactNumber.", + "enum" : [ "INCLUSIVE", "EXCLUSIVE", "NONE" ] + }, + "PurchasesDefaultLineAmountType" : { + "type" : "string", + "description" : "The default purchases line amount type for a contact Only available when summaryOnly parameter or paging is used, or when fetch by ContactId or ContactNumber.", + "enum" : [ "INCLUSIVE", "EXCLUSIVE", "NONE" ] + }, "DefaultCurrency" : { "$ref" : "#/components/schemas/CurrencyCode" }, @@ -5960,7 +5980,7 @@