ethAccount


Back to API doc top page.

Click here for a complete list of operations.

ReportCrash2

Called by iOS app to report crash.

POST /ethAccount.asmx/ReportCrash2 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
    "hardware":string
    "os_version":string
    "build_id":string
}
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: length

{
}