I am working on a project that involves both client side and server side of RESTful WebServices using DF 19.1
I followed Mike Peat's collection of goodies to get the client side done.
I now need to have a simple RESTful web service that has a POST that will add an instance (a row) to a collection (a table).
I could use the example CustomerService.wo as a guide but I like using Mike's stuff, cRESTFulService.pkg
I have found the web service examples that do GET's using cRESTFulService.pkg. They look good. I suppose I could figure out how to do a POST but I sure would like some example code to follow.

Thanks
Archie