| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
Contacts |
AccountingApi.createContactGroupContacts(String accessToken,
String xeroTenantId,
UUID contactGroupID,
Contacts contacts)
Allows you to add Contacts to a Contact Group
|
Contacts |
AccountingApi.createContacts(String accessToken,
String xeroTenantId,
Contacts contacts,
Boolean summarizeErrors)
Allows you to create a multiple contacts (bulk) in a Xero organisation
|
Contacts |
AccountingApi.getContact(String accessToken,
String xeroTenantId,
UUID contactID)
Allows you to retrieve, add and update contacts in a Xero organisation
|
Contacts |
AccountingApi.getContacts(String accessToken,
String xeroTenantId,
org.threeten.bp.OffsetDateTime ifModifiedSince,
String where,
String order,
List<UUID> ids,
Integer page,
Boolean includeArchived)
Allows you to retrieve, add and update contacts in a Xero organisation
|
Contacts |
AccountingApi.updateContact(String accessToken,
String xeroTenantId,
UUID contactID,
Contacts contacts)
200 - Success - return response of type Contacts array with an updated Contact
|
Contacts |
AccountingApi.updateOrCreateContacts(String accessToken,
String xeroTenantId,
Contacts contacts,
Boolean summarizeErrors)
Allows you to update OR create one or more contacts in a Xero organisation
|
| Modifier and Type | Method and Description |
|---|---|
Contacts |
AccountingApi.createContactGroupContacts(String accessToken,
String xeroTenantId,
UUID contactGroupID,
Contacts contacts)
Allows you to add Contacts to a Contact Group
|
com.google.api.client.http.HttpResponse |
AccountingApi.createContactGroupContactsForHttpResponse(String accessToken,
String xeroTenantId,
UUID contactGroupID,
Contacts contacts) |
Contacts |
AccountingApi.createContacts(String accessToken,
String xeroTenantId,
Contacts contacts,
Boolean summarizeErrors)
Allows you to create a multiple contacts (bulk) in a Xero organisation
|
com.google.api.client.http.HttpResponse |
AccountingApi.createContactsForHttpResponse(String accessToken,
String xeroTenantId,
Contacts contacts,
Boolean summarizeErrors) |
Contacts |
AccountingApi.updateContact(String accessToken,
String xeroTenantId,
UUID contactID,
Contacts contacts)
200 - Success - return response of type Contacts array with an updated Contact
|
com.google.api.client.http.HttpResponse |
AccountingApi.updateContactForHttpResponse(String accessToken,
String xeroTenantId,
UUID contactID,
Contacts contacts) |
Contacts |
AccountingApi.updateOrCreateContacts(String accessToken,
String xeroTenantId,
Contacts contacts,
Boolean summarizeErrors)
Allows you to update OR create one or more contacts in a Xero organisation
|
com.google.api.client.http.HttpResponse |
AccountingApi.updateOrCreateContactsForHttpResponse(String accessToken,
String xeroTenantId,
Contacts contacts,
Boolean summarizeErrors) |
| Modifier and Type | Method and Description |
|---|---|
Contacts |
Contacts.addContactsItem(Contact contactsItem) |
Contacts |
Contacts.contacts(List<Contact> contacts) |
Copyright © 2020. All rights reserved.