POST FileUp/GetContractFileInfo

附件上传;

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

RemoteResponseOfPrjUrlUpResponse
NameDescriptionTypeAdditional information
success

boolean

None.

errors

string

None.

unauthed

boolean

None.

result

PrjUrlUpResponse

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "errors": "sample string 2",
  "unauthed": true,
  "result": {
    "Success": true,
    "FileUrl": "sample string 2",
    "FilePath": "sample string 3",
    "PdfPath": "sample string 4"
  }
}

application/xml, text/xml

Sample:
<RemoteResponseOfPrjUrlUpResponsedmGyRm56 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.Biz.Model">
  <Errors>sample string 2</Errors>
  <Result xmlns:d2p1="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model">
    <d2p1:FilePath>sample string 3</d2p1:FilePath>
    <d2p1:FileUrl>sample string 2</d2p1:FileUrl>
    <d2p1:PdfPath>sample string 4</d2p1:PdfPath>
    <d2p1:Success>true</d2p1:Success>
  </Result>
  <Success>true</Success>
  <UnAuthorizedRequest>true</UnAuthorizedRequest>
</RemoteResponseOfPrjUrlUpResponsedmGyRm56>