Update a business

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequired
Business ID

Request

This endpoint expects an object.
namestringOptional
statusenumOptional

Status to set for the business (only final statuses allowed)

Allowed values:
tinobjectOptional
addresseslist of objectsOptional
websiteobjectOptional

Website information for the business. Sets the submitted website URL; ignored when it resolves to the same host as the business’s existing website.

phone_numberslist of objectsOptional
Phone numbers to add to the business. Numbers that already exist on the business are ignored.
peoplelist of objectsOptional
external_idstringOptional
unique_external_idstringOptional
tagslist of stringsOptional

Response

business updated
objectstring
idstringformat: "uuid"
namestring
statusenum
Current status of the business verification
created_atdatetime
updated_atdatetime
external_idstring or nullOptional
unique_external_idstring or nullOptional
tagslist of stringsOptional
requesterobject or nullOptional
assignee_idstring or nullOptionalformat: "uuid"
supported_document_typeslist of enumsOptional
reviewobject or nullOptional
tinobject or nullOptional
business_batch_idstring or nullOptionalformat: "uuid"
formationobject or nullOptional
websiteobject or nullOptional
watchlistobject or nullOptional
riskobject or nullOptional

Top-level risk outcome for the business. Populated once a Risk order reaches a terminal state (completed with a verdict, or unavailable). null while a Risk order is still in flight. This is the business-level risk outcome; granular per-resource assessments live on the Risk Assessment resource, not here.

bankruptcieslist of objectsOptional
certificationslist of objectsOptional
documentslist of objectsOptional
lienslist of objectsOptional
nameslist of objectsOptional
addresseslist of objectsOptional
peoplelist of objectsOptional
phone_numberslist of objectsOptional
email_addresseslist of objectsOptional
profileslist of objectsOptional
registrationslist of objectsOptional
orderslist of objectsOptional
industry_classificationobject or nullOptional
monitorobject or nullOptional
tax_exempt_organizationobject or nullOptional
fmcsa_registrationslist of objectsOptional
loanslist of objects or nullOptional
litigationslist of objectsOptional
policy_resultslist of objectsOptional
politically_exposed_person_screeningobject or nullOptional
adverse_media_screeningobject or nullOptional
signalobject or nullOptional
submittedobjectOptional
subscriptionobject or nullOptional
subscription_availabilityobject or nullOptional

Errors

404
Update Business Request Not Found Error