POST api/plmSyncData/UploadSpImage

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "errorCode": 1,
  "errorMsg": "sample string 2"
}

application/xml, text/xml

Sample:
<SJResultModal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WfSoft.Core">
  <errorCode>1</errorCode>
  <errorMsg>sample string 2</errorMsg>
</SJResultModal>