This s a documentation page for our shiny new REST API - you weren't meant to find it. This API isn't ready for public use yet. We're chopping and changing it a LOT as we grow it. So if you build something that uses it then it's very likely to break in a future update. Don't say you weren't warned!
URL: | https://api.kashflow.com/v2/jserror |
Method(s): | post |
Response Formats: | JSON, XML |
Description: | This method allows you to post any java script error to server. |
POST Operation
A javascript error is posted through this method using the following URL.
URL : /jserror
Example request for POST of js error
{
"JsError": { "ErrorString": "this is the error message!!!!" }
}