businesses

Update Business

Manually update business fields, marking each as human-set.

put/api/v1/businesses/{business_id}

Path parameters

business_idstring uuid required

Request body

namestring nullable
websitestring nullable
domainstring nullable
phonestring nullable
addressstring nullable
categorystring nullable
owner_user_idstring uuid 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