Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 959 Bytes

File metadata and controls

13 lines (9 loc) · 959 Bytes

ContactGroup

Properties

Name Type Description Notes
name str The Name of the contact group. Required when creating a new contact group [optional]
status str 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. [optional]
contact_group_id str The Xero identifier for an contact group – specified as a string following the endpoint name. e.g. /297c2dc5-cc47-4afd-8ec8-74990b8761e9 [optional]
contacts list[Contact] The ContactID and Name of Contacts in a contact group. Returned on GETs when the ContactGroupID is supplied in the URL. [optional]

[Back to Model list] [Back to API list] [Back to README]