Hi Dan
I'm still stuck at invoking newToDo action.
http://localhost:8080/restful/services/toDoItems/actions/newToDo/invoke
What is the format of date I need to put in to value "dueBy"? I tried some
formats but it didn't work.
Formats I used
[2015,07,07]
["2015","07","07"]
"2015-07-07"
2015-07-07
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
{
"description": {
"value": "Dim 5"
},
"category": {
"value": "Professional"
},
"dueBy": {
"value": null // What is the format??
},
"cost": {
"value": "21.2"
}
}
Thnx
Dimuthu
--
Regards
W.Dimuthu Upeksha
Undergraduate
Department of Computer Science And Engineering
University of Moratuwa, Sri Lanka