Discussions
REST API .vs. STAFF WEBSITE functionality - GENDER
about 6 years ago by JoeC
Hi,
How can I set Gender to NULL using REST API
I have tried the following without success.
- tried lower case null without quotes . . . same effect – no change in gender although it appears that it updated.
- I tried camel case Null without quotes . . . I get http 400
- I tried upper case NULL without quotes . . . I get http 400
- I tried lower case null with quotes “null” . . . same effect – no change in gender although it appears that it updated.
- I tried empty value with quotes “” . . . same effect – no change in gender although it appears that it updated.