Create a Group
Create a resource for a single group
Configuring Requests
{
"group": {
"chamber_association": true,
"company_name": "Foo Bar, Inc.",
"external_id": "abc123",
"sic_code": "0700"
},
"locations": [
{
"zip_code": "10010",
"fips_code": "36061",
"name": "Headquarters",
"number_of_employees": 14,
"primary": true
}
]
}Additional Information
Group and Location IDs
Re-Creating Groups
Last updated
Was this helpful?