/* The body of the POST call to http://localhost:3000/api/posts */ { "title": "This is a new post!", "publishedDate": "2015-01-01T22:00:00.000Z", "content": { "brief": "Lets write a simple brief", "extended": "
Maybe some extended info with html tags
" } } /* The result: */ { "success": true, "resultType": "resourceLink", "modelType": "notSet", "result": { "id": "this-is-a-new-post", "url": "http://localhost:3000/api/posts/this-is-a-new-post" } }