Allows you to update a Contact Group
POST {{baseUrl}}/ContactGroups/:ContactGroupID
Request Body
{"ContactGroups"=>[{"Name"=>"<string>", "Status"=>"<string>", "ContactGroupID"=>"<uuid>", "Contacts"=>[{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, {"value"=>"<Error: Too many levels of nesting to fake this schema>"}]}, {"Name"=>"<string>", "Status"=>"<string>", "ContactGroupID"=>"<uuid>", "Contacts"=>[{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, {"value"=>"<Error: Too many levels of nesting to fake this schema>"}]}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
xero-tenant-id | string | (Required) Xero identifier for Tenant | |
Content-Type | string |
RESPONSES
status: OK
{"Id":"b1ba6cdb-1637-4209-bb92-bd0c593f3243","Status":"OK","ProviderName":"Provider Name Example","DateTimeUTC":"/Date(1551746288544)/","ContactGroups":[{"ContactGroupID":"13f47537-7c1d-4e62-966e-617d76558fc5","Name":"Supplier Vendor","Status":"ACTIVE","Contacts":[],"HasValidationErrors":false}]}