{ "operationId": "createContactGroupContacts", "method": "PUT", "path": "/ContactGroups/{ContactGroupID}/Contacts", "summary": "Xero Creates contacts to a specific contact group", "requestExamples": [ { "contentType": "application/json", "example": { "Contacts": [ { "ContactID": "a3675fc4-f8dd-4f03-ba5b-f1870566bcd7" }, { "ContactID": "4e1753b9-018a-4775-b6aa-1bc7871cfee3" } ] } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "Id": "99db8024-6895-45c8-a1b5-54805aa8689c", "Status": "OK", "ProviderName": "Provider Name Example", "DateTimeUTC": "/Date(1551747495785)/", "Contacts": [ { "ContactID": "a3675fc4-f8dd-4f03-ba5b-f1870566bcd7", "Addresses": [], "Phones": [], "ContactGroups": [], "ContactPersons": [], "HasValidationErrors": false, "ValidationErrors": [] }, { "ContactID": "4e1753b9-018a-4775-b6aa-1bc7871cfee3", "Addresses": [], "Phones": [], "ContactGroups": [], "ContactPersons": [], "HasValidationErrors": false, "ValidationErrors": [] } ] } } ] }