| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
Contacts |
AccountingApi.createContact(Contact contact)
200 - Success - return response of type Contacts array with newly created Contact
|
Contacts |
AccountingApi.createContactGroupContacts(UUID contactGroupID,
Contacts contacts)
Allows you to add Contacts to a Contract Group
|
Contacts |
AccountingApi.getContact(UUID contactID)
Allows you to retrieve, add and update contacts in a Xero organisation
|
Contacts |
AccountingApi.getContacts(org.threeten.bp.OffsetDateTime ifModifiedSince,
String where,
String order,
String ids,
Integer page,
Boolean includeArchived)
Allows you to retrieve, add and update contacts in a Xero organisation
|
Contacts |
AccountingApi.updateContact(UUID contactID,
Contacts contacts)
200 - Success - return response of type Contacts array with an updated Contact
|
| Modifier and Type | Method and Description |
|---|---|
Contacts |
AccountingApi.createContactGroupContacts(UUID contactGroupID,
Contacts contacts)
Allows you to add Contacts to a Contract Group
|
Contacts |
AccountingApi.updateContact(UUID contactID,
Contacts contacts)
200 - Success - return response of type Contacts array with an updated Contact
|
| Modifier and Type | Method and Description |
|---|---|
Contacts |
Contacts.addContactsItem(Contact contactsItem) |
Contacts |
Contacts.contacts(List<Contact> contacts) |
Copyright © 2019. All rights reserved.