POST jxc_api/PrintTpl/Upload

Request Information

URI Parameters

None.

Body Parameters

UploadOptions
NameDescriptionTypeAdditional information
Type

PicType

None.

Content

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Type": 0,
  "Content": "sample string 1"
}

application/xml, text/xml

Sample:
<UploadOptions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.Setting.Models">
  <Content>sample string 1</Content>
  <Type>Logo</Type>
</UploadOptions>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ZPicUpload
NameDescriptionTypeAdditional information
PicUrl

string

None.

Response Formats

application/json, text/json

Sample:
{
  "PicUrl": "sample string 1"
}

application/xml, text/xml

Sample:
<ZPicUpload xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.Setting.Models">
  <PicUrl>sample string 1</PicUrl>
</ZPicUpload>