DELETE RCS/SysDoc/DeleteFuntionModel

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
jsonData
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "OperateMode": 1,
  "Selected": "sample string 2",
  "ModelId": "sample string 3",
  "ModelCode": "sample string 4",
  "ModelName": "sample string 5",
  "assemblyName": "sample string 6",
  "ModelNameSpace": "sample string 7",
  "ModelParentCode": "sample string 8",
  "ModelLevel": 9,
  "ModelChillName": "sample string 10",
  "sortId": 11,
  "SelectAll": true,
  "IsVisible": 13,
  "IsShowDialog": 14,
  "IsRegist": 15
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "fboolOk": true,
  "fchrMessage": "sample string 2",
  "fintRecordCount": 3,
  "fobjData": {}
}