14.31Explicit clear test
If API supports:
{
"phone": null
}
meaning:
clear Phone
then verify that separately.
You need to distinguish:
field omitted
vs
field explicitly null
if the contract distinguishes them.
If API supports:
{
"phone": null
}
meaning:
clear Phone
then verify that separately.
You need to distinguish:
field omitted
vs
field explicitly null
if the contract distinguishes them.