POST api/Acra/Submit
Request Information
URI Parameters
None.
Body Parameters
AcraData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| APP_VERSION_CODE | string |
None. |
|
| APP_VERSION_NAME | string |
None. |
|
| DEVICE_ID | string |
None. |
|
| PHONE_MODEL | string |
None. |
|
| ANDROID_VERSION | string |
None. |
|
| USER_APP_START_DATE | string |
None. |
|
| USER_CRASH_DATE | string |
None. |
|
| STACK_TRACE | string |
None. |
|
| LOGCAT | string |
None. |
|
| CUSTOM_DATA | string |
None. |
|
| SHARED_PREFERENCES | string |
None. |
|
| SETTINGS_GLOBAL | string |
None. |
|
| SETTINGS_SECURE | string |
None. |
|
| SETTINGS_SYSTEM | string |
None. |
|
| DEVICE_FEATURES | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"APP_VERSION_CODE": "sample string 2",
"APP_VERSION_NAME": "sample string 3",
"DEVICE_ID": "sample string 4",
"PHONE_MODEL": "sample string 5",
"ANDROID_VERSION": "sample string 6",
"USER_APP_START_DATE": "sample string 7",
"USER_CRASH_DATE": "sample string 8",
"STACK_TRACE": "sample string 9",
"LOGCAT": "sample string 10",
"CUSTOM_DATA": "sample string 11",
"SHARED_PREFERENCES": "sample string 12",
"SETTINGS_GLOBAL": "sample string 13",
"SETTINGS_SECURE": "sample string 14",
"SETTINGS_SYSTEM": "sample string 15",
"DEVICE_FEATURES": "sample string 16"
}
application/xml, text/xml
Sample:
<AcraData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DST.Explosiv.DAL"> <ANDROID_VERSION>sample string 6</ANDROID_VERSION> <APP_VERSION_CODE>sample string 2</APP_VERSION_CODE> <APP_VERSION_NAME>sample string 3</APP_VERSION_NAME> <CUSTOM_DATA>sample string 11</CUSTOM_DATA> <DEVICE_FEATURES>sample string 16</DEVICE_FEATURES> <DEVICE_ID>sample string 4</DEVICE_ID> <Id>1</Id> <LOGCAT>sample string 10</LOGCAT> <PHONE_MODEL>sample string 5</PHONE_MODEL> <SETTINGS_GLOBAL>sample string 13</SETTINGS_GLOBAL> <SETTINGS_SECURE>sample string 14</SETTINGS_SECURE> <SETTINGS_SYSTEM>sample string 15</SETTINGS_SYSTEM> <SHARED_PREFERENCES>sample string 12</SHARED_PREFERENCES> <STACK_TRACE>sample string 9</STACK_TRACE> <USER_APP_START_DATE>sample string 7</USER_APP_START_DATE> <USER_CRASH_DATE>sample string 8</USER_CRASH_DATE> </AcraData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>