POST ITS/OnlineAgent/InsertErrorLog

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
errObj
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "app_name": "sample string 1",
  "app_version": "sample string 2",
  "exception_datetime": "sample string 3",
  "public_ip": "sample string 4",
  "android_id": "sample string 5",
  "activity_name": "sample string 6",
  "username": "sample string 7",
  "exception_stack": "sample string 8",
  "device_info": "sample string 9"
}

application/xml, text/xml

Sample:
<PROP_ErrorLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_OnlineITS.Models">
  <activity_name>sample string 6</activity_name>
  <android_id>sample string 5</android_id>
  <app_name>sample string 1</app_name>
  <app_version>sample string 2</app_version>
  <device_info>sample string 9</device_info>
  <exception_datetime>sample string 3</exception_datetime>
  <exception_stack>sample string 8</exception_stack>
  <public_ip>sample string 4</public_ip>
  <username>sample string 7</username>
</PROP_ErrorLog>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "status": 1,
  "message": "sample string 2",
  "data": {}
}

application/xml, text/xml

Sample:
<PROP_Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_OnlineITS.Models">
  <data />
  <message>sample string 2</message>
  <status>1</status>
</PROP_Response>