POST api/guaranteeslip/policyInsFY

新建家庭

请求信息

URI 参数

None.

Body 请求体 参数

PolicyInsertFamilyParams
NameDescriptionTypeAdditional information
SellerID

integer

None.

Name

string

None.

Tp

integer

None.

Token

string

None.

UserTp

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SellerID": 1,
  "Name": "sample string 2",
  "Tp": 3,
  "Token": "sample string 4",
  "UserTp": 5
}

application/x-www-form-urlencoded

Sample:

Sample not available.

image/png

Sample:

Sample not available.

image/jpg

Sample:

Sample not available.

响应消息

内容 描述

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Object 集合

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.