POST UploadPicture

图片上传通用接口

Request Information

URI Parameters

None.

Body Parameters

UploadPictureModel
NameDescriptionTypeAdditional information
AuthNum

string

None.

ImagePath

string

None.

ImageBase

string

None.

format

string

None.

sign

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AuthNum": "sample string 1",
  "ImagePath": "sample string 2",
  "ImageBase": "sample string 3",
  "format": "sample string 4",
  "sign": "sample string 5"
}

application/xml, text/xml

Sample:
<UploadPictureModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <AuthNum>sample string 1</AuthNum>
  <ImageBase>sample string 3</ImageBase>
  <ImagePath>sample string 2</ImagePath>
  <format>sample string 4</format>
  <sign>sample string 5</sign>
</UploadPictureModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.