Nov 08, 2019 01:15 PM
I’m trying to update the duration fields via standard hh:mm:ss and my updates are failing. By no means an expert here so forgive my ignorance as the API documentation isn’t telling me much. What type of number should I be using in order for this to work? Should I be converting time to a UNIX timestamp or something else? Thanks in advance!
Solved! Go to Solution.
Nov 08, 2019 07:31 PM
You will need to convert the duration to seconds and then pass that duration in seconds to the API
Nov 08, 2019 07:31 PM
You will need to convert the duration to seconds and then pass that duration in seconds to the API