アカウントのビジネスプロフィールの売上と従業員数に対するフィールドレベルの権限を追加
新着情報
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.
効果
この変更によって、Account オブジェクトの business_ を返すレスポンスの処理方法を区別できます。annual_ パラメーターと estimated_ パラメーターが null と undefined のどちらを返すかに応じて、レスポンスを異なる方法で処理するように実装を更新できます。
値を異なる方法で処理しない場合でも、いずれかの値を想定するように実装を更新して、考えられるあらゆる API レスポンスとの互換性を維持し、Account データの処理時にエラーが発生しないようにしてください。