POST api/HTGL/DeleteScbMk_Tmtj_TM

删除筛查表题目条件_题目层

Request Information

URI Parameters

None.

Body Parameters

条件IDlist

Collection of string

Request Formats

application/json, text/json

Sample:
[
  "sample string 1",
  "sample string 2"
]

application/xml, text/xml

Sample:
<ArrayOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <string>sample string 1</string>
  <string>sample string 2</string>
</ArrayOfstring>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

OutPut
NameDescriptionTypeAdditional information
ResultStatus

输出状态

string

None.

Msg

输出信息提示

string

None.

ResultData

输出的数据列表

Collection of Object

None.

RecordSn

记录流水号

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ResultStatus": "sample string 1",
  "Msg": "sample string 2",
  "ResultData": [
    {},
    {}
  ],
  "RecordSn": "sample string 3"
}

application/xml, text/xml

Sample:
<Qxtj_v.OutPut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModels.Screen">
  <Msg>sample string 2</Msg>
  <RecordSn>sample string 3</RecordSn>
  <ResultData xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:anyType />
    <d2p1:anyType />
  </ResultData>
  <ResultStatus>sample string 1</ResultStatus>
</Qxtj_v.OutPut>