Wes Gamble
03/19/2022, 11:01 PMFailed post on resource job: Unable to parse value '0' (String) from the Duration,Duration field (timeremaining). Error code: INVALID_VALUE
I created my POST by pulling an existing job record and modifying the fields that I want to set, so timeremaining just happened to be “0" on the field I pulled. (A side question is why are these duration fields coming out as “0” in the first place).
I have several duration fields that this is happening with.
How should I be setting Duration fields on a POST to a resource in NS via REST?
I’ve tried:
“0"
“0:00”
“00:00"
and none worked. Googling did not help.battk
03/20/2022, 12:18 AMWes Gamble
03/20/2022, 12:20 AMbattk
03/20/2022, 12:21 AMWes Gamble
03/20/2022, 2:32 AM