ethAccount


Back to API doc top page.

Click here for a complete list of operations.

ReportCrash

Called by iOS app to report crash.

POST /ethAccount.asmx/ReportCrash HTTP/1.1
Host: kumosensors.com
Content-Type: application/json; charset=utf-8
Content-Length: length

{
    "reason":string
    stack:[
        string,
        string,
        ...
    ],
    "log":string
    "version":string
}
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: length

{
}