How to send Date in REST API in POST method
问题 I am trying to build RESTful web service with Spring support. I am getting following exception when I am trying to send POST request. Input: POST http://localhost:8080/InventoryDemo/item In JSON Payload: {"materialId":"ID02","materialName":"Material_2","materialCategory":"LIQUID","currency":"RUPEES","unitCostInCurrency":2200.0,"quantityLevel":1000,"quantityAtDate":"2016-04-11","warehouseName":"WareHouse_2"} Exception: WARNING: Handler execution resulted in exception: Could not read document: