business-profiles

Update Business Profile

Update the current user's business profile. 404 if none exists.

patch/api/v1/business-profile

Request body

company_namestring nullable
tax_idstring nullable
billing_emailstring nullable
billing_addressstring nullable
shipping_addressstring nullable
payment_termsstring nullable
tax_exempt_cert_r2_keystring nullable

Response

Successful Response

idstring uuid required
user_idstring uuid required
company_namestring required
tax_idstring nullable
billing_emailstring nullable
billing_addressstring required
shipping_addressstring required
payment_termsstring required
credit_limitstring nullable
is_tax_exemptboolean
tax_exempt_cert_r2_keystring nullable
is_approved_for_poboolean required
po_approval_datestring date-time nullable
approved_bystring nullable
notesstring nullable
created_atstring date-time required
updated_atstring date-time required

Changes