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

Changed in 1 of the 28 revisions of this API.2

    • ○

      added the optional property // to the response with the status

      response-optional-property-added

    • ○

      added the optional property // to the response with the status

      response-optional-property-added

    This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

Of the 28 revisions, 1 has no diff computed.