Skip to main content
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

string
required
Bearer token for authentication

Path Parameters

string
required
The unique ID of the organization

Body Parameters

string
Organization display name (1-100 characters)
Legal name / Razón Social (1-250 characters)
string
Tax system code / Régimen Fiscal (e.g., “601”, “603”)
string
Organization website URL
string
Support email address
string
Phone number (10-20 characters)
object
Organization address

Response

string
Organization ID
string
Organization name
string
Legal name (Razón Social)
string
Tax system UUID
string
Organization website
string
Phone number
string
Support email
string
Street name
string
Exterior number
string
Interior number
string
Neighborhood
string
City
string
Municipality
string
ZIP code
string
State
string
Last update timestamp

Example Request

Response Codes

OK
Organization legal data updated successfully
Bad Request
Invalid input data or tax system code not found
Unauthorized
Authentication required
Forbidden
Access denied. Only organization owners can update legal data
Not Found
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_system field 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