Rest API - Error Handling
What will be the output error message for the address.zipcode field in this JSON?
{
"errors": {
"address": {
"street": "Required",
"zipcode": "Invalid format"
}
}
}What will be the output error message for the address.zipcode field in this JSON?
{
"errors": {
"address": {
"street": "Required",
"zipcode": "Invalid format"
}
}
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions