GET v1/quotationAndPurchase/getInspectionLink?riskID={riskID}&policyNo={policyNo}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
riskID

string

Required

policyNo

string

Required

Body Parameters

None.

Response Information

Resource Description

getInspectionLinkResult
NameDescriptionTypeAdditional information
success

boolean

None.

errorMsg

string

None.

message

string

None.

policyNo

string

None.

inspectionLink_video

string

None.

inspectionLink_image

string

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "errorMsg": "sample string 2",
  "message": "sample string 3",
  "policyNo": "sample string 4",
  "inspectionLink_video": "sample string 5",
  "inspectionLink_image": "sample string 6"
}

application/xml, text/xml

Sample:
<getInspectionLinkResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/unifiedApp.Models.getInspectionLink">
  <errorMsg>sample string 2</errorMsg>
  <inspectionLink_image>sample string 6</inspectionLink_image>
  <inspectionLink_video>sample string 5</inspectionLink_video>
  <message>sample string 3</message>
  <policyNo>sample string 4</policyNo>
  <success>true</success>
</getInspectionLinkResult>

text/html

Sample:
{"success":true,"errorMsg":"sample string 2","message":"sample string 3","policyNo":"sample string 4","inspectionLink_video":"sample string 5","inspectionLink_image":"sample string 6"}