
Xero API Integration Profile
Information and guides about integrating with Xero API
Add Xero Integration to Your ProductHow to work with Contact Groups in Xero API
Contact Groups Fields
Field Name | API Key | Type | Description |
---|---|---|---|
Name | Name | string | The Name of the contact group. Required when creating a new contact group |
Status | Status | string | The Status of a contact group. To delete a contact group update the status to DELETED. Only contact groups with a status of ACTIVE are returned on GETs. |
Contact Group Id | ContactGroupID | string | The Xero identifier for an contact group – specified as a string following the endpoint name. e.g. /297c2dc5-cc47-4afd-8ec8-74990b8761e9 |
Contacts | Contacts | array of items | The ContactID and Name of Contacts in a contact group. Returned on GETs when the ContactGroupID is supplied in the URL. |
Contact Id | item.ContactID | string |