Http方法:POST
路由:api/Base_Data/GetNewsState

请求参数

None.

Body Parameters

Baiao_NewsState
参数名称参数描述类型必须附加信息
newsStateId

integer Y

None

labGroupId

integer Y

None

labGroupName

string Y

None

Consignor_Id

integer Y

None

ConsignorName

string Y

None

newsCode

string Y

None

newsState

integer Y

None

remark

string Y

None

IsShow

integer Y

None

RecordAction

RecordAction Y

None

Request Formats

application/json, text/json

Sample:
{
  "newsStateId": 1,
  "labGroupId": 1,
  "labGroupName": "sample string 2",
  "Consignor_Id": 1,
  "ConsignorName": "sample string 3",
  "newsCode": "sample string 4",
  "newsState": 1,
  "remark": "sample string 5",
  "IsShow": 1,
  "RecordAction": 0
}

返回响应信息

ResultInfoOfListOfBaiao_NewsState
参数名称参数描述类型必须附加信息
Result

boolean Y

None

StatusCode

integer Y

None

State

string Y

None

Dynamic

Object Y

None

Msg

string Y

None

Data

Collection of Baiao_NewsState Y

None

Response Formats

application/json, text/json

Sample:
{
  "Result": true,
  "StatusCode": 2,
  "State": "sample string 3",
  "Dynamic": {},
  "Msg": "sample string 5",
  "Data": [
    {
      "newsStateId": 1,
      "labGroupId": 1,
      "labGroupName": "sample string 2",
      "Consignor_Id": 1,
      "ConsignorName": "sample string 3",
      "newsCode": "sample string 4",
      "newsState": 1,
      "remark": "sample string 5",
      "IsShow": 1,
      "RecordAction": 0
    },
    {
      "newsStateId": 1,
      "labGroupId": 1,
      "labGroupName": "sample string 2",
      "Consignor_Id": 1,
      "ConsignorName": "sample string 3",
      "newsCode": "sample string 4",
      "newsState": 1,
      "remark": "sample string 5",
      "IsShow": 1,
      "RecordAction": 0
    },
    {
      "newsStateId": 1,
      "labGroupId": 1,
      "labGroupName": "sample string 2",
      "Consignor_Id": 1,
      "ConsignorName": "sample string 3",
      "newsCode": "sample string 4",
      "newsState": 1,
      "remark": "sample string 5",
      "IsShow": 1,
      "RecordAction": 0
    }
  ]
}