[PATCH] business
/api/v1/business/
UpdateBusinessProfileRequestDTO
Attributes:
Name | Type | Description |
---|---|---|
business_name |
Optional[str]
|
business name to be associated with the driver |
business_address |
Optional[str]
|
address of the business |
TIN |
Optional[str]
|
Tax Identification Number of the business in the format of "XXX-XXX-XXX" |
Important Notes:
- Only send fields that have been updated.
- Endpoint will throw
BUSINESS_PROFILE_NOT_FOUND
if a user with no business profile tries to update their business profile.