API DateTime filter parameters
Hi guys,
Could you please confirm how the Myob API works with datetimes?
1) Did I get it right that the datetime values passed through the $filter parameter are treated on the API backend side as datetime in UTC timezone?
for example:
/GeneralLedger/JournalTransaction?$top=400&$filter=DatePosted ge datetime'2021-03-15T00:00:00Z'
2) Did I get it right that the datetime values in the JSON response from the Myob API endpoints are returned as datetime values in UTC timezone?
for example: "DatePosted": "2021-03-17T22:44:56.717"
Regards,
Oleg
Sorry for taking so long to get back to you. It still didn't work, It only happened on recurring, I didn't have time to look into what you said as I have been so busy. I had time today, so I had a look again, and all seems to be ok now. Thank you for your help.