POST api/guaranteeslip/PolicyBuyerInsertPolicy

请求信息

URI 参数

None.

Body 请求体 参数

GuaranteeSlipModel
NameDescriptionTypeAdditional information
ID

integer

None.

Imgs

string 集合

None.

Tp

integer

None.

Token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Imgs": [
    "sample string 1",
    "sample string 2"
  ],
  "Tp": 2,
  "Token": "sample string 3"
}

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.