C
curtiscooper
Guest
I tried the following in Postman PUT localhost:8810/.../MyCount Form data: Key Content-Type Value: application/json Body (raw) { "filter": "{\"skip\": 50, \"top\": 25}" } And, I get - 404 Not Found If I do PUT localhost:8810/.../MyCount with no other parameters I get 404 Not Found If I do GET localhost:8810/.../psLogHdr I get all the records I have verified MyCount is in the Catalog and shows up using the catview.html tool.
Continue reading...
Continue reading...