POST api/MessageBoard/UploadProductImg

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ResponseResultOfUpLoadProductImgResponse
NameDescriptionTypeAdditional information
Status

boolean

None.

ErrorCode

string

None.

ErrorMessage

string

None.

Data

UpLoadProductImgResponse

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "ErrorCode": "sample string 2",
  "ErrorMessage": "sample string 3",
  "Data": {
    "ImgUrl": "sample string 1",
    "FileSize": 2,
    "ImgId": "38d7acd0-82c1-48a8-8a1c-0aea7af699a0",
    "DisPlayImgUrl": "https://erp2-report.cnfth.com/Help\\Api\\sample string 1"
  }
}

application/xml, text/xml

Sample:
<ResponseResultOfUpLoadProductImgResponseT2GUKSp6 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Willv.Common">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/MS.Report.Model.MessageBoard">
    <d2p1:FileSize>2</d2p1:FileSize>
    <d2p1:ImgId>38d7acd0-82c1-48a8-8a1c-0aea7af699a0</d2p1:ImgId>
    <d2p1:ImgUrl>sample string 1</d2p1:ImgUrl>
  </Data>
  <ErrorCode>sample string 2</ErrorCode>
  <ErrorMessage>sample string 3</ErrorMessage>
  <Status>true</Status>
</ResponseResultOfUpLoadProductImgResponseT2GUKSp6>