Skip to main content
POST
Create a new Group

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

Name of the group

Example:

"ACME Flooring"

dba_name
string

DBA name for the company, if applicable

Example:

"Floors R Us"

federal_ein
string

Federal Employer Identification Number for the company

Example:

"112222222"

organization_id
string<uuid>

Unique identifier of the platform or broker organization in Noyo

sic_code
string

SIC Code of the group

Example:

"5713"

Response

201 - application/json

Successful Response - Returns the new Group

created
integer
required

The date the record was created

id
string<uuid>
required

Unique identifier of the record in Noyo

modified
integer
required

The date the record was last updated

name
string
required

Name of the group

Example:

"ACME Flooring"

version
string<uuid>
required

Current version of the record

dba_name
string

DBA name for the company, if applicable

Example:

"Floors R Us"

federal_ein
string

Federal Employer Identification Number for the company

Example:

"112222222"

organization_id
string<uuid>

Unique identifier of the platform or broker organization in Noyo

sic_code
string

SIC Code of the group

Example:

"5713"