POST api/cgInvtSp/UploadInvtSpFile

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "filename": "sample string 1",
  "guid": "sample string 2",
  "extension": "sample string 3",
  "title": "sample string 4",
  "filepath": "sample string 5",
  "errorCode": 6,
  "errorMsg": "sample string 7"
}

application/xml, text/xml

Sample:
<UploadResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers.CG">
  <errorCode xmlns="http://schemas.datacontract.org/2004/07/WfSoft.Core">6</errorCode>
  <errorMsg xmlns="http://schemas.datacontract.org/2004/07/WfSoft.Core">sample string 7</errorMsg>
  <extension>sample string 3</extension>
  <filename>sample string 1</filename>
  <filepath>sample string 5</filepath>
  <guid>sample string 2</guid>
  <title>sample string 4</title>
</UploadResult>