diff --git a/docs/v1/accounting/index.html b/docs/v1/accounting/index.html index fd4947c9..6ad69c99 100644 --- a/docs/v1/accounting/index.html +++ b/docs/v1/accounting/index.html @@ -1984,6 +1984,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", @@ -2014,6 +2019,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", @@ -2069,6 +2079,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" }, @@ -5956,7 +5976,7 @@