Hello Experts,
I have gone through the other related posts already asking similar question but still I need more information.
In my SEGW web service, import structure has first three fields as FLD1, EXEC_DATE, EXEC_TIME & these fields comprise the key also. Hence, they are not nullable.
System-default Edm types for date & time are Edm.datetime & Edm.time. There is no such Edm type as Edm.date. Also, values for these types are displayed as 2013-01-02T00:00:00 for date and PT10H10M00S as time.
Do we have any Edm type that would accept date as '2013-01-02' or '20130102' and time as '101000'? Or date & time are to be passed in this format only?
Please help on this. I need more clarity whether I am using correct Edm types & its fine for service to expect date & time in above format.
Thanks in advance
Gaurav K