How to perform a GET/PUT with NULL values using P6 EPPM REST API?
I want to perform a PUT on a record and GET records with a NULL value using P6 EPPM REST API Version 22.12.
Is it possible to do that in the 22.12 version of P6 EPPM REST API? (It is not mentioned in the documentation linked here) Based on what I have seen it seems like empty strings are being used instead of the NULL values. Is it a correct understanding?