POST api/Manager/NOC_AddErr

Request Information

URI Parameters

None.

Body Parameters

NOC_Error
NameDescriptionTypeAdditional information
errorCode

integer

None.

FunctionName

string

None.

AppKey

string

None.

logDes

string

None.

Request Formats

application/json, text/json

Sample:
{
  "errorCode": 1,
  "FunctionName": "sample string 2",
  "AppKey": "sample string 3",
  "logDes": "sample string 4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1