businesses

Create Business

Create a business manually. Domain is deduped per tenant when present.

post/api/v1/businesses

Request body

namestring required
websitestring nullable
domainstring nullable
phonestring nullable
addressstring nullable
categorystring nullable

Response

Successful Response

idstring uuid required
tenant_idstring uuid required
namestring required
websitestring nullable
domainstring nullable
phonestring nullable
addressstring nullable
categorystring nullable
owner_user_idstring uuid nullable
total_revenue_centsinteger nullable
contact_countinteger required
first_seen_atstring date-time required
last_seen_atstring date-time required

Changes

No recorded changes to this endpoint across all 1 revision of this API.