Skip to main content
PUT
Update Legal Entity
Update an existing legal entity for your account. Use this endpoint to modify legal entity information such as address, contact details, or business information.

Request

Headers

string
required
Your API Key (LoginId from your DNCScrub account)
string
required
Must be application/json

Request Body

The unique identifier of the legal entity to update
The registered legal name of the business entity
boolean
Set to true to make this the default legal entity for the account
string
Employer Identification Number (EIN), digits without a dash (e.g., “987654321”)
string
Street address of the legal entity
string
City of the legal entity’s address
string
State or province code (e.g., “NY”, “CA”)
string
ZIP or postal code
string
Two-letter country code (e.g., “US”)
string
Industry identifier code. See the table below for valid values.
string
Primary contact phone number for the legal entity
string
Name of the primary contact person
string
Email address of the primary contact
string
Phone number of the primary contact person
integer
Number of employees at the company
integer
Estimated number of outbound calls per month
string
Dun & Bradstreet DUNS number
string
required
Company website URL
string
“Doing Business As” name, if different from legal name
string
Business license number
string
Description of the purpose of outbound calls
string
Description of potential negative reaction

Example Request

Response Fields

The unique identifier of the updated legal entity
string
The account ID the legal entity belongs to

Error Responses

Use the Get All Legal Entities endpoint to retrieve the LegalEntityId values for your account’s legal entities.