GET api/WXGetInsProductsList?Industry3={Industry3}&InitIns={InitIns}&ISHigh={ISHigh}

请求信息

URI 参数

NameDescriptionTypeAdditional information
Industry3

string

Required

InitIns

integer

Required

ISHigh

integer

Required

Body 请求体 参数

None.

响应消息

内容 描述

CxccApiResponseBaseOfListOfRSxccp_RO_Base_WXGetInsProductsList0
NameDescriptionTypeAdditional information
data

RSxccp_RO_Base_WXGetInsProductsList0 集合

None.

code

integer

None.

msg

string

None.

响应示例

application/json, text/json

Sample:
{
  "data": [
    {
      "id": 1,
      "name": "sample string 2",
      "ClassName": "sample string 3",
      "company": "sample string 4",
      "InsTime": "sample string 5",
      "BrightText": "sample string 6",
      "SuddenDeath": "sample string 7"
    },
    {
      "id": 1,
      "name": "sample string 2",
      "ClassName": "sample string 3",
      "company": "sample string 4",
      "InsTime": "sample string 5",
      "BrightText": "sample string 6",
      "SuddenDeath": "sample string 7"
    }
  ],
  "code": 1,
  "msg": "sample string 2"
}

image/png

Sample:

Sample not available.

image/jpg

Sample:

Sample not available.