POST api/srs/PostInsurerList

请求信息

URI 参数

None.

Body 请求体 参数

INPUTxccp_PX_Base_SRSInsertResourceInfo
NameDescriptionTypeAdditional information
UUID

integer

None.

Sex

string

None.

Insurant

string

None.

InsurantAge

string

None.

InsurantHasSS

string

None.

Job

string

None.

SpousalJob

string

None.

HealthCond

string

None.

SpousalHealthCond

string

None.

Tel

string

None.

IP

integer

None.

BaoTagID

integer 集合

None.

Premium

integer

None.

Income

integer

None.

SpousalIncome

integer

None.

Loans

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UUID": 1,
  "Sex": "sample string 2",
  "Insurant": "sample string 3",
  "InsurantAge": "sample string 4",
  "InsurantHasSS": "sample string 5",
  "Job": "sample string 6",
  "SpousalJob": "sample string 7",
  "HealthCond": "sample string 8",
  "SpousalHealthCond": "sample string 9",
  "Tel": "sample string 10",
  "IP": 11,
  "BaoTagID": [
    1,
    2
  ],
  "Premium": 12,
  "Income": 13,
  "SpousalIncome": 14,
  "Loans": 15
}

application/x-www-form-urlencoded

Sample:

Sample not available.

image/png

Sample:

Sample not available.

image/jpg

Sample:

Sample not available.

响应消息

内容 描述

CxccApiResponseBaseOfListOfRSxccp_RO_Base_SRSGetInsurerList0
NameDescriptionTypeAdditional information
data

RSxccp_RO_Base_SRSGetInsurerList0 集合

None.

code

integer

None.

msg

string

None.

响应示例

application/json, text/json

Sample:
{
  "data": [
    {
      "RecommendID": 1,
      "InsurerID": 2,
      "Name": "sample string 3",
      "HeadImg": "sample string 4",
      "AreaName1": "sample string 5",
      "AreaName2": "sample string 6",
      "ComShortName": "sample string 7",
      "Tel": "sample string 8",
      "Level": 9,
      "GoodAtTagName": "sample string 10"
    },
    {
      "RecommendID": 1,
      "InsurerID": 2,
      "Name": "sample string 3",
      "HeadImg": "sample string 4",
      "AreaName1": "sample string 5",
      "AreaName2": "sample string 6",
      "ComShortName": "sample string 7",
      "Tel": "sample string 8",
      "Level": 9,
      "GoodAtTagName": "sample string 10"
    }
  ],
  "code": 1,
  "msg": "sample string 2"
}

image/png

Sample:

Sample not available.

image/jpg

Sample:

Sample not available.