⬆️Update Business
The Business information may be updated if required.
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
API Responses
{
"data": {
"id": "{{businessId}}",
"name": "Changed Business Name",
"type": "Private Company",
"reg": "xxxx/xxxxxx/xx",
"enterprise_num": "Kxxxxxxxxxx",
"linked_customers": [],
"cipc_business_verified": false,
"cipc_director_verified": false,
"cipc_information": null,
"cipc_timestamp": null
}
}{
"errors": {
"code": "entity_not_found",
"message": "Record not found in businesses"
}
}Examples
Before: Available Business Information
Patch: Updating the business name and business type
After: Updated Business Information
Last updated
Was this helpful?