Discussions
"Organization Email" in PATCH Request is accepting invalid email id's. During POST it is throws "can't be null", instead of invalid organization email.
4 months ago by Pramod
"Organization Email" in PATCH Request is accepting invalid email id's. During POST it is throws "can't be null", instead of invalid organization email.
During POST got below error for incorrect Organization email.
"organization-email": "byreyesallegisgroupcom",
"source": "field organization-email has the following problem: can't be empty"
During PATCH its accepts the incorrect Organization email.
"organization-email": "byreyesallegisgroupcom"