Adds field-level permissions for revenue and worker count in an Account's business profile
What’s new
Adds undefined
as a possible value for the Account.
and Account.
parameters in Accounts API responses.
Previously, Account.
and Account.
contained null
or a value. This change allows the API to return undefined
, null
, or a value. This affects all API endpoints that return the Account object.
Impact
This change allows you to differentiate how you handle responses returning the business_
of an Account object. You can update your integration to handle the response differently depending on whether the annual_
and estimated_
parameters return null
or undefined
.
Even if you don’t handle the values differently, update your integration to expect either value to make sure your integration remains compatible with all possible API responses and prevents potential errors when processing Account data.