action avaza_project_member_put { label: "Update a Member of a Project" description: "Fields are only updated if their field name is in the FieldsToUpdate string collection. The Amount columns for Cost, Budget, Rates if specified should be a decimal. Financial amounts assume the currency of the parent Company. Budget units depend on the Budget method set on the Project." provider: avaza method: PUT path: "/api/ProjectMember" encoding: json output: { type: "object" additionalProperties: true } }