These docs are for v20.3.44. Click to read the latest docs for v20.3.186.

Discussions

Ask a Question
Back to All

REST API .vs. STAFF WEBSITE functionality - GENDER

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.