POST ErrorLog/Error

ErrorLog

Request Information

URI Parameters

None.

Body Parameters

ParaErrorLog
NameDescriptionTypeAdditional information
ErrorLogId

integer

None.

LogType

string

None.

Info

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ErrorLogId": 1,
  "LogType": "sample string 2",
  "Info": "sample string 3"
}

application/xml, text/xml

Sample:
<ParaErrorLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <ErrorLogId>1</ErrorLogId>
  <Info>sample string 3</Info>
  <LogType>sample string 2</LogType>
</ParaErrorLog>

Response Information

Resource Description

ParaInteger
NameDescriptionTypeAdditional information
iValue

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "iValue": 1
}

application/xml, text/xml

Sample:
<ParaInteger xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <iValue>1</iValue>
</ParaInteger>