Updates an existing company’s information including name, address, contact details, or status.
id (guid, required) — Unique identifier of the company to update.model (CompanyUpdateCommandRequest, required) — Updated company information including:
name (string, optional) — New company name.contactEmail (string, optional) — Updated contact email.contactPhone (string, optional) — Updated contact phone.isActive (bool, optional) — Active status.CompanyUpdateCommandResponse indicating whether the update was successful.
isActive to false will prevent all users from accessing the company.The access token received from the authorization server in the OAuth 2.0 flow.
The unique identifier of the company to update.
The updated company information (name, address, contact details, status).
Represents a request to update an existing company entry. Used by company management endpoints when editing basic company profile information.
Always returned. Check the success property in the response body to determine if the operation succeeded.
Standard response structure containing operation status and error information. Standard command response indicating the result of a data modification. Represents the response returned after updating a company entry. Confirms completion of the company update without returning additional payload data.
True if the operation completed successfully; false if an error occurred.
true
Result code indicating the outcome of the operation.
Unknown, Success, BadRequest, Unauthorized, NotFound, Error 200
Human-readable error message when an error occurs.
null