Morning all,
Using the c# sdk to write a program to post/update smartsheet with information from a database. I am in need of an explanation on how to post to both a checkbox and contact list field in smartsheet.
ie - checkbox shows as boolean value? however when i send a TRUE, FALSE, true, false, etc. values it is not the proper value. What exactly is needed to post and check a box or not?
as for contact list -
"contactOptions": [ { "name": "ed eddy", "email": "e.eddy@mail.com" }
is an example of value in there (json) do the values sent in order to update this field have to be in json format? what is needed to add new contacts, or select one of the existing contacts? there is NO documentation or explanation in the api2.0 documentation - and hoping i get a response better than one saying to reference api docs because it is not there.
--last attempt at using sdk before backend coding items since direct contact with smartsheet is unresponsive and clearly frowned upon >.>