I am working with the python sdk, and I cannot figure out how to post a date value.
Here is a picture of what I am doing. where sum is a dictionary of posting data
If I am trying to post a formula, I check that my "Posting value" has a equal sign, and then the formula goes there, and it posts fine.
If I am trying to post a direct value (in this case a date), I have not been successful posting.
There are two fields, object_value and display_value, and neither work for posting. The way the data naturally sits if I do a get request is:
but when I try to post a displayValue :{'objectValue: "DATE", 'value': "12/12/99"}, I get the following error--
Any idea what format to use to post dates in the python SDK? if not I'll have to use the requests library and see if I can find the format from the Curl command