Create a Group
Create a resource for a single group and broker information
Configuring Requests
{
"group": {
"agency_name": "Agency Name",
"agency_npn": "123456789",
"broker_email": "broker@email.com",
"broker_name": "Broker Name",
"broker_npn": "123456789",
"company_name": "Internal Test Group",
"company_tax_id": "123456789",
"external_id": "abc123",
"sic_code": "5411"
},
"locations": [
{
"zip_code": "10010",
"fips_code": "36061",
"name": "Headquarters",
"number_of_employees": 10,
"primary": true
}
]
}Additional Information
Group and Location IDs
Re-Creating Groups
Last updated
Was this helpful?