Update Legal Data
Organizations
Update Legal Data
Update the legal and fiscal information of an organization
PUT
Update Legal Data
Description
Updates the legal and fiscal data of an organization including tax system, legal name, address, and contact information. Only the organization owner can perform this action.Authorization
Bearer token for authentication
Path Parameters
The unique ID of the organization
Body Parameters
Organization display name (1-100 characters)
Legal name / Razón Social (1-250 characters)
Tax system code / Régimen Fiscal (e.g., “601”, “603”)
Organization website URL
Support email address
Phone number (10-20 characters)
Organization address
Response
Organization ID
Organization name
Legal name (Razón Social)
Tax system UUID
Organization website
Phone number
Support email
Street name
Exterior number
Interior number
Neighborhood
City
Municipality
ZIP code
State
Last update timestamp
Example Request
Response Codes
Organization legal data updated successfully
Invalid input data or tax system code not found
Authentication required
Access denied. Only organization owners can update legal data
Organization not found
Security
⚠️ OWNER ONLY: Only the organization OWNER can update legal and fiscal information. Admins and members cannot perform this action.Notes
- All fields are optional - you can update only the fields you need to change
- The
tax_systemfield accepts tax regime codes (e.g., “601”, “603”) and automatically resolves to the corresponding UUID - If the tax system code doesn’t exist in the database, a 400 error will be returned
- Address can be updated partially or completely