Contacts
Number of APIs: 4
-
Allows you to retrieve all contacts in a Xero organisation GET {{baseUrl}}/Contacts?where=EmailAddress="{{email}}"
-
Allows you to create a multiple contacts (bulk) in a Xero organisation PUT {{baseUrl}}/Contacts?summarizeErrors=false
-
Allows you to update OR create one or more contacts in a Xero organisation POST {{baseUrl}}/Contacts?summarizeErrors=false
-
Allows you to retrieve a single contact by Contact Number in a Xero organisation GET {{baseUrl}}/Contacts/:ContactNumber