POST api/qczp-mini/resign-sheet

Request Information

URI Parameters

None.

Body Parameters

QczpMiniImageUploadRequest
NameDescriptionTypeAdditional information
orderId

integer

None.

fileId

string

None.

imagePath

string

None.

imageUrl

string

None.

mediaId

string

None.

fileName

string

None.

imageBase64

string

None.

Request Formats

application/json, text/json

Sample:
{
  "orderId": 1,
  "fileId": "sample string 2",
  "imagePath": "sample string 3",
  "imageUrl": "sample string 4",
  "mediaId": "sample string 5",
  "fileName": "sample string 6",
  "imageBase64": "sample string 7"
}

application/xml, text/xml

Sample:
<QczpMiniImageUploadRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QingCaoInterface.Models">
  <fileId>sample string 2</fileId>
  <fileName>sample string 6</fileName>
  <imageBase64>sample string 7</imageBase64>
  <imagePath>sample string 3</imagePath>
  <imageUrl>sample string 4</imageUrl>
  <mediaId>sample string 5</mediaId>
  <orderId>1</orderId>
</QczpMiniImageUploadRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.