|
1984 | 1984 | "description" : "Xero identifier", |
1985 | 1985 | "format" : "uuid" |
1986 | 1986 | }, |
| 1987 | + "MergedToContactID" : { |
| 1988 | + "type" : "string", |
| 1989 | + "description" : "ID for the destination of a merged contact. Only returned when using paging or when fetching a contact by ContactId or ContactNumber.", |
| 1990 | + "format" : "uuid" |
| 1991 | + }, |
1987 | 1992 | "ContactNumber" : { |
1988 | 1993 | "maxLength" : 50, |
1989 | 1994 | "type" : "string", |
|
2014 | 2019 | "type" : "string", |
2015 | 2020 | "description" : "Last name of contact person (max length = 255)" |
2016 | 2021 | }, |
| 2022 | + "CompanyNumber" : { |
| 2023 | + "maxLength" : 50, |
| 2024 | + "type" : "string", |
| 2025 | + "description" : "Company registration number (max length = 50)" |
| 2026 | + }, |
2017 | 2027 | "EmailAddress" : { |
2018 | 2028 | "maxLength" : 255, |
2019 | 2029 | "type" : "string", |
|
2069 | 2079 | "type" : "boolean", |
2070 | 2080 | "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." |
2071 | 2081 | }, |
| 2082 | + "SalesDefaultLineAmountType" : { |
| 2083 | + "type" : "string", |
| 2084 | + "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.", |
| 2085 | + "enum" : [ "INCLUSIVE", "EXCLUSIVE", "NONE" ] |
| 2086 | + }, |
| 2087 | + "PurchasesDefaultLineAmountType" : { |
| 2088 | + "type" : "string", |
| 2089 | + "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.", |
| 2090 | + "enum" : [ "INCLUSIVE", "EXCLUSIVE", "NONE" ] |
| 2091 | + }, |
2072 | 2092 | "DefaultCurrency" : { |
2073 | 2093 | "$ref" : "#/components/schemas/CurrencyCode" |
2074 | 2094 | }, |
|
5963 | 5983 | <nav id="scrollingNav"> |
5964 | 5984 | <ul class="sidenav nav nav-list"> |
5965 | 5985 | <li class="nav-header" data-group="Accounting"><strong>SDK: </strong><span id='sdk-name'></span></li> |
5966 | | - <li class="nav-header" data-group="Accounting"><strong>VSN: </strong>2.9.0</li> |
| 5986 | + <li class="nav-header" data-group="Accounting"><strong>VSN: </strong>2.10.0</li> |
5967 | 5987 | <li class="nav-header" data-group="Accounting"><a href="#api-Accounting">Methods</a></li> |
5968 | 5988 | <li data-group="Accounting" data-name="createAccount" class=""> |
5969 | 5989 | <a href="#api-Accounting-createAccount">createAccount</a> |
|
0 commit comments