Posting UTC datetime Value

Hi,

I am posting a new record. The json is as follows:

{
	"BranchRef": "CRO",
	"Comments": "Follow-up.",
	"ContactMethod": 3,
	"ContactReason": 1,
	"DateTime": "2023-04-19T13:10:53.653Z",
	"GUID": "61b3af3b-9f9c-1215-5e30-74cccad2152f",
	"HouseGUID": "ed9985bc-3fff-42f1-a791-2b3a9c3eb90f",
	"Initials": "KC"
}

But I am getting the error Invalid TDateTime JSON value at $.DateTime. What is wrong with the DateTime I am sending?

Displaying the data works fine. Just seems to be a problem with the post!

Thanks,

Ken

Please refer to:

And:

Many thanks.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.