Company Custom Field Values: The value field for number custom fields on PUT /companies/{companyId}/custom-fields/{customFieldId}/value now enforces a range of -9999999999.99 to 9999999999.99. Decimal values are rounded to 2 decimal points.
Company Custom Field Values: The type field in the request body for PUT /companies/{companyId}/custom-fields/{customFieldId}/value must now match the company custom field definition type. If the provided type does not match, a 400 Bad Request error is returned with error code validation.request.body.schema.typeMismatch.
Added Companies and Users and entity types to Entities API endpoints. Currently those are available only to customers participating in the closed beta program.