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
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 null
unique_external_idstring or null
tagslist of strings
requesterobject or null
assignee_idstring or nullformat: "uuid"
supported_document_typeslist of strings
reviewobject or null
tinobject or null
business_batch_idstring or null
formationobject or null
websiteobject or null
watchlistobject or null
bankruptcieslist of objects
certificationslist of objects
documentslist of objects
lienslist of objects
nameslist of objects
addresseslist of objects
peoplelist of objects
phone_numberslist of objects
profileslist of objects
registrationslist of objects
orderslist of objects
industry_classificationobject or null
monitorobject or null
tax_exempt_organizationobject or null
fmcsa_registrationslist of objects
litigationslist of objects
policy_resultslist of objects
politically_exposed_person_screeningobject or null
adverse_media_screeningobject or null
signalobject or null
submittedobject
subscriptionobject or null

Errors

404
Patch V1businesses ID Request Not Found Error