Update Legal Entity
Call Deliverability (TrustCall)
Update Legal Entity
Update an existing legal entity for your account
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.Documentation Index
Fetch the complete documentation index at: https://docs.dncscrub.com/llms.txt
Use this file to discover all available pages before exploring further.
Request
Headers
Your API Key (LoginId from your DNCScrub account)
Must be
application/jsonRequest Body
The unique identifier of the legal entity to update
The registered legal name of the business entity
Set to
true to make this the default legal entity for the accountEmployer Identification Number (EIN), digits without a dash (e.g., “987654321”)
Street address of the legal entity
City of the legal entity’s address
State or province code (e.g., “NY”, “CA”)
ZIP or postal code
Two-letter country code (e.g., “US”)
Industry identifier code. See the table below for valid values.
| ID | Industry |
|---|---|
| 1 | Education |
| 2 | Transportation |
| 3 | Retail |
| 4 | Delivery/Shipping |
| 5 | Government |
| 6 | Health Care |
| 7 | Financial |
| 8 | Public Service |
| 9 | Real Estate |
| 10 | Legal |
| 11 | Restaurant/Food Services |
| 12 | Automotive |
| 13 | Religious |
| 14 | Veterinary Services |
| 15 | Trade Contractors |
| 16 | Personal Services |
| 17 | Business Services |
| 18 | Hospitality/Entertainment |
| 19 | Insurance |
| 20 | Manufacturing |
| 21 | Other Business |
| 22 | Telecommunications |
| 23 | Technology |
| 24 | Non-Profit |
| 25 | Travel |
| 26 | Utilities |
| 27 | Prison |
Primary contact phone number for the legal entity
Name of the primary contact person
Email address of the primary contact
Phone number of the primary contact person
Number of employees at the company
Estimated number of outbound calls per month
Dun & Bradstreet DUNS number
Company website URL
“Doing Business As” name, if different from legal name
Business license number
Description of the purpose of outbound calls
Description of potential negative reaction
Example Request
Response Fields
The unique identifier of the updated legal entity
The account ID the legal entity belongs to
Error Responses
| Status | Description |
|---|---|
| 400 Bad Request | Missing required field (LegalEntityId) or request body is empty |
| 401 Unauthorized | Invalid or missing API key |
| 404 Not Found | Legal entity with the specified LegalEntityId does not exist for your account |
| 500 Internal Server Error | Server error during processing |