action avaza_company_put { label: "Update a Company record." description: "Requires CompanyID and a list of field names to update. The FieldsToUpdate field accepts a string array containing field names that should be updated." provider: avaza method: PUT path: "/api/Company" encoding: json output: { type: "object" additionalProperties: true } }